diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-10-12 10:38:21 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-12 10:38:21 +0300 |
| commit | 69c736ec06c30cfb474800cb2116998c362547a7 (patch) | |
| tree | 7a92fede1baffbd5830f716407b14951a7bb6203 /pathd/path_cli.c | |
| parent | 4b7ad630e0bfaf5b3a04eac62ba235a909ae561e (diff) | |
| parent | cf00164b69743b541505da8301a340d5dd9154ce (diff) | |
Merge pull request #12074 from donaldsharp/lib_debugs
*: Create and use infrastructure to show debugs in lib
Diffstat (limited to 'pathd/path_cli.c')
| -rw-r--r-- | pathd/path_cli.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pathd/path_cli.c b/pathd/path_cli.c index 4775aa36fb..13e52ac86b 100644 --- a/pathd/path_cli.c +++ b/pathd/path_cli.c @@ -1092,6 +1092,8 @@ DEFPY_NOSH(show_debugging_pathd, show_debugging_pathd_cmd, "State of each debugging option\n" "pathd module debugging\n") { + + cmd_show_lib_debugs(vty); /* nothing to do here */ return CMD_SUCCESS; } |
