[Opendnssec-develop] [OpenDNSSEC] #123: unable to handle zone views
OpenDNSSEC
owner-dnssec-trac at kirei.se
Tue Mar 30 13:00:55 UTC 2010
#123: unable to handle zone views
--------------------------------+-------------------------------------------
Reporter: gotenxiao@… | Owner: rb
Type: defect | Status: new
Priority: major | Component: Unknown
Version: trunk | Keywords: zone views
--------------------------------+-------------------------------------------
The tools cannot handle multiple zones with the same origin (as used in a
traditional BIND view setup). For example:
internal/example.com:
{{{
$ORIGIN example.com.
$TTL 86400
@ IN SOA ns hostmaster.example.com. ( 2010300300 604800 86400 2419200
86400 )
@ IN NS ns
ns IN A 10.0.0.1
router IN A 10.0.0.1
@ IN A 10.0.0.110
privateserver IN A 10.0.0.10
publicserver IN A 10.0.0.110
}}}
external/example.com:
{{{
$ORIGIN example.com.
$TTL 86400
@ IN SOA ns hostmaster.example.com. ( 2010300300 604800 86400 2419200
86400 )
@ IN NS ns
@ IN A 192.0.32.10
ns IN A 192.0.32.10
publicserver IN A 192.0.32.10
}}}
--
Ticket URL: <http://trac.opendnssec.org/ticket/123>
OpenDNSSEC <http://www.opendnssec.org/>
OpenDNSSEC
More information about the Opendnssec-develop
mailing list