]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: add hooks for displaying module debug messages
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 19 Sep 2019 07:11:18 +0000 (09:11 +0200)
committerLouis Scalbert <louis.scalbert@6wind.com>
Thu, 11 Jan 2024 13:38:23 +0000 (14:38 +0100)
commitfc7b90595926d589f339dd67acb665007ba2f2cd
treef12204b1b7c0ddac1ca11f47d5f38c7deb28a1ed
parent6edd9e4bea233a45720ec9a1327990665dadaba9
bgpd: add hooks for displaying module debug messages

when a plugin is attached, some debugs may be attached to that plugin.
For that, add one hook that is interacting with vty: a boolean indicates
what the usage is for: either for impacting the 'show running-config',
or for impacting the 'show debugging' command.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
bgpd/bgp_debug.c
bgpd/bgp_debug.h