diff options
author | Ondrej Filip <feela@network.cz> | 2016-10-27 11:08:28 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2016-10-27 11:08:28 +0200 |
commit | 3213273d8261c69a343fcd7d4c9607385dfdbb65 (patch) | |
tree | 58bfaf773217f33db27bd078d91945cbe80bb640 /proto/bgp | |
parent | c68e8cd374f16a1d659c80f9ebe503f2dd0d4acb (diff) |
IANA assigned a different number to large BGP communities - changed.
Diffstat (limited to 'proto/bgp')
-rw-r--r-- | proto/bgp/bgp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index d5747c18..a865b99d 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -308,7 +308,7 @@ void bgp_log_error(struct bgp_proto *p, u8 class, char *msg, unsigned code, unsi #define BA_EXT_COMMUNITY 0x10 /* [RFC4360] */ #define BA_AS4_PATH 0x11 /* [RFC4893] */ #define BA_AS4_AGGREGATOR 0x12 -#define BA_LARGE_COMMUNITY 0x1e /* [draft-ietf-idr-large-community] */ +#define BA_LARGE_COMMUNITY 0x20 /* [draft-ietf-idr-large-community] */ /* BGP connection states */ |