summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-12-06 21:09:42 +0100
committerChristian Poessinger <christian@poessinger.com>2021-12-06 21:09:42 +0100
commit49047b88c9bac0b2e007ccce7ac7d42e82ee0a2b (patch)
tree2f44aa4101afc79237b2bdb27ab955b0853901b7
parentd731caccf3eef486d483de032d423e979cd762f5 (diff)
downloadvyos-1x-49047b88c9bac0b2e007ccce7ac7d42e82ee0a2b.tar.gz
vyos-1x-49047b88c9bac0b2e007ccce7ac7d42e82ee0a2b.zip
bfd: T3753: FRR 8.1 uses a default echo-interval of 50 - reflect this in CLI
-rw-r--r--interface-definitions/include/bfd-common.xml.i3
1 files changed, 2 insertions, 1 deletions
diff --git a/interface-definitions/include/bfd-common.xml.i b/interface-definitions/include/bfd-common.xml.i
index 8379784f7..f4dc659a5 100644
--- a/interface-definitions/include/bfd-common.xml.i
+++ b/interface-definitions/include/bfd-common.xml.i
@@ -54,12 +54,13 @@
<help>Echo receive transmission interval</help>
<valueHelp>
<format>u32:10-60000</format>
- <description>The minimal echo receive transmission interval that this system is capable of handling</description>
+ <description>The minimal echo receive transmission interval that this system is capable of handling (default: 50)</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 10-60000"/>
</constraint>
</properties>
+ <defaultValue>50</defaultValue>
</leafNode>
</children>
</node>