Revert "interfaces: remove arp flush from dhclient-script #3197"

This reverts commit a1dbbb5ef132487c88b2b144ac67eeedb00a576c.
This commit is contained in:
Franco Fichtner 2019-02-15 11:22:07 +01:00
parent 621f84e900
commit 8e9ae38fdc

View File

@ -19,6 +19,7 @@
#
#
ARP=/usr/sbin/arp
HOSTNAME=/bin/hostname
IFCONFIG='/sbin/ifconfig -n'
@ -385,6 +386,9 @@ EXPIRE|FAIL)
delete_old_address
delete_old_routes
fi
if [ -x $ARP ]; then
$ARP -d -a -i $interface
fi
# XXX Why add alias we just deleted above?
add_new_alias
if is_default_interface; then