diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-02-14 14:23:25 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-02-15 18:21:16 +0100 |
commit | 3a32c507134c4599f343dda54ccf4e80ea62def4 (patch) | |
tree | a10c535bdc13bd2ea84b7ae7f66bf378c1e7e1fc /interface-definitions | |
parent | 82bdae42ceefb1132f8a98628fa9681543f4f269 (diff) | |
download | vyos-1x-3a32c507134c4599f343dda54ccf4e80ea62def4.tar.gz vyos-1x-3a32c507134c4599f343dda54ccf4e80ea62def4.zip |
bfd: T3310: migrate to get_config_dict() and FRR reload
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/protocols-bfd.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/protocols-bfd.xml.in b/interface-definitions/protocols-bfd.xml.in index 8900e7955..6f82a5c2b 100644 --- a/interface-definitions/protocols-bfd.xml.in +++ b/interface-definitions/protocols-bfd.xml.in @@ -42,6 +42,9 @@ <leafNode name="address"> <properties> <help>Local address to bind our peer listener to</help> + <completionHelp> + <script>${vyos_completion_dir}/list_local_ips.sh --both</script> + </completionHelp> <valueHelp> <format>ipv4</format> <description>Local IPv4 address used to connect to the peer</description> @@ -74,6 +77,7 @@ <validator name="numeric" argument="--range 10-60000"/> </constraint> </properties> + <defaultValue>300</defaultValue> </leafNode> <leafNode name="transmit"> <properties> @@ -86,6 +90,7 @@ <validator name="numeric" argument="--range 10-60000"/> </constraint> </properties> + <defaultValue>300</defaultValue> </leafNode> <leafNode name="multiplier"> <properties> @@ -98,6 +103,7 @@ <validator name="numeric" argument="--range 2-255"/> </constraint> </properties> + <defaultValue>3</defaultValue> </leafNode> <leafNode name="echo-interval"> <properties> |