mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
BFD: Option to specify which class of BFD sessions are accepted
Allows to configure IPv4/IPv6-only or direct/multihop-only BFD protocol instances.
This commit is contained in:
@@ -1955,6 +1955,7 @@ milliseconds.
|
||||
|
||||
<code>
|
||||
protocol bfd [<name>] {
|
||||
accept [ipv4|ipv6] [direct|multihop];
|
||||
interface <interface pattern> {
|
||||
interval <time>;
|
||||
min rx interval <time>;
|
||||
@@ -1989,6 +1990,14 @@ protocol bfd [<name>] {
|
||||
</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.
|
||||
|
Reference in New Issue
Block a user