diff options
author | John Estabrook <jestabro@vyos.io> | 2021-04-16 09:04:22 -0500 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-09-30 23:28:25 +0200 |
commit | 3c73edd96568b77aa0efc60a70babeea5d5515b4 (patch) | |
tree | 9435191af877dffc5930af84298d66d9c8f9dc2b /interface-definitions/vrrp.xml.in | |
parent | 51bdfc7e04b96dfe0cb59756c83ab176efb27993 (diff) | |
download | vyos-1x-3c73edd96568b77aa0efc60a70babeea5d5515b4.tar.gz vyos-1x-3c73edd96568b77aa0efc60a70babeea5d5515b4.zip |
vrrp: T3877: backport handlers to solve "default rfc3768-compatibility" issue
Do not create rfc3768-compatibility interfaces by default because of wrong
Jinja2 syntax. Backporting the entire system makes it easier in the future to
additional bugfixes.
Diffstat (limited to 'interface-definitions/vrrp.xml.in')
-rw-r--r-- | interface-definitions/vrrp.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/interface-definitions/vrrp.xml.in b/interface-definitions/vrrp.xml.in index 594a32120..b58cf735c 100644 --- a/interface-definitions/vrrp.xml.in +++ b/interface-definitions/vrrp.xml.in @@ -35,6 +35,7 @@ <validator name="numeric" argument="--range 1-255"/> </constraint> </properties> + <defaultValue>1</defaultValue> </leafNode> <node name="authentication"> <properties> @@ -94,6 +95,7 @@ <validator name="numeric" argument="--positive" /> </constraint> </properties> + <defaultValue>3</defaultValue> </leafNode> <leafNode name="interval"> <properties> @@ -102,6 +104,7 @@ <validator name="numeric" argument="--positive"/> </constraint> </properties> + <defaultValue>60</defaultValue> </leafNode> <leafNode name="script"> <properties> @@ -164,6 +167,7 @@ <validator name="numeric" argument="--range 0-1000"/> </constraint> </properties> + <defaultValue>0</defaultValue> </leafNode> <leafNode name="priority"> <properties> @@ -176,6 +180,7 @@ <validator name="numeric" argument="--range 1-255"/> </constraint> </properties> + <defaultValue>100</defaultValue> </leafNode> <leafNode name="rfc3768-compatibility"> <properties> |