From 243895805abcd27cc23f784c0b42036197fa1c3c Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Sat, 8 Sep 2018 23:15:09 +0200 Subject: *: move CLI parent data to cmd_node->parent_node Same as before, instead of shoving this into a big central list we can just put the parent node in cmd_node. Signed-off-by: David Lamparter --- zebra/zebra_fpm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'zebra/zebra_fpm.c') diff --git a/zebra/zebra_fpm.c b/zebra/zebra_fpm.c index beb6fcb2eb..462a75b551 100644 --- a/zebra/zebra_fpm.c +++ b/zebra/zebra_fpm.c @@ -1942,6 +1942,7 @@ static int fpm_remote_srv_write(struct vty *vty); /* Zebra node */ static struct cmd_node zebra_node = { .node = ZEBRA_NODE, + .parent_node = CONFIG_NODE, .prompt = "", .config_write = fpm_remote_srv_write, }; -- cgit v1.2.3