]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripngd/ripng_interface.c
*: move CLI node names to cmd_node->name
[mirror_frr.git] / ripngd / ripng_interface.c
index e45bbbe2146c6abbfac08a3b89c4a0e78d4b3864..e8c907227e496f3cc29c264cdace1d3e1933561f 100644 (file)
@@ -957,6 +957,7 @@ static int interface_config_write(struct vty *vty)
 static int interface_config_write(struct vty *vty);
 /* ripngd's interface node. */
 static struct cmd_node interface_node = {
+       .name = "interface",
        .node = INTERFACE_NODE,
        .parent_node = CONFIG_NODE,
        .prompt = "%s(config-if)# ",