diff options
author | Maria Matejka <mq@ucw.cz> | 2023-04-14 13:42:42 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-04-14 13:42:42 +0200 |
commit | ea30d596d3732b3d2c4b1f55ebdc7cc018dd20bb (patch) | |
tree | f408b421d857a17791a0dc79c38ea9e60de4dc67 /doc | |
parent | eb978f3a8357e53fcfeede1caf355e80d782ca6a (diff) | |
parent | ee919658948772105d0bd3b4535ba28883484f2c (diff) |
Merge commit 'ee919658' into thread-next-iface
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index b9ccf9f7..9a3cb996 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1954,6 +1954,7 @@ protocol babel [<name>] { check link <switch>; next hop ipv4 <address>; next hop ipv6 <address>; + extended next hop <switch>; authentication none|mac [permissive]; password "<text>"; password "<text>" { @@ -2058,6 +2059,11 @@ protocol babel [<name>] { source for Babel packets will be used. In normal operation, it should not be necessary to set this option. + <tag><label id="babel-extended-next-hop">extended next hop <m/switch/</tag> + If enabled, BIRD will accept and emit IPv4 routes with an IPv6 next + hop when IPv4 addresses are absent from the interface as described in + <rfc id="9229">. Default: yes. + <tag><label id="babel-authentication">authentication none|mac [permissive]</tag> Selects authentication method to be used. <cf/none/ means that packets are not authenticated at all, <cf/mac/ means MAC authentication is |