summaryrefslogtreecommitdiff
path: root/pathd/path_ted.h
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2022-09-21 16:49:18 +0200
committerPhilippe Guibert <philippe.guibert@6wind.com>2022-11-14 17:42:27 +0100
commit96cb277eb2350774924ab8776fd66068b89cf6af (patch)
tree052c48cb8a13680aae29c47301eee73a446b5f2e /pathd/path_ted.h
parent2c7c09d94cfb840d443f35436214e03536ad45ab (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.h1
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 */