BIND 10 #693: b10-resolver doesn't honor the default config spec
BIND 10 Development
do-not-reply at isc.org
Tue Mar 15 22:40:31 UTC 2011
#693: b10-resolver doesn't honor the default config spec
-------------------------------------+-------------------------------------
Reporter: jinmei | Owner:
Type: defect | Status: new
Priority: major | Milestone: R-Team-
Component: resolver | Task-Backlog
Sensitive: 0 | Keywords:
Add Hours to Ticket: 0 | Estimated Number of Hours: 0
Total Hours: 0 | Billable?: 1
| Internal?: 0
-------------------------------------+-------------------------------------
For example, even if the spec says it listens on the localhost addresses
by default:
{{{
{
"item_name": "listen_on",
"item_type": "list",
"item_optional": false,
"item_default": [
{
"address": "::1",
"port": 53
},
{
"address": "127.0.0.1",
"port": 53
}
]
...
}}}
It doesn't seem to listen on any address unless we explicitly configure it
so.
FWIW, b10-auth explicitly gets the default configuration and configures
itself
based on it:
{{{
auth_server->setConfigSession(config_session);
configureAuthServer(*auth_server,
config_session->getFullConfig());
}}}
--
Ticket URL: <http://bind10.isc.org/ticket/693>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list