git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
efed5cf
)
keepalived: add option timeout in vrrp_script
author
Rishabh
<redacted>
Mon, 20 Apr 2026 17:12:04 +0000
(22:42 +0530)
committer
Florian 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
patch
|
blob
|
history
diff --git
a/net/keepalived/files/keepalived.init
b/net/keepalived/files/keepalived.init
index 08d940988c27a12fce71082954001aa88215fa4a..91360e3b17809b81a73b0c040cd5ca40ff44e8b4 100644
(file)
--- 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
}
git clone https://git.99rst.org/PROJECT