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_packet.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_packet.c')
| -rw-r--r-- | bgpd/bgp_packet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_packet.c b/bgpd/bgp_packet.c index 5560469838..9def9622d9 100644 --- a/bgpd/bgp_packet.c +++ b/bgpd/bgp_packet.c @@ -814,6 +814,7 @@ bool bgp_notify_send_hard_reset(struct peer *peer, uint8_t code, case BGP_NOTIFY_CEASE_ADMIN_SHUTDOWN: case BGP_NOTIFY_CEASE_PEER_UNCONFIG: case BGP_NOTIFY_CEASE_HARD_RESET: + case BGP_NOTIFY_CEASE_BFD_DOWN: return true; case BGP_NOTIFY_CEASE_ADMIN_RESET: /* Provide user control: |
