diff options
Diffstat (limited to 'ripngd/ripng_debug.c')
| -rw-r--r-- | ripngd/ripng_debug.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ripngd/ripng_debug.c b/ripngd/ripng_debug.c index fe63d8fdea..fe4ec256ba 100644 --- a/ripngd/ripng_debug.c +++ b/ripngd/ripng_debug.c @@ -176,8 +176,9 @@ DEFUN (no_debug_ripng_zebra, /* Debug node. */ static struct cmd_node debug_node = { - DEBUG_NODE, "", /* Debug node has no interface. */ - 1 /* VTYSH */ + .node = DEBUG_NODE, + .prompt = "", + .vtysh = 1, }; static int config_write_debug(struct vty *vty) |
