summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_debug.h
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2018-04-18 17:46:49 +0200
committerPhilippe Guibert <philippe.guibert@6wind.com>2018-04-30 11:56:23 +0200
commitf146bb54cc9bb8c88399513b701a41806275a470 (patch)
tree42f961ed8f58ce36ca94eeaec02bbaf56aacff24 /bgpd/bgp_debug.h
parentbgpd: handle FS redirect VRF rule in PBR (diff)
downloadfrr-f146bb54cc9bb8c88399513b701a41806275a470.tar.xz
frr-f146bb54cc9bb8c88399513b701a41806275a470.zip
bgpd: add pbr error flag for pbr errors
Some errors messages were not guarded. now those log messages are guarded. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'bgpd/bgp_debug.h')
-rw-r--r--bgpd/bgp_debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_debug.h b/bgpd/bgp_debug.h
index 02712f2a3..d5d8fbb50 100644
--- a/bgpd/bgp_debug.h
+++ b/bgpd/bgp_debug.h
@@ -126,6 +126,7 @@ struct bgp_debug_filter {
#define BGP_DEBUG_FLOWSPEC 0x01
#define BGP_DEBUG_LABELPOOL 0x01
#define BGP_DEBUG_PBR 0x01
+#define BGP_DEBUG_PBR_ERROR 0x02
#define BGP_DEBUG_PACKET_SEND 0x01
#define BGP_DEBUG_PACKET_SEND_DETAIL 0x02