diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-10-26 01:28:38 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-10-26 01:32:24 +0200 |
commit | be7c1aef429092bb90167a7f1b5c33b74a8030c2 (patch) | |
tree | 5bbcd2a4924fb02b353c70e9da2fabf4a2925e21 | |
parent | 498d8145c0984acf6b39d7e312950315571e7030 (diff) |
BGP: RFC 8654 got released
-rw-r--r-- | doc/bird.sgml | 4 | ||||
-rw-r--r-- | proto/bgp/bgp.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index d20687be..384af835 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -2469,8 +2469,8 @@ using the following configuration parameters: <tag><label id="bgp-enable-extended-messages">enable extended messages <m/switch/</tag> The BGP protocol uses maximum message length of 4096 bytes. This option - provides an extension to allow extended messages with length up - to 65535 bytes. Default: off. + provides an extension (<rfc id="8654">) to allow extended messages with + length up to 65535 bytes. Default: off. <tag><label id="bgp-capabilities">capabilities <m/switch/</tag> Use capability advertisement to advertise optional capabilities. This is diff --git a/proto/bgp/bgp.c b/proto/bgp/bgp.c index e33d53f5..053016dd 100644 --- a/proto/bgp/bgp.c +++ b/proto/bgp/bgp.c @@ -100,7 +100,7 @@ * RFC 8092 - BGP Large Communities Attribute * RFC 8203 - BGP Administrative Shutdown Communication * RFC 8212 - Default EBGP Route Propagation Behavior without Policies - * draft-ietf-idr-bgp-extended-messages-27 + * RFC 8654 - Extended Message Support for BGP * draft-ietf-idr-ext-opt-param-07 * draft-uttaro-idr-bgp-persistence-04 */ |