]> git.proxmox.com Git - mirror_frr.git/blobdiff - babeld/babeld.c
*: move CLI node names to cmd_node->name
[mirror_frr.git] / babeld / babeld.c
index 6a83fa102ec1a010f43089edbec878990a8267e5..906f48564d500c20bdbe38e82e4c188e4aafb74a 100644 (file)
@@ -72,6 +72,7 @@ static time_t source_expiry_time;
 static int babel_config_write (struct vty *vty);
 static struct cmd_node cmd_babel_node =
 {
+    .name = "babel",
     .node   = BABEL_NODE,
     .parent_node = CONFIG_NODE,
     .prompt = "%s(config-router)# ",