summaryrefslogtreecommitdiff
path: root/staticd/static_vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'staticd/static_vty.c')
-rw-r--r--staticd/static_vty.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/staticd/static_vty.c b/staticd/static_vty.c
index a950b0473e..82d8997dac 100644
--- a/staticd/static_vty.c
+++ b/staticd/static_vty.c
@@ -1470,7 +1470,11 @@ DEFUN_NOSH (show_debugging_static,
return CMD_SUCCESS;
}
-static struct cmd_node debug_node = {DEBUG_NODE, "", 1};
+static struct cmd_node debug_node = {
+ .node = DEBUG_NODE,
+ .prompt = "",
+ .vtysh = 1,
+};
void static_vty_init(void)
{