diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-06-27 09:57:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-27 09:57:29 +0300 |
| commit | f646c17a4349a2439230980bdae70b58b34b862c (patch) | |
| tree | 6beff29af33de5b06454a45ad4f73868ce70a633 /bgpd/bgp_debug.c | |
| parent | 437e7e77d6a834d805c83b26dfd33235f1f08721 (diff) | |
| parent | ed80211ad8e1aaa14b00ee592611fae96f51e6ef (diff) | |
Merge pull request #11426 from error2407/open_policy
bgpd: Add RFC9234 implementation
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 8976b3b674..fbe967d8b2 100644 --- a/bgpd/bgp_debug.c +++ b/bgpd/bgp_debug.c @@ -141,6 +141,7 @@ static const struct message bgp_notify_open_msg[] = { {BGP_NOTIFY_OPEN_AUTH_FAILURE, "/Authentication Failure"}, {BGP_NOTIFY_OPEN_UNACEP_HOLDTIME, "/Unacceptable Hold Time"}, {BGP_NOTIFY_OPEN_UNSUP_CAPBL, "/Unsupported Capability"}, + {BGP_NOTIFY_OPEN_ROLE_MISMATCH, "/Role Mismatch"}, {0}}; static const struct message bgp_notify_update_msg[] = { |
