mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 09:43:27 +00:00
bgpd: Update IPv6 extended community sub-type for extended link bandwidth
Already assigned by IANA, just the draft is not yet updated. https://www.iana.org/assignments/bgp-extended-communities/bgp-extended-communities.xhtml#trans-ipv6 Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
593a806510
commit
634d1375fa
@ -60,9 +60,10 @@
|
||||
#define ECOMMUNITY_FLOWSPEC_REDIRECT_IPV6 0x0d
|
||||
|
||||
/* https://datatracker.ietf.org/doc/html/draft-li-idr-link-bandwidth-ext-01
|
||||
* Sub-type is not allocated by IANA, but let's get the first available.
|
||||
* Sub-type is allocated by IANA, just the draft is not yet updated with the
|
||||
* new value.
|
||||
*/
|
||||
#define ECOMMUNITY_EXTENDED_LINK_BANDWIDTH 0x0016
|
||||
#define ECOMMUNITY_EXTENDED_LINK_BANDWIDTH 0x0006
|
||||
|
||||
/* Low-order octet of the Extended Communities type field for EVPN types */
|
||||
#define ECOMMUNITY_EVPN_SUBTYPE_MACMOBILITY 0x00
|
||||
|
Loading…
Reference in New Issue
Block a user