diff options
author | Simon Ruderich <simon@ruderich.org> | 2021-12-18 03:17:48 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-12-18 03:17:48 +0100 |
commit | 00410fd6c17697a5919cb32a44f7117dd3a0834a (patch) | |
tree | 821c237a2aa140e6f4f775a79bdb8a1dcf55c166 /doc/bird.sgml | |
parent | b21104c97e59128973501fc23570e2d929f48923 (diff) |
Doc: bgp: remove "advertise ipv4"
The option was removed in d15b0b0a ("BGP redesign", 2016-12-07)
but the documentation wasn't updated.
Diffstat (limited to 'doc/bird.sgml')
-rw-r--r-- | doc/bird.sgml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 39dadaf2..4e4804de 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -2607,13 +2607,6 @@ using the following configuration parameters: disabled. Default: on, with automatic fallback to off when received capability-related error. - <tag><label id="bgp-advertise-ipv4">advertise ipv4 <m/switch/</tag> - Advertise IPv4 multiprotocol capability. This is not a correct behavior - according to the strict interpretation of <rfc id="4760">, but it is - widespread and required by some BGP implementations (Cisco and Quagga). - This option is relevant to IPv4 mode with enabled capability - advertisement only. Default: on. - <tag><label id="bgp-advertise-hostname">advertise hostname <m/switch/</tag> Advertise hostname capability along with the hostname. Default: off. |