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:
Florian Eckert 2017-11-17 12:59:40 +01:00
parent 0e88bff102
commit d5793b4917
1 changed files with 1 additions and 1 deletions

View File

@ -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