diff options
Diffstat (limited to 'bgpd/bgp_dump.c')
| -rw-r--r-- | bgpd/bgp_dump.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bgpd/bgp_dump.c b/bgpd/bgp_dump.c index cd1722ccca..d5609e04ea 100644 --- a/bgpd/bgp_dump.c +++ b/bgpd/bgp_dump.c @@ -778,7 +778,11 @@ DEFUN (no_dump_bgp_all, } /* BGP node structure. */ -static struct cmd_node bgp_dump_node = {DUMP_NODE, "", 1}; +static struct cmd_node bgp_dump_node = { + .node = DUMP_NODE, + .prompt = "", + .vtysh = 1, +}; #if 0 char * |
