summaryrefslogtreecommitdiff
path: root/bgpd/bgp_debug.c
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2022-06-27 09:57:29 +0300
committerGitHub <noreply@github.com>2022-06-27 09:57:29 +0300
commitf646c17a4349a2439230980bdae70b58b34b862c (patch)
tree6beff29af33de5b06454a45ad4f73868ce70a633 /bgpd/bgp_debug.c
parent437e7e77d6a834d805c83b26dfd33235f1f08721 (diff)
parented80211ad8e1aaa14b00ee592611fae96f51e6ef (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.c1
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[] = {