diff options
Diffstat (limited to 'zebra/zebra_pw.c')
| -rw-r--r-- | zebra/zebra_pw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_pw.c b/zebra/zebra_pw.c index 9717805d07..1885401287 100644 --- a/zebra/zebra_pw.c +++ b/zebra/zebra_pw.c @@ -550,6 +550,7 @@ static int zebra_pw_config(struct vty *vty) static int zebra_pw_config(struct vty *vty); static struct cmd_node pw_node = { .node = PW_NODE, + .parent_node = CONFIG_NODE, .prompt = "%s(config-pw)# ", .config_write = zebra_pw_config, }; |
