Browse Source

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>
lilik-openwrt-22.03
Florian Eckert 7 years ago
parent
commit
d5793b4917
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/keepalived/files/keepalived.init

+ 1
- 1
net/keepalived/files/keepalived.init View File

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


Loading…
Cancel
Save