summaryrefslogtreecommitdiffstats
path: root/vrrpd/vrrp_debug.h
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2024-03-26 18:24:45 +0100
committerMark Stapp <mjs@cisco.com>2024-08-27 15:53:02 +0200
commit82e52e0f21c12aa5b7270032c32b38e1fa33aa28 (patch)
tree6a771925348869c500ab278fd54fb30b267bc7bf /vrrpd/vrrp_debug.h
parentlib: rework debug init (diff)
downloadfrr-82e52e0f21c12aa5b7270032c32b38e1fa33aa28.tar.xz
frr-82e52e0f21c12aa5b7270032c32b38e1fa33aa28.zip
lib: common debug config output
Implement common code for debug config output and remove daemon-specific code that is duplicated everywhere. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'vrrpd/vrrp_debug.h')
-rw-r--r--vrrpd/vrrp_debug.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/vrrpd/vrrp_debug.h b/vrrpd/vrrp_debug.h
index c1421ebba..c8b4c897f 100644
--- a/vrrpd/vrrp_debug.h
+++ b/vrrpd/vrrp_debug.h
@@ -28,14 +28,6 @@ extern struct debug vrrp_dbg_zebra;
void vrrp_debug_init(void);
/*
- * Print VRRP debugging configuration.
- *
- * vty
- * VTY to print debugging configuration to.
- */
-int vrrp_config_write_debug(struct vty *vty);
-
-/*
* Print VRRP debugging configuration, human readable form.
*
* vty