summaryrefslogtreecommitdiff
path: root/pbrd/pbr_debug.h
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2024-03-26 19:24:45 +0200
committerMark Stapp <mjs@cisco.com>2024-08-27 09:53:02 -0400
commit82e52e0f21c12aa5b7270032c32b38e1fa33aa28 (patch)
tree6a771925348869c500ab278fd54fb30b267bc7bf /pbrd/pbr_debug.h
parent5dac6961540422a1ca139fae8c5ea9e5a437c4ba (diff)
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 'pbrd/pbr_debug.h')
-rw-r--r--pbrd/pbr_debug.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/pbrd/pbr_debug.h b/pbrd/pbr_debug.h
index 09109971d2..101c6986b3 100644
--- a/pbrd/pbr_debug.h
+++ b/pbrd/pbr_debug.h
@@ -49,12 +49,4 @@ void pbr_debug_set_all(uint32_t flags, bool set);
*/
int pbr_debug_config_write_helper(struct vty *vty, bool config);
-/*
- * Print PBR debugging configuration.
- *
- * vty
- * VTY to print debugging configuration to.
- */
-int pbr_debug_config_write(struct vty *vty);
-
#endif /* __PBR_DEBUG_H__ */