summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-08-31 12:43:52 +0200
committerChristian Poessinger <christian@poessinger.com>2019-08-31 12:44:48 +0200
commit3b119c91ca70c51aab24d4ef8b3913f47281321a (patch)
tree59a9b9d24c93f4843696c348bd0bad68050620f4 /interface-definitions
parent13fb3d9da7bb61dcd593c440ae798fd75474ebed (diff)
downloadvyos-1x-3b119c91ca70c51aab24d4ef8b3913f47281321a.tar.gz
vyos-1x-3b119c91ca70c51aab24d4ef8b3913f47281321a.zip
bridge: T1556: increase max-age range to 1200 (30 minutes)
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/interfaces-bridge.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/interfaces-bridge.xml b/interface-definitions/interfaces-bridge.xml
index e92a55d63..98998bfa1 100644
--- a/interface-definitions/interfaces-bridge.xml
+++ b/interface-definitions/interfaces-bridge.xml
@@ -191,13 +191,13 @@
<properties>
<help>Interval at which neighbor bridges are removed</help>
<valueHelp>
- <format>1-40</format>
+ <format>1-1200</format>
<description>Bridge maximum aging time in seconds (default 20)</description>
</valueHelp>
<constraint>
- <validator name="numeric" argument="--range 1-40"/>
+ <validator name="numeric" argument="--range 1-1200"/>
</constraint>
- <constraintErrorMessage>Bridge max aging value must be between 1 and 40 seconds</constraintErrorMessage>
+ <constraintErrorMessage>Bridge max aging value must be between 1 and 1200 seconds</constraintErrorMessage>
</properties>
</leafNode>
<node name="member">