Jerome,
i also tried to make changes with uci
[email protected]:~# uci show quagga
quagga.ospf=ospf
quagga.ospf.enabled='0'
quagga.ospf.debug='0'
quagga.ospf.enabled_vty='0'
quagga.rip=rip
quagga.rip.enabled='0'
quagga.rip.debug='0'
quagga.rip.enabled_vty='0'
quagga.general=general
quagga.general.debug='0'
quagga.general.enabled='1'
quagga.general.enabled_vty='1'
quagga.default=instance
quagga.default.as='64991'
quagga.default.id='172.29.250.1'
quagga.default.enabled='1'
quagga.default.network='192.168.1.0/24'
quagga.default.redistribute='connected'
quagga.default.deterministic_med='1'
quagga.nhrp=nhrp_global
quagga.nhrp.enabled='0'
quagga.nhrp.debug='0'
[email protected][0]=peer
[email protected][0].instance='default'
[email protected][0].as='28685'
[email protected][0].ipaddr='172.29.250.2'
[email protected][0].enabled='1'
[email protected][0].default_originate='1'
[email protected]:~#
[email protected]:~# uci set
[email protected][0].password="123456Pass"
[email protected]:~# uci show
[email protected][0].password=
quagga.cfg063511.password='123456Pass'
[email protected]:~# vi /etc/quagga/bgpd.conf # doesn't show changes
[email protected]:~# vi /overlay/upper/etc/quagga/bgpd.conf # doesn't show changes
[email protected]:~# /etc/init.d/quagga restart
quagga.init: Stopping watchquagga ... killed 3179 ... done.
quagga.init: Stopping bgpd ... killed 3175 ... done.
quagga.init: Stopping zebra ... killed 3171 ... done.
quagga.init: Starting zebra ... done.
quagga.init: Starting bgpd ... done.
quagga.init: Starting watchquagga ... done.
[email protected]:~# vi /etc/quagga/bgpd.conf # doesn't show changes
[email protected]:~# vi /overlay/upper/etc/quagga/bgpd.conf # doesn't show changes
[email protected]:~# uci show
[email protected][0].password
quagga.cfg063511.password='123456Pass'
[email protected]:~#