We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf94d70 + 59f50c7 commit 8322799Copy full SHA for 8322799
1 file changed
lib/neutron-legacy
@@ -633,7 +633,7 @@ function _move_neutron_addresses_route {
633
IP_UP="sudo ip link set $to_intf up"
634
if [[ "$af" == "inet" ]]; then
635
IP=$(echo $IP_BRD | awk '{ print $1; exit }' | grep -o -E '(.*)/' | cut -d "/" -f1)
636
- ARP_CMD="arping -A -c 3 -w 4.5 -I $to_intf $IP "
+ ARP_CMD="sudo arping -A -c 3 -w 4.5 -I $to_intf $IP "
637
fi
638
639
0 commit comments