From: Ondrej Zajicek (work) Date: Mon, 20 Feb 2017 01:28:04 +0000 (+0100) Subject: BGP: Update RFC references X-Git-Tag: v2.0.0-pre1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2be9218a3b1dfcc8e42c8d118e95f2074d9f7a7c;p=thirdparty%2Fbird.git BGP: Update RFC references --- diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index 7d7d349a6..5d2539d52 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -524,7 +524,7 @@ void bgp_update_next_hop(struct bgp_export_state *s, eattr *a, ea_list **to); #define BA_EXT_COMMUNITY 0x10 /* RFC 4360 */ #define BA_AS4_PATH 0x11 /* RFC 6793 */ #define BA_AS4_AGGREGATOR 0x12 /* RFC 6793 */ -#define BA_LARGE_COMMUNITY 0x20 /* [draft-ietf-idr-large-community] */ +#define BA_LARGE_COMMUNITY 0x20 /* RFC 8092 */ /* BGP connection states */