BIND 10 #3032: config unset silently fails with 'kind'
BIND 10 Development
do-not-reply at isc.org
Wed Jul 3 22:07:14 UTC 2013
#3032: config unset silently fails with 'kind'
-------------------------------------+-------------------------------------
Reporter: bconry | Type:
Status: new | defect
Milestone: New Tasks | Priority:
Keywords: | medium
Sensitive: 0 | Component:
Sub-Project: Core | Unclassified
Estimated Difficulty: 0 | CVSS Scoring:
Total Hours: 0 | Defect Severity: N/A
| Feature Depending on Ticket:
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
{{{
> config add /Init/components b10-auth
> config show /Init/components/b10-auth
Init/components/b10-auth/special null string
Init/components/b10-auth/process null string
Init/components/b10-auth/kind "dispensable" string (default)
Init/components/b10-auth/address null string
Init/components/b10-auth/params/ list
Init/components/b10-auth/priority null integer
> config show /Init/components/b10-auth/kind
Init/components/b10-auth/kind "dispensable" string (default)
> config set /Init/components/b10-auth/kind dispensable
> config commit
> config show /Init/components/b10-auth/kind
Init/components/b10-auth/kind "dispensable" string
> config unset /Init/components/b10-auth/kind
> config show /Init/components/b10-auth/kind
Init/components/b10-auth/kind "dispensable" string
> config diff
{}
> config unset help
Command unset (Unset a configuration value (i.e. revert to the default,
if any).)
help (Get help for command)
Parameters:
identifier (string, mandatory)
The identifier specifies the config item. Child elements are
separated with the '/' character. List indices can be
specified with '[i]', where i is an integer specifying the
index, starting with 0. Examples: 'Init/start_auth',
'Auth/listen_on[0]/address'. If no identifier is given, shows
the item at the current location.
>
}}}
Given #3031 it currently isn't very useful to unset 'kind', but it
shouldn't fail silently.
--
Ticket URL: <http://bind10.isc.org/ticket/3032>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list