diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-02-01 21:01:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-01 21:01:58 +0000 |
commit | a685e55f3a1b215f422a2a84db351fe95c3331e4 (patch) | |
tree | 5660de632f0e10430d777b8d17a346c67496713a /interface-definitions/protocols-bfd.xml.in | |
parent | 1bc8d96f664a92ccfd657ac645c0c329bc720359 (diff) | |
parent | e559ff4e552a0959287bee7712d887e754b25fb7 (diff) | |
download | vyos-1x-a685e55f3a1b215f422a2a84db351fe95c3331e4.tar.gz vyos-1x-a685e55f3a1b215f422a2a84db351fe95c3331e4.zip |
Merge pull request #2920 from c-po/bfd-equuleus-T5967
bfd: T5967: add minimum-ttl option
Diffstat (limited to 'interface-definitions/protocols-bfd.xml.in')
-rw-r--r-- | interface-definitions/protocols-bfd.xml.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/interface-definitions/protocols-bfd.xml.in b/interface-definitions/protocols-bfd.xml.in index 8900e7955..0423ebcb2 100644 --- a/interface-definitions/protocols-bfd.xml.in +++ b/interface-definitions/protocols-bfd.xml.in @@ -125,6 +125,18 @@ <valueless/> </properties> </leafNode> + <leafNode name="minimum-ttl"> + <properties> + <help>Expect packets with at least this TTL</help> + <valueHelp> + <format>u32:1-254</format> + <description>Minimum TTL expected</description> + </valueHelp> + <constraint> + <validator name="numeric" argument="--range 1-254"/> + </constraint> + </properties> + </leafNode> <leafNode name="echo-mode"> <properties> <help>Enables the echo transmission mode</help> |