mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
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 <rishabhshah2005@gmail.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user