diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-02-20 02:28:04 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-02-20 02:28:04 +0100 |
commit | 2be9218a3b1dfcc8e42c8d118e95f2074d9f7a7c (patch) | |
tree | bbe2a7d1650cde1e6799932d3c3e3a3ea6d669dc | |
parent | c259669fa33ca13b5c6ae60eb8ffa0874ddc01b2 (diff) |
BGP: Update RFC references
-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 7d7d349a..5d2539d5 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 */ |