1
0
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:
Jaime Melis 2017-06-22 18:31:38 -04:00
parent cc6cc46099
commit 509d98dff9

View File

@ -17,6 +17,7 @@ fi
case $ACTION in
leader)
sudo ip address add $IP dev $INTERFACE
arping -c 5 -A -I $INTERFACE ${IP%%/*}
;;
follower)