]> git.proxmox.com Git - mirror_frr.git/blobdiff - staticd/static_vty.c
*: move CLI node names to cmd_node->name
[mirror_frr.git] / staticd / static_vty.c
index 733578f86c2c4d1c23d5a440a79a8c6f3bf59864..16cd64bcb65027dfd8967ec9dfb2916a844fce87 100644 (file)
@@ -1471,6 +1471,7 @@ DEFUN_NOSH (show_debugging_static,
 }
 
 static struct cmd_node debug_node = {
+       .name = "debug",
        .node = DEBUG_NODE,
        .prompt = "",
        .config_write = static_config_write_debug,