From f7bf422e5d5ed2ee49520ef3ebebfd150d4a7533 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Sat, 13 May 2017 23:01:32 -0400 Subject: [PATCH] babeld: Fix up some missed cli Signed-off-by: Donald Sharp --- babeld/babel_interface.c | 3 +++ babeld/babel_zebra.c | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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" -- 2.39.5