mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-13 12:58:17 +03:00
F #4809: Send gratuitous ARP to update VIP
This commit is contained in:
parent
cc6cc46099
commit
509d98dff9
@ -17,6 +17,7 @@ fi
|
||||
case $ACTION in
|
||||
leader)
|
||||
sudo ip address add $IP dev $INTERFACE
|
||||
arping -c 5 -A -I $INTERFACE ${IP%%/*}
|
||||
;;
|
||||
|
||||
follower)
|
||||
|
Loading…
x
Reference in New Issue
Block a user