summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-29 11:15:14 +0100
committerChristian Poessinger <christian@poessinger.com>2021-01-29 11:15:24 +0100
commit63aab70e5743f08834cdd65a6ca74c4adba5e6c3 (patch)
treec3eb440fbc1349ba8daaa00a0b5996d872f2ca0e /interface-definitions
parent4aedb915ea455f673381229c780462e6770f33ca (diff)
downloadvyos-1x-63aab70e5743f08834cdd65a6ca74c4adba5e6c3.tar.gz
vyos-1x-63aab70e5743f08834cdd65a6ca74c4adba5e6c3.zip
rpki: T3255: fix polling-period default value of 300 seconds
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/protocols-rpki.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/protocols-rpki.xml.in b/interface-definitions/protocols-rpki.xml.in
index d96db0683..94fab54a5 100644
--- a/interface-definitions/protocols-rpki.xml.in
+++ b/interface-definitions/protocols-rpki.xml.in
@@ -82,7 +82,7 @@
</tagNode>
<leafNode name="polling-period">
<properties>
- <help>RPKI cache polling period (default: 600)</help>
+ <help>RPKI cache polling period (default: 300)</help>
<valueHelp>
<format>u32:1-86400</format>
<description>Polling period in seconds</description>
@@ -91,7 +91,7 @@
<validator name="numeric" argument="--range 1-86400"/>
</constraint>
</properties>
- <defaultValue>600</defaultValue>
+ <defaultValue>300</defaultValue>
</leafNode>
</children>
</node>