diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2024-03-26 18:24:45 +0100 |
---|---|---|
committer | Mark Stapp <mjs@cisco.com> | 2024-08-27 15:53:02 +0200 |
commit | 82e52e0f21c12aa5b7270032c32b38e1fa33aa28 (patch) | |
tree | 6a771925348869c500ab278fd54fb30b267bc7bf /vrrpd/vrrp_debug.h | |
parent | lib: rework debug init (diff) | |
download | frr-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.h | 8 |
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 |