diff options
| author | Daniil Baturin <daniil@vyos.io> | 2026-04-28 13:16:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-28 13:16:47 +0100 |
| commit | e834a6d51090b2a9261f80464be05d4984cbcce0 (patch) | |
| tree | e140319f165a50f0c764255cf31f3817059b86d1 /interface-definitions | |
| parent | 6bbd589ae563e4737845217710ff80c73a3b8fc4 (diff) | |
| parent | c2fa136a3589c30d98cffa49c9dd7682c81c2002 (diff) | |
| download | vyos-1x-e834a6d51090b2a9261f80464be05d4984cbcce0.tar.gz vyos-1x-e834a6d51090b2a9261f80464be05d4984cbcce0.zip | |
Merge pull request #5151 from natali-rs1985/T8293
T8293: Add ability to set timeout for high-availability health-check
Diffstat (limited to 'interface-definitions')
| -rw-r--r-- | interface-definitions/high-availability.xml.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/interface-definitions/high-availability.xml.in b/interface-definitions/high-availability.xml.in index bb132e337..70ac308a3 100644 --- a/interface-definitions/high-availability.xml.in +++ b/interface-definitions/high-availability.xml.in @@ -170,6 +170,18 @@ </constraint> </properties> </leafNode> + <leafNode name="timeout"> + <properties> + <help>Health check script timeout in seconds</help> + <valueHelp> + <format>u32</format> + <description>Timeout in seconds</description> + </valueHelp> + <constraint> + <validator name="numeric" argument="--positive"/> + </constraint> + </properties> + </leafNode> </children> </node> <leafNode name="hello-source-address"> @@ -393,6 +405,18 @@ </constraint> </properties> </leafNode> + <leafNode name="timeout"> + <properties> + <help>Health check script timeout in seconds</help> + <valueHelp> + <format>u32</format> + <description>Timeout in seconds</description> + </valueHelp> + <constraint> + <validator name="numeric" argument="--positive"/> + </constraint> + </properties> + </leafNode> </children> </node> #include <include/vrrp-transition-script.xml.i> |
