diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2023-08-22 14:20:59 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2023-08-22 14:20:59 +0200 |
commit | 9bf20484764364b9f32bef0a3a7f877abbc29914 (patch) | |
tree | 1b87960d97a5b0e0cd1f856cd33282ffe23b94ac /proto/bgp/bgp.h | |
parent | ecbae010bf057dbaf0ec46e888fb7446fee9c736 (diff) |
BGP: Update RFC reference
RFC 5549 was obsoleted by RFC 8950.
Diffstat (limited to 'proto/bgp/bgp.h')
-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 7c96e851..0fb375d5 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -232,7 +232,7 @@ struct bgp_af_caps { u8 llgr_able; /* Long-lived GR, RFC draft */ u32 llgr_time; /* Long-lived GR stale time */ u8 llgr_flags; /* Long-lived GR per-AF flags */ - u8 ext_next_hop; /* Extended IPv6 next hop, RFC 5549 */ + u8 ext_next_hop; /* Extended IPv6 next hop, RFC 8950 */ u8 add_path; /* Multiple paths support, RFC 7911 */ }; |