BIND 10 #1426: Must set default class in zonemgr configuration

BIND 10 Development do-not-reply at isc.org
Thu Nov 24 09:58:34 UTC 2011


#1426: Must set default class in zonemgr configuration
-------------------------------------+-------------------------------------
            Reporter:  shane         |                        Owner:
                Type:  defect        |                       Status:  new
            Priority:  major         |                    Milestone:  New
           Component:  Unclassified  |  Tasks
           Sensitive:  0             |                     Keywords:
         Sub-Project:  DNS           |              Defect Severity:
Estimated Difficulty:  0             |  Medium
         Total Hours:  0             |  Feature Depending on Ticket:
                                     |          Add Hours to Ticket:  0
                                     |                    Internal?:  0
-------------------------------------+-------------------------------------
 When adding a new zone we see this:

 {{{
 > config add Zonemgr/secondary_zones
 > config show Zonemgr/secondary_zones
 Zonemgr/secondary_zones[0]/class        "IN"    string  (modified)
 Zonemgr/secondary_zones[0]/name "time-travellers.nl.eu.org"     string
 (modified)
 Zonemgr/secondary_zones[1]/class        "IN"    string  (modified)
 Zonemgr/secondary_zones[1]/name "home.time-travellers.org"      string
 (modified)
 Zonemgr/secondary_zones[2]/class        "IN"    string  (default)
 Zonemgr/secondary_zones[2]/name ""      string  (default)
 > config set Zonemgr/secondary_zones[2]/name "example.com"
 > config commit
 Error: 'class'
 Configuration not committed
 > config set Zonemgr/secondary_zones[2]/class "IN"
 > config commit
 >
 }}}

 We should not have to set the class if we use the default.

-- 
Ticket URL: <http://bind10.isc.org/ticket/1426>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list