BGP: Update RFC references

This commit is contained in:
Ondrej Zajicek (work) 2017-02-20 02:28:04 +01:00
parent c259669fa3
commit 2be9218a3b

View file

@ -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_EXT_COMMUNITY 0x10 /* RFC 4360 */
#define BA_AS4_PATH 0x11 /* RFC 6793 */ #define BA_AS4_PATH 0x11 /* RFC 6793 */
#define BA_AS4_AGGREGATOR 0x12 /* 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 */ /* BGP connection states */