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:
0e88bff
)
net/keepalived: remove unsupported notify form print_notify statement
author
Florian Eckert
<redacted>
Fri, 17 Nov 2017 11:59:40 +0000
(12:59 +0100)
committer
Florian Eckert
<redacted>
Mon, 22 Jan 2018 14:32:56 +0000
(15:32 +0100)
Remove unsupported "notify" script during uci config generation.
This change will remove keepalived warnings on startup.
Signed-off-by: Florian Eckert <redacted>
net/keepalived/files/keepalived.init
patch
|
blob
|
history
diff --git
a/net/keepalived/files/keepalived.init
b/net/keepalived/files/keepalived.init
index ff68705c0b74b0daf12e5ae627ab836d12ec51d7..49c64f0160eb88b6e74bd76a1ff395f9677d265e 100644
(file)
--- a/
net/keepalived/files/keepalived.init
+++ b/
net/keepalived/files/keepalived.init
@@
-293,7
+293,7
@@
vrrp_instance() {
no_val_use_vmac
print_notify "INSTANCE" "$name" notify_backup notify_master \
- notify_fault notify_stop
notify
+ notify_fault notify_stop
# Handle virtual_ipaddress & virtual_ipaddress_excluded lists
for opt in virtual_ipaddress virtual_ipaddress_excluded; do
git clone https://git.99rst.org/PROJECT