diff options
author | fett0 <fernando.gmaidana@gmail.com> | 2023-01-19 19:33:31 +0000 |
---|---|---|
committer | fett0 <fernando.gmaidana@gmail.com> | 2023-01-19 19:33:31 +0000 |
commit | ff2309972bd3508174f425515d096daa4edb41c5 (patch) | |
tree | 9eb98e88dd25b815e75238ee6ecb1377e29012fc | |
parent | 8f8976d3c55eccfc68efd019bac88664f9792f80 (diff) | |
download | vyos-1x-ff2309972bd3508174f425515d096daa4edb41c5.tar.gz vyos-1x-ff2309972bd3508174f425515d096daa4edb41c5.zip |
T4939: VRRP startup delay for bonding fix
-rw-r--r-- | data/templates/high-availability/<tagNode name="global-parameter">.xml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/data/templates/high-availability/<tagNode name="global-parameter">.xml b/data/templates/high-availability/<tagNode name="global-parameter">.xml deleted file mode 100644 index e7e009625..000000000 --- a/data/templates/high-availability/<tagNode name="global-parameter">.xml +++ /dev/null @@ -1,38 +0,0 @@ - <tagNode name="global-parameter"> - <properties> - <help>VRRP Globas parameters</help> - </properties> - <children> - <leafNode name="startup-delay"> - <properties> - <help>Time VRRP startup process (in seconds)</help> - <valueHelp> - <format>u32:1-600</format> - <description>Interval in seconds</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 1-3600"/> - </constraint> - </properties>> - </leafNode> - </children> - - <node name="global-parameter"> - <properties> - <help>VRRP Globas parameters</help> - </properties> - <children> - <leafNode name="startup-delay"> - <properties> - <help>Time vrrp startup process (in seconds)</help> - <valueHelp> - <format>u32:1-600</format> - <description>Interval in seconds</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 1-3600"/> - </constraint> - </properties>> - </leafNode> - </children> - </node>
\ No newline at end of file |