summarylogtreecommitdiffstats
path: root/vip.sh.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vip.sh.patch')
-rw-r--r--vip.sh.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/vip.sh.patch b/vip.sh.patch
new file mode 100644
index 000000000000..ab0ba7049c43
--- /dev/null
+++ b/vip.sh.patch
@@ -0,0 +1,11 @@
+--- share/hooks/raft/vip.sh
++++ share/hooks/raft/vip.sh
+@@ -17,7 +17,7 @@ fi
+ case $ACTION in
+ leader)
+ sudo ip address add $IP dev $INTERFACE
+- arping -c 5 -A -I $INTERFACE ${IP%%/*}
++ arping -c 5 -U -I $INTERFACE ${IP%%/*}
+ ;;
+
+ follower)