diff options
Diffstat (limited to 'ripngd/ripng_debug.c')
-rw-r--r-- | ripngd/ripng_debug.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ripngd/ripng_debug.c b/ripngd/ripng_debug.c index 51314bc2..2cff3d01 100644 --- a/ripngd/ripng_debug.c +++ b/ripngd/ripng_debug.c @@ -207,7 +207,8 @@ DEFUN (no_debug_ripng_zebra, struct cmd_node debug_node = { DEBUG_NODE, - "" /* Debug node has no interface. */ + "", /* Debug node has no interface. */ + 1 /* VTYSH */ }; int |