mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +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
|
no_val_use_vmac
|
||||||
|
|
||||||
print_notify "INSTANCE" "$name" notify_backup notify_master \
|
print_notify "INSTANCE" "$name" notify_backup notify_master \
|
||||||
notify_fault notify_stop notify
|
notify_fault notify_stop
|
||||||
|
|
||||||
# Handle virtual_ipaddress & virtual_ipaddress_excluded lists
|
# Handle virtual_ipaddress & virtual_ipaddress_excluded lists
|
||||||
for opt in virtual_ipaddress virtual_ipaddress_excluded; do
|
for opt in virtual_ipaddress virtual_ipaddress_excluded; do
|
||||||
|
|||||||
Reference in New Issue
Block a user