mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-05 07:52:11 +00:00
Merge pull request #12602 from opensourcerouting/fix/drop_deprecated_BGP_ATTR_AS_PATHLIMIT
bgpd: Drop deprecated BGP_ATTR_AS_PATHLIMIT path attribute
This commit is contained in:
commit
1eef2527d4
@ -73,7 +73,6 @@ static const struct message attr_str[] = {
|
||||
{BGP_ATTR_EXT_COMMUNITIES, "EXT_COMMUNITIES"},
|
||||
{BGP_ATTR_AS4_PATH, "AS4_PATH"},
|
||||
{BGP_ATTR_AS4_AGGREGATOR, "AS4_AGGREGATOR"},
|
||||
{BGP_ATTR_AS_PATHLIMIT, "AS_PATHLIMIT"},
|
||||
{BGP_ATTR_PMSI_TUNNEL, "PMSI_TUNNEL_ATTRIBUTE"},
|
||||
{BGP_ATTR_ENCAP, "ENCAP"},
|
||||
{BGP_ATTR_OTC, "OTC"},
|
||||
|
@ -1906,7 +1906,6 @@ struct bgp_nlri {
|
||||
#define BGP_ATTR_EXT_COMMUNITIES 16
|
||||
#define BGP_ATTR_AS4_PATH 17
|
||||
#define BGP_ATTR_AS4_AGGREGATOR 18
|
||||
#define BGP_ATTR_AS_PATHLIMIT 21
|
||||
#define BGP_ATTR_PMSI_TUNNEL 22
|
||||
#define BGP_ATTR_ENCAP 23
|
||||
#define BGP_ATTR_IPV6_EXT_COMMUNITIES 25
|
||||
|
Loading…
Reference in New Issue
Block a user