interfaces: remove arp flush from dhclient-script #3197

PR: https://forum.opnsense.org/index.php?topic=11037.0
This commit is contained in:
Franco Fichtner 2019-02-08 22:19:49 +01:00
parent 692faae42c
commit a1dbbb5ef1

View File

@ -19,7 +19,6 @@
#
#
ARP=/usr/sbin/arp
HOSTNAME=/bin/hostname
IFCONFIG='/sbin/ifconfig -n'
@ -384,9 +383,6 @@ 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