summaryrefslogtreecommitdiff
path: root/bgpd/rfapi/vnc_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/rfapi/vnc_debug.c')
-rw-r--r--bgpd/rfapi/vnc_debug.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/bgpd/rfapi/vnc_debug.c b/bgpd/rfapi/vnc_debug.c
index 2c5e188328..abc97786b9 100644
--- a/bgpd/rfapi/vnc_debug.c
+++ b/bgpd/rfapi/vnc_debug.c
@@ -173,7 +173,11 @@ static int bgp_vnc_config_write_debug(struct vty *vty)
return write;
}
-static struct cmd_node debug_node = {DEBUG_VNC_NODE, "", 1};
+static struct cmd_node debug_node = {
+ .node = DEBUG_VNC_NODE,
+ .prompt = "",
+ .vtysh = 1,
+};
void vnc_debug_init(void)
{