keepalived: add option timeout in vrrp_script
authorRishabh <redacted>
Mon, 20 Apr 2026 17:12:04 +0000 (22:42 +0530)
committerFlorian Eckert <redacted>
Mon, 27 Apr 2026 12:28:04 +0000 (14:28 +0200)
Add option timeout in vrrp_script section.
This option specifies the timeout duration for script execution.

Signed-off-by: Rishabh <redacted>
net/keepalived/files/keepalived.init

index 08d940988c27a12fce71082954001aa88215fa4a..91360e3b17809b81a73b0c040cd5ca40ff44e8b4 100644 (file)
@@ -487,7 +487,7 @@ vrrp_script() {
 
        config_section_open "vrrp_script" "$name"
 
-       print_elems_indent "$1" "$INDENT_1" script interval weight fall rise
+       print_elems_indent "$1" "$INDENT_1" script interval weight fall rise timeout
 
        config_section_close
 }
git clone https://git.99rst.org/PROJECT