diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-06-21 21:07:45 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-06-22 14:53:34 +0200 |
commit | 1b1f6b20226c92e4beba171159ead8fb21713484 (patch) | |
tree | 84cc2b7afce207422df42c577d9c509664b500bf /interface-definitions/protocols-bfd.xml | |
parent | 62ca0f55506245865dcc14fd95d68d9a3482df7b (diff) | |
download | vyos-1x-1b1f6b20226c92e4beba171159ead8fb21713484.tar.gz vyos-1x-1b1f6b20226c92e4beba171159ead8fb21713484.zip |
bfd: T1183: add support for multihop
multihop tells the BFD daemon that we should expect packets with TTL less than
254 (because it will take more than one hop) and to listen on the multihop port
(4784). When using multi-hop mode echo-mode will not work (see RFC 5883 section 3).
Diffstat (limited to 'interface-definitions/protocols-bfd.xml')
-rw-r--r-- | interface-definitions/protocols-bfd.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/protocols-bfd.xml b/interface-definitions/protocols-bfd.xml index c8b25eb2d..91f0665f9 100644 --- a/interface-definitions/protocols-bfd.xml +++ b/interface-definitions/protocols-bfd.xml @@ -49,6 +49,12 @@ <valueless/> </properties> </leafNode> + <leafNode name="multihop"> + <properties> + <help>Allow this BFD peer to not be directly connected</help> + <valueless/> + </properties> + </leafNode> </children> </tagNode> </children> |