diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2018-09-09 00:15:50 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2020-04-16 12:53:59 +0200 |
| commit | f4b8291fcbcfb16c23d07c60d4669afaf396dbea (patch) | |
| tree | 3b121c1e3ac8dc7a2d67ca965f4c8e4546e404c1 /lib/northbound_cli.c | |
| parent | 243895805abcd27cc23f784c0b42036197fa1c3c (diff) | |
*: move CLI node names to cmd_node->name
And again for the name. Why on earth would we centralize this, just so
people can forget to update it?
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/northbound_cli.c')
| -rw-r--r-- | lib/northbound_cli.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/northbound_cli.c b/lib/northbound_cli.c index d0e05990a8..d4467facaf 100644 --- a/lib/northbound_cli.c +++ b/lib/northbound_cli.c @@ -1675,6 +1675,7 @@ static int nb_debug_config_write(struct vty *vty) static struct debug_callbacks nb_dbg_cbs = {.debug_set_all = nb_debug_set_all}; static struct cmd_node nb_debug_node = { + .name = "northbound debug", .node = NORTHBOUND_DEBUG_NODE, .prompt = "", .config_write = nb_debug_config_write, |
