diff options
Diffstat (limited to 'bgpd/bgp_debug.c')
| -rw-r--r-- | bgpd/bgp_debug.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_debug.c b/bgpd/bgp_debug.c index cd6ba00846..51e12cb64e 100644 --- a/bgpd/bgp_debug.c +++ b/bgpd/bgp_debug.c @@ -170,6 +170,7 @@ static const struct message bgp_notify_cease_msg[] = {  	 "/Connection Collision Resolution"},  	{BGP_NOTIFY_CEASE_OUT_OF_RESOURCE, "/Out of Resources"},  	{BGP_NOTIFY_CEASE_HARD_RESET, "/Hard Reset"}, +	{BGP_NOTIFY_CEASE_BFD_DOWN, "/BFD Down"},  	{0}};  static const struct message bgp_notify_route_refresh_msg[] = {  | 
