summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authoranderbak <bjanderson7583@gmail.com>2026-05-12 14:41:35 +0000
committerGitHub <noreply@github.com>2026-05-12 17:41:35 +0300
commit1dd997d724449e941c6bf42be98529372d9f1530 (patch)
tree5ca8e037e5e6f395152eb24579cd32fd34cb3edb /interface-definitions
parentab28ff732ca159438ef911cd91fd86ddd5000970 (diff)
downloadvyos-1x-1dd997d724449e941c6bf42be98529372d9f1530.tar.gz
vyos-1x-1dd997d724449e941c6bf42be98529372d9f1530.zip
frr: T8606: add watchfrr timeout option (#5165)
Co-authored-by: Christian Breunig <christian@breunig.cc>
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/system_frr.xml.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/interface-definitions/system_frr.xml.in b/interface-definitions/system_frr.xml.in
index 9bd190268..28b6b93e5 100644
--- a/interface-definitions/system_frr.xml.in
+++ b/interface-definitions/system_frr.xml.in
@@ -35,6 +35,20 @@
<valueless/>
</properties>
</leafNode>
+ <leafNode name="watchfrr-timeout">
+ <properties>
+ <help>Set watchfrr daemon timeout</help>
+ <valueHelp>
+ <format>u32:60-600</format>
+ <description>Timeout in seconds</description>
+ </valueHelp>
+ <constraint>
+ <validator name="numeric" argument="--range 60-600"/>
+ </constraint>
+ <constraintErrorMessage>Timeout must be in range 60 to 600 seconds</constraintErrorMessage>
+ </properties>
+ <defaultValue>90</defaultValue>
+ </leafNode>
<leafNode name="profile">
<properties>
<help>Select configuration profile to adapt different defaults</help>