diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-03-29 13:48:23 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-03-29 13:48:23 +0200 |
commit | c49e4a65657e9abff1b94cbfdc7686efe7376a7a (patch) | |
tree | b202ef186e577ff03e97dd726cabf87c341ade9f /proto/bgp/bgp.h | |
parent | 7074be22f1a8a42ec738fd34125e36a732f311a5 (diff) |
BGP: Update list of supported standards
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 6511680d..bdf32f26 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -90,9 +90,9 @@ struct bgp_config { int deterministic_med; /* Use more complicated algo to have strict RFC 4271 MED comparison */ u32 default_local_pref; /* Default value for LOCAL_PREF attribute */ u32 default_med; /* Default value for MULTI_EXIT_DISC attribute */ - int capabilities; /* Enable capability handshake [RFC 3392] */ + 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 4893] */ + int enable_as4; /* Enable local support for 4B AS numbers [RFC 6793] */ int enable_extended_messages; /* Enable local support for extended messages [draft] */ u32 rr_cluster_id; /* Route reflector cluster ID, if different from local ID */ int rr_client; /* Whether neighbor is RR client of me */ |