summaryrefslogtreecommitdiff
path: root/interface-definitions/protocols-bfd.xml
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-08-12 21:24:39 +0200
committerGitHub <noreply@github.com>2019-08-12 21:24:39 +0200
commit02408b253845b005a2b4a7cfb517e156cd0310c2 (patch)
tree77342ec735b8a59ce3f533df14b6b77ede45c3f3 /interface-definitions/protocols-bfd.xml
parentfbb5c22d5704688eff29ecd2dfb79b7dcf7f13df (diff)
parentf7a7a936d4b1b2b0028fcfc1a1fcebfd069b239b (diff)
downloadvyos-1x-02408b253845b005a2b4a7cfb517e156cd0310c2.tar.gz
vyos-1x-02408b253845b005a2b4a7cfb517e156cd0310c2.zip
Merge pull request #99 from zdc/feature-bfd
[bfd] T1183: Added some new functionality and fixed bugs in BFD
Diffstat (limited to 'interface-definitions/protocols-bfd.xml')
-rw-r--r--interface-definitions/protocols-bfd.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/interface-definitions/protocols-bfd.xml b/interface-definitions/protocols-bfd.xml
index 47d5bf97d..f2d7d7d2f 100644
--- a/interface-definitions/protocols-bfd.xml
+++ b/interface-definitions/protocols-bfd.xml
@@ -91,6 +91,18 @@
</constraint>
</properties>
</leafNode>
+ <leafNode name="echo-interval">
+ <properties>
+ <help>Echo receive transmission interval</help>
+ <valueHelp>
+ <format>10-60000</format>
+ <description>The minimal echo receive transmission interval that this system is capable of handling</description>
+ </valueHelp>
+ <constraint>
+ <validator name="numeric" argument="--range 10-60000"/>
+ </constraint>
+ </properties>
+ </leafNode>
</children>
</node>
<leafNode name="shutdown">
@@ -105,6 +117,12 @@
<valueless/>
</properties>
</leafNode>
+ <leafNode name="echo-mode">
+ <properties>
+ <help>Enables the echo transmission mode</help>
+ <valueless/>
+ </properties>
+ </leafNode>
</children>
</tagNode>
</children>