diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-10-07 07:51:17 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-10-07 12:39:05 -0400 | 
| commit | cf00164b69743b541505da8301a340d5dd9154ce (patch) | |
| tree | 7f3c3e7c8a290c5d2a55f7e364089eb02b8d5e06 /pbrd/pbr_vty.c | |
| parent | a00621d8b90cb1ddb91557f778c56b89a0b6e1ac (diff) | |
*: Create and use infrastructure to show debugs in lib
There are lib debugs being set but never show up in
`show debug` commands because there was no way to show
that they were being used.  Add a bit of infrastructure
to allow this and then use it for `debug route-map`
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'pbrd/pbr_vty.c')
| -rw-r--r-- | pbrd/pbr_vty.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/pbrd/pbr_vty.c b/pbrd/pbr_vty.c index a2b3431b94..6f53adb334 100644 --- a/pbrd/pbr_vty.c +++ b/pbrd/pbr_vty.c @@ -1243,6 +1243,8 @@ DEFUN_NOSH(show_debugging_pbr,  	pbr_debug_config_write_helper(vty, false); +	cmd_show_lib_debugs(vty); +  	return CMD_SUCCESS;  }  | 
