Skip to content

Commit

Permalink
fix wrong break in real ip conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
xanoxes authored Nov 19, 2024
1 parent bab1ec4 commit 5128e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network-scripts/ifup-eth
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ else
ARPINGMAC=$(echo $ARPING | sed -ne 's/.*\[\(.*\)\].*/\1/p')
if [ -n "${ARPINGMAC}" ]; then
net_log $"Error, some other host ($ARPINGMAC) already uses address ${ipaddr[$idx]}."
break
exit 1
fi
tries=$((tries+1))
done
Expand Down

0 comments on commit 5128e16

Please sign in to comment.