From cfa0facbf936fc6cc053fafea7d2b6fa8bccfc4c Mon Sep 17 00:00:00 2001 From: Christian Hopps Date: Wed, 26 Apr 2023 17:50:46 -0400 Subject: mgmtd: fully implement debug flags for mgmtd and clients Signed-off-by: Christian Hopps --- lib/command.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/command.c') diff --git a/lib/command.c b/lib/command.c index 97ea200ff4..27cd3a04bd 100644 --- a/lib/command.c +++ b/lib/command.c @@ -31,6 +31,8 @@ #include "jhash.h" #include "hook.h" #include "lib_errors.h" +#include "mgmt_be_client.h" +#include "mgmt_fe_client.h" #include "northbound_cli.h" #include "network.h" #include "routemap.h" @@ -2438,6 +2440,8 @@ const char *host_config_get(void) void cmd_show_lib_debugs(struct vty *vty) { route_map_show_debug(vty); + mgmt_debug_be_client_show_debug(vty); + mgmt_debug_fe_client_show_debug(vty); } void install_default(enum node_type node) -- cgit v1.2.3