diff options
| author | Pushpasis Sarkar <pushpasis.frr@gmail.com> | 2022-06-07 21:27:12 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-07 21:27:12 +0530 |
| commit | aa800819cde613f296a38228642463477fcf7c12 (patch) | |
| tree | b37743135e16775c28b552e1b2852470bacd393e /bgpd/bgp_debug.c | |
| parent | 96b706b72a8452007efad17ccc161b672a9bab5e (diff) | |
| parent | aebe2e379f493d5ca85c50e3c0867e545ad0e290 (diff) | |
Merge pull request #11312 from opensourcerouting/feature/draft-ietf-idr-bfd-subcodebase_8.3
bgpd: Add Notification CEASE BFD Down message
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[] = { |
