]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/rfapi/vnc_debug.c
*: move CLI node names to cmd_node->name
[mirror_frr.git] / bgpd / rfapi / vnc_debug.c
index 5839d96f4c9a2c741c1ef6f7be9cb5b497b155c4..5c627efbee1c4aa21ed3eeed65e15c24d74e4533 100644 (file)
@@ -175,6 +175,7 @@ static int bgp_vnc_config_write_debug(struct vty *vty)
 
 static int bgp_vnc_config_write_debug(struct vty *vty);
 static struct cmd_node debug_node = {
+       .name = "vnc debug",
        .node = DEBUG_VNC_NODE,
        .prompt = "",
        .config_write = bgp_vnc_config_write_debug,