]> git.proxmox.com Git - mirror_frr.git/blobdiff - nhrpd/nhrp_vty.c
*: move CLI node names to cmd_node->name
[mirror_frr.git] / nhrpd / nhrp_vty.c
index bf29d021818c4e1fdb59d00fcd9b4aa5d1e28189..fe681b405248e79e527e3181f94262afd884d2b0 100644 (file)
@@ -19,6 +19,7 @@
 
 static int nhrp_config_write(struct vty *vty);
 static struct cmd_node zebra_node = {
+       .name = "zebra",
        .node = ZEBRA_NODE,
        .parent_node = CONFIG_NODE,
        .prompt = "%s(config-router)# ",
@@ -27,6 +28,7 @@ static struct cmd_node zebra_node = {
 
 static int interface_config_write(struct vty *vty);
 static struct cmd_node nhrp_interface_node = {
+       .name = "interface",
        .node = INTERFACE_NODE,
        .parent_node = CONFIG_NODE,
        .prompt = "%s(config-if)# ",