summaryrefslogtreecommitdiff
path: root/pathd/path_cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'pathd/path_cli.c')
-rw-r--r--pathd/path_cli.c3
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;
}