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_ted.h | |
| 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_ted.h')
| -rw-r--r-- | pathd/path_ted.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pathd/path_ted.h b/pathd/path_ted.h index c6897b1520..5a0c8eecd3 100644 --- a/pathd/path_ted.h +++ b/pathd/path_ted.h @@ -101,6 +101,7 @@ int path_ted_segment_list_refresh(void); /* TED configuration functions */ uint32_t path_ted_config_write(struct vty *vty); +void path_ted_show_debugging(struct vty *vty); /* TED util functions */ /* clang-format off */ |
