gb/vty: Fix the VTY node string for L_NS_NODE

Use 'config-ns' instead of plain 'ns' and append a blank after the
'#' to make the vty python test script work.

Sponsored-by: On-Waves ehf
This commit is contained in:
Jacob Erlbeck 2013-10-24 01:33:20 +02:00 committed by Holger Hans Peter Freyther
parent 687b690876
commit 35fe87c686
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ static void log_set_nsvc_filter(struct log_target *target,
static struct cmd_node ns_node = {
L_NS_NODE,
"%s(ns)#",
"%s(config-ns)# ",
1,
};