diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-03-26 20:25:21 +0200 | 
|---|---|---|
| committer | Mark Stapp <mjs@cisco.com> | 2024-08-27 09:53:02 -0400 | 
| commit | 830972cab211a2f7ad82d7635ad9111afac8f47b (patch) | |
| tree | d33c9a59f0e3fefbcd9173684bacffbf41127f63 /pathd/path_ted.h | |
| parent | 82e52e0f21c12aa5b7270032c32b38e1fa33aa28 (diff) | |
lib: common debug status output
Implement common code for debug status output and remove daemon-specific
code that is duplicated everywhere.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'pathd/path_ted.h')
| -rw-r--r-- | pathd/path_ted.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/pathd/path_ted.h b/pathd/path_ted.h index 449e62f84f..7f3b3f590f 100644 --- a/pathd/path_ted.h +++ b/pathd/path_ted.h @@ -81,7 +81,6 @@ 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 */  | 
