summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-09-01 11:48:36 +0200
committerChristian Poessinger <christian@poessinger.com>2019-09-01 12:02:20 +0200
commit5ffa30bcc98be1af1d96b076acb0d8ff44fcb588 (patch)
tree87f85eb3f99944000140a2d22a79418def339e04 /interface-definitions
parentc96ef2f9fc8a005f3b2b9b3bde7fb58d38b9475e (diff)
downloadvyos-1x-5ffa30bcc98be1af1d96b076acb0d8ff44fcb588.tar.gz
vyos-1x-5ffa30bcc98be1af1d96b076acb0d8ff44fcb588.zip
Revert "bridge: T1556: increase max-age range to 1200 (30 minutes)"
This reverts commit 3b119c91ca70c51aab24d4ef8b3913f47281321a.
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 02d4fa103..98633382c 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-1200</format>
+ <format>1-40</format>
<description>Bridge maximum aging time in seconds (default 20)</description>
</valueHelp>
<constraint>
- <validator name="numeric" argument="--range 1-1200"/>
+ <validator name="numeric" argument="--range 1-40"/>
</constraint>
- <constraintErrorMessage>Bridge max aging value must be between 1 and 1200 seconds</constraintErrorMessage>
+ <constraintErrorMessage>Bridge max aging value must be between 1 and 40 seconds</constraintErrorMessage>
</properties>
</leafNode>
<node name="member">