diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-12-09 23:17:47 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-12-09 23:17:47 +0100 |
commit | 0ec938326ffd63ad5eab5f3be3038e13fe3118ec (patch) | |
tree | 278006df5d62096cd6c011b7ca681218f10d6ae1 /interface-definitions/include/bfd-common.xml.i | |
parent | afa50e9d39d7e2599719c411f523d9205c33ad3b (diff) | |
download | vyos-1x-0ec938326ffd63ad5eab5f3be3038e13fe3118ec.tar.gz vyos-1x-0ec938326ffd63ad5eab5f3be3038e13fe3118ec.zip |
xml: include: create dedicated bfd subfolder
Diffstat (limited to 'interface-definitions/include/bfd-common.xml.i')
-rw-r--r-- | interface-definitions/include/bfd-common.xml.i | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/interface-definitions/include/bfd-common.xml.i b/interface-definitions/include/bfd-common.xml.i deleted file mode 100644 index 8379784f7..000000000 --- a/interface-definitions/include/bfd-common.xml.i +++ /dev/null @@ -1,78 +0,0 @@ -<!-- include start from bfd-common.xml.i --> -<leafNode name="echo-mode"> - <properties> - <help>Enables the echo transmission mode</help> - <valueless/> - </properties> -</leafNode> -<node name="interval"> - <properties> - <help>Configure timer intervals</help> - </properties> - <children> - <leafNode name="receive"> - <properties> - <help>Minimum interval of receiving control packets</help> - <valueHelp> - <format>u32:10-60000</format> - <description>Interval in milliseconds (default: 300)</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 10-60000"/> - </constraint> - </properties> - <defaultValue>300</defaultValue> - </leafNode> - <leafNode name="transmit"> - <properties> - <help>Minimum interval of transmitting control packets</help> - <valueHelp> - <format>u32:10-60000</format> - <description>Interval in milliseconds (default: 300)</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 10-60000"/> - </constraint> - </properties> - <defaultValue>300</defaultValue> - </leafNode> - <leafNode name="multiplier"> - <properties> - <help>Multiplier to determine packet loss</help> - <valueHelp> - <format>u32:2-255</format> - <description>Remote transmission interval will be multiplied by this value (default: 3)</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 2-255"/> - </constraint> - </properties> - <defaultValue>3</defaultValue> - </leafNode> - <leafNode name="echo-interval"> - <properties> - <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> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 10-60000"/> - </constraint> - </properties> - </leafNode> - </children> -</node> -<leafNode name="passive"> - <properties> - <help>Do not attempt to start sessions</help> - <valueless/> - </properties> -</leafNode> -<leafNode name="shutdown"> - <properties> - <help>Disable this peer</help> - <valueless/> - </properties> -</leafNode> -<!-- include end --> |