BIND 10 #427: bindctl/cfgmgr losing previous configurations

BIND 10 Development do-not-reply at isc.org
Thu Dec 23 18:06:11 UTC 2010


#427: bindctl/cfgmgr losing previous configurations
--------------------------------+-------------------------------------------
      Reporter:  jreed          |        Owner:  UnAssigned
          Type:  defect         |       Status:  reviewing 
      Priority:  major          |    Milestone:            
     Component:  configuration  |   Resolution:            
      Keywords:                 |    Sensitive:  0         
Estimatedhours:  0.0            |        Hours:  0         
      Billable:  1              |   Totalhours:  0         
      Internal:  0              |  
--------------------------------+-------------------------------------------

Comment(by jreed):

 I tested this #427 and it fixes my problem. Thank you.

 {{{
 $ cat /home/reed/opt/bind10-trac427/var/bind10-devel/b10-config.db
 {"version": 2, "Recurse": {"forward_addresses": [{"port": 53, "address":
 "192.168.8.8"}]}}
 $ bindctl
 ["login success "] login as root
 > config set Recurse/listen_on [ { "address": "127.0.0.1", "port": 5301 }
 ]
 > config diff
 {'Recurse': {'listen_on': [{'port': 5301, 'address': '127.0.0.1'}]}}
 > config commit
 > quit
 $ cat /home/reed/opt/bind10-trac427/var/bind10-devel/b10-config.db
 {"version": 2, "Recurse": {"forward_addresses": [{"port": 53, "address":
 "192.168.8.8"}], "listen_on": [{"port": 5301, "address": "127.0.0.1"}]}}

 }}}

-- 
Ticket URL: <http://bind10.isc.org/ticket/427#comment:3>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list