Prevent "SIOCSIFHWADDR: Device or resource busy" when trying to change mac address

SVN-Revision: 13258
v19.07.3_mercusys_ac12_duma
Jo-Philipp Wich 16 years ago
parent 8a0ac9897f
commit 789848d327

@ -232,6 +232,7 @@ setup_interface() {
config_get mtu "$config" mtu
config_get macaddr "$config" macaddr
grep "$iface:" /proc/net/dev > /dev/null && \
$DEBUG ifconfig "$iface" down && \
$DEBUG ifconfig "$iface" ${macaddr:+hw ether "$macaddr"} ${mtu:+mtu $mtu} up
set_interface_ifname "$config" "$iface"

Loading…
Cancel
Save