BIND 10 #1625: config go to a list confusion
BIND 10 Development
do-not-reply at isc.org
Tue Jan 24 15:51:56 UTC 2012
#1625: config go to a list confusion
---------------------------------+-----------------------------------------
Reporter: jreed | Owner:
Type: defect | Status: new
Priority: minor | Milestone: New Tasks
Component: bind-ctl | Keywords:
Sensitive: 0 | Defect Severity: Low
Sub-Project: Core | Feature Depending on Ticket:
Estimated Difficulty: 0 | Add Hours to Ticket: 0
Total Hours: 0 | Internal?: 0
---------------------------------+-----------------------------------------
{{{
> config go Auth/listen_on
/Auth/listen_on> config show
Auth/listen_on[0]/address "::" string (default)
Auth/listen_on[0]/port 53 integer (default)
Auth/listen_on[1]/address "0.0.0.0" string (default)
Auth/listen_on[1]/port 53 integer (default)
/Auth/listen_on> config set Auth/listen_on[0]/port 5300
Error: /Auth/listen_on/Auth/listen_on[0]/port not found
/Auth/listen_on> config go /
> config show Auth
Auth/database_file
"/home/reed/builder/work/BIND10/20120124093934-NetBSD5-i386/install/var/bind10-devel/zone.sqlite3"
string (default)
Auth/datasources [] list (default)
Auth/statistics-interval 60 integer (default)
Auth/listen_on/ list (default)
> config go Auth/listen_on
/Auth/listen_on> config set [0]/port 5300
}}}
The show output is not prefixed with a slash, that makes it appear that
the "go" didn't work or that is configurables below current location.
Maybe it should prefix a slash or only show the item, for example:
{{{
> config go /Auth/listen_on
/Auth/listen_on> config show
[0]/address "::" string (default)
[0]/port 53 integer (default)
[1]/address "0.0.0.0" string (default)
[1]/port 53 integer (default)
}}}
(Note above does not exist yet.)
--
Ticket URL: <http://bind10.isc.org/ticket/1625>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list