summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2020-01-28 18:07:25 +0100
committerOndrej Zajicek (work) <santiago@crfreenet.org>2020-01-28 18:07:25 +0100
commit7f9adafc109d576d5249c25ef284606dbac4adfa (patch)
treeca66bc6bf3598b0659569385fa02e6e67bb92585 /doc
parent9f2670277cc0d56d3364d4784348056174175aba (diff)
BFD: Option to specify which class of BFD sessions are accepted
Allows to configure IPv4/IPv6-only or direct/multihop-only BFD protocol instances.
Diffstat (limited to 'doc')
-rw-r--r--doc/bird.sgml9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml
index 8548c9c6..b965da87 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -1955,6 +1955,7 @@ milliseconds.
<code>
protocol bfd [&lt;name&gt;] {
+ accept [ipv4|ipv6] [direct|multihop];
interface &lt;interface pattern&gt; {
interval &lt;time&gt;;
min rx interval &lt;time&gt;;
@@ -1989,6 +1990,14 @@ protocol bfd [&lt;name&gt;] {
</code>
<descrip>
+ <tag><label id="bfd-accept">accept [ipv4|ipv6] [direct|multihop]</tag>
+ A BFD protocol instance accepts (by default) all BFD session requests
+ (with regard to VRF restrictions, see above). This option controls
+ whether IPv4 / IPv6 and direct / multihop session requests are accepted
+ (and which listening sockets are opened). It can be used, for example,
+ to configure separate BFD protocol instances for IPv4 and for IPv6
+ sessions.
+
<tag><label id="bfd-iface">interface <m/pattern/ [, <m/.../] { <m/options/ }</tag>
Interface definitions allow to specify options for sessions associated
with such interfaces and also may contain interface specific options.