From: Donald Sharp Date: Sun, 14 May 2017 03:01:32 +0000 (-0400) Subject: babeld: Fix up some missed cli X-Git-Tag: reindent-master-before~74^2~26 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=f7bf422e5d5ed2ee49520ef3ebebfd150d4a7533;p=matthieu%2Ffrr.git babeld: Fix up some missed cli Signed-off-by: Donald Sharp --- diff --git a/babeld/babel_interface.c b/babeld/babel_interface.c index 2c2b5187c3..67ad9a4b44 100644 --- a/babeld/babel_interface.c +++ b/babeld/babel_interface.c @@ -1083,6 +1083,7 @@ DEFUN (show_babel_route_prefix, "show babel route ", SHOW_STR "Babel information\n" + "Babel internal routing table\n" "IPv4 prefix /\n" "IPv6 prefix /\n") { @@ -1130,6 +1131,7 @@ DEFUN (show_babel_route_addr, "show babel route A.B.C.D", SHOW_STR "Babel information\n" + "Babel internal routing table\n" "IPv4 address /\n") { struct in_addr addr; @@ -1186,6 +1188,7 @@ DEFUN (show_babel_route_addr6, "show babel route X:X::X:X", SHOW_STR "Babel information\n" + "Babel internal routing table\n" "IPv6 address /\n") { struct in6_addr addr; diff --git a/babeld/babel_zebra.c b/babeld/babel_zebra.c index 537158ec4e..eb121c66a5 100644 --- a/babeld/babel_zebra.c +++ b/babeld/babel_zebra.c @@ -254,7 +254,7 @@ DEFUN (no_babel_redistribute_type, /* [Babel Command] */ DEFUN (debug_babel, debug_babel_cmd, - "debug babel (common|kernel|filter|timeout|interface|route|all)", + "debug babel ", "Enable debug messages for specific or all part.\n" "Babel information\n" "Common messages (default)\n" @@ -283,7 +283,7 @@ DEFUN (debug_babel, /* [Babel Command] */ DEFUN (no_debug_babel, no_debug_babel_cmd, - "no debug babel (common|kernel|filter|timeout|interface|route|all)", + "no debug babel ", NO_STR "Disable debug messages for specific or all part.\n" "Babel information\n"