mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
net/keepalived: remove unsupported notify form print_notify statement
Remove unsupported "notify" script during uci config generation. This change will remove keepalived warnings on startup. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user