diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2022-09-21 16:49:18 +0200 |
|---|---|---|
| committer | Philippe Guibert <philippe.guibert@6wind.com> | 2022-11-14 17:42:27 +0100 |
| commit | 96cb277eb2350774924ab8776fd66068b89cf6af (patch) | |
| tree | 052c48cb8a13680aae29c47301eee73a446b5f2e /pathd/path_cli.c | |
| parent | 2c7c09d94cfb840d443f35436214e03536ad45ab (diff) | |
pathd: display path ted debugging status
On 'show debugging' call, display the status about
ted debugging.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'pathd/path_cli.c')
| -rw-r--r-- | pathd/path_cli.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pathd/path_cli.c b/pathd/path_cli.c index a6540cc84a..e5bbd9430b 100644 --- a/pathd/path_cli.c +++ b/pathd/path_cli.c @@ -1091,8 +1091,11 @@ DEFPY_NOSH(show_debugging_pathd, show_debugging_pathd_cmd, "pathd module debugging\n") { + vty_out(vty, "Path debugging status:\n"); + cmd_show_lib_debugs(vty); /* nothing to do here */ + path_ted_show_debugging(vty); return CMD_SUCCESS; } |
