diff options
author | Maria Matejka <mq@ucw.cz> | 2023-04-14 13:43:24 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-04-14 13:43:24 +0200 |
commit | 11069272133a6818e4b24d6f2c2ef33338ac499a (patch) | |
tree | 88b3da294585f23da8b223c4dbf4c1db468a0d4a /proto/bgp/bgp.h | |
parent | ea30d596d3732b3d2c4b1f55ebdc7cc018dd20bb (diff) | |
parent | 913ec57f27b06845e3698e8ea08821d39b9575cf (diff) |
Merge commit '913ec57f' into thread-next-iface
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r-- | proto/bgp/bgp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index 621e1bc5..c98582dd 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -97,7 +97,7 @@ struct bgp_config { int capabilities; /* Enable capability handshake [RFC 5492] */ int enable_refresh; /* Enable local support for route refresh [RFC 2918] */ int enable_as4; /* Enable local support for 4B AS numbers [RFC 6793] */ - int enable_extended_messages; /* Enable local support for extended messages [draft] */ + int enable_extended_messages; /* Enable local support for extended messages [RFC 8654] */ int enable_hostname; /* Enable local support for hostname [draft] */ u32 rr_cluster_id; /* Route reflector cluster ID, if different from local ID */ int rr_client; /* Whether neighbor is RR client of me */ @@ -237,7 +237,7 @@ struct bgp_caps { u32 as4_number; /* Announced ASN */ u8 as4_support; /* Four-octet AS capability, RFC 6793 */ - u8 ext_messages; /* Extended message length, RFC draft */ + u8 ext_messages; /* Extended message length, RFC 8654 */ u8 route_refresh; /* Route refresh capability, RFC 2918 */ u8 enhanced_refresh; /* Enhanced route refresh, RFC 7313 */ u8 role; /* BGP role capability, RFC 9234 */ |