summaryrefslogtreecommitdiff
path: root/lib/routemap.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/routemap.c')
-rw-r--r--lib/routemap.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/routemap.c b/lib/routemap.c
index e2baa36f24..dc73b1e0d1 100644
--- a/lib/routemap.c
+++ b/lib/routemap.c
@@ -3015,7 +3015,11 @@ DEFUN (no_debug_rmap,
}
/* Debug node. */
-static struct cmd_node rmap_debug_node = {RMAP_DEBUG_NODE, "", 1};
+static struct cmd_node rmap_debug_node = {
+ .node = RMAP_DEBUG_NODE,
+ .prompt = "",
+ .vtysh = 1,
+};
/* Configuration write function. */
static int rmap_config_write_debug(struct vty *vty)