diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-01-06 14:06:38 +0100 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-01-14 20:30:35 +0100 |
commit | db3f8f319913a83abb1be283796c42f29e60423b (patch) | |
tree | c6950c92ae9ae62ffe6ddb4cb4f099ad374bed9a /bgpd/bgp_debug.c | |
parent | Merge pull request #12635 from LabNConsulting/ziemba/topotests-lutil-wait-strict (diff) | |
download | frr-db3f8f319913a83abb1be283796c42f29e60423b.tar.xz frr-db3f8f319913a83abb1be283796c42f29e60423b.zip |
bgpd: Deprecate some unused BGP stuff
* BGP optional parameter type (Authentication)
* BGP UPDATE message error subcode for AS loop
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'bgpd/bgp_debug.c')
-rw-r--r-- | bgpd/bgp_debug.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bgpd/bgp_debug.c b/bgpd/bgp_debug.c index 9e540b63c..0b939f6ac 100644 --- a/bgpd/bgp_debug.c +++ b/bgpd/bgp_debug.c @@ -144,7 +144,6 @@ static const struct message bgp_notify_open_msg[] = { {BGP_NOTIFY_OPEN_BAD_PEER_AS, "/Bad Peer AS"}, {BGP_NOTIFY_OPEN_BAD_BGP_IDENT, "/Bad BGP Identifier"}, {BGP_NOTIFY_OPEN_UNSUP_PARAM, "/Unsupported Optional Parameter"}, - {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"}, @@ -158,7 +157,6 @@ static const struct message bgp_notify_update_msg[] = { {BGP_NOTIFY_UPDATE_ATTR_FLAG_ERR, "/Attribute Flags Error"}, {BGP_NOTIFY_UPDATE_ATTR_LENG_ERR, "/Attribute Length Error"}, {BGP_NOTIFY_UPDATE_INVAL_ORIGIN, "/Invalid ORIGIN Attribute"}, - {BGP_NOTIFY_UPDATE_AS_ROUTE_LOOP, "/AS Routing Loop"}, {BGP_NOTIFY_UPDATE_INVAL_NEXT_HOP, "/Invalid NEXT_HOP Attribute"}, {BGP_NOTIFY_UPDATE_OPT_ATTR_ERR, "/Optional Attribute Error"}, {BGP_NOTIFY_UPDATE_INVAL_NETWORK, "/Invalid Network Field"}, |