BIND 10 #472: unknown configuration in b10-config.db causes rest of per-module configuration to be ignored

BIND 10 Development do-not-reply at isc.org
Mon Jan 3 20:30:47 UTC 2011


#472: unknown configuration in b10-config.db causes rest of per-module
configuration to be ignored
--------------------------------+-------------------------------------------
      Reporter:  jreed          |        Owner:  jelte
          Type:  defect         |       Status:  new  
      Priority:  major          |    Milestone:       
     Component:  configuration  |   Resolution:       
      Keywords:                 |    Sensitive:  0    
Estimatedhours:  0.0            |        Hours:  0    
      Billable:  1              |   Totalhours:  0    
      Internal:  0              |  
--------------------------------+-------------------------------------------

Comment(by jreed):

 Replying to [comment:1 jelte]:

 > Can you give me some specific steps to reproduce this?

 Configuration with:
 {{{
 {"version": 2, "Recurse": {"forward_addresses": [{"port": 5302, "address":
 "127.0.0.1"}], "listen_on": [{"port": 53, "address": "192.168.1.2"},
 {"port": 53, "address": "127.0.0.1"}]}, "Boss": {"start_auth": false,
 "start_recurse": true}}
 }}}

 results in:

 {{{
 [bind10] Reading Boss configuration:
 [bind10] - start_auth: False
 [bind10] - start_recurse: True
 [bind10] Starting b10-recurse
 }}}

 Changed to:

 {{{
 {"version": 2, "Recurse": {"forward_addresses": [{"port": 5302, "address":
 "127.0.0.1"}], "listen_on": [{"port": 53, "address": "192.168.1.2"},
 {"port": 53, "address": "127.0.0.1"}]}, "Boss": {"start_foo": true,
 "start_auth": false}}
 }}}

 (That was re-ordered. I manually has start_auth before start_foo.)

 Results in:
 {{{
 [bind10] Started ccsession
 [bind10] Reading Boss configuration:
 [bind10] - start_auth: True
 [bind10] - start_recurse: False
 [bind10] Starting b10-auth on port 5300
 }}}

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


More information about the bind10-tickets mailing list