From b3f5280ca9ae949b04d7a22bfe0cfa890aea5daa Mon Sep 17 00:00:00 2001 From: Rishabh Date: Mon, 20 Apr 2026 22:42:04 +0530 Subject: [PATCH] keepalived: add option timeout in vrrp_script Add option timeout in vrrp_script section. This option specifies the timeout duration for script execution. Signed-off-by: Rishabh --- net/keepalived/files/keepalived.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/keepalived/files/keepalived.init b/net/keepalived/files/keepalived.init index 08d940988c..91360e3b17 100644 --- a/net/keepalived/files/keepalived.init +++ b/net/keepalived/files/keepalived.init @@ -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 }