X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/87d2c422466c7f3e783f9a430c2824e5619868ba..6a7755ee8f7f67fab5a57d2a69236cb1bcfd550f:/package/base-files/files/etc/hotplug.d/net/10-net?ds=sidebyside diff --git a/package/base-files/files/etc/hotplug.d/net/10-net b/package/base-files/files/etc/hotplug.d/net/10-net index ef5900464..42ff29e79 100644 --- a/package/base-files/files/etc/hotplug.d/net/10-net +++ b/package/base-files/files/etc/hotplug.d/net/10-net @@ -46,7 +46,7 @@ delif() { for ifc in $interfaces; do config_get iftype "$ifc" type config_get ifs "$ifc" device - confdevs="$(uci get network.$ifc.ifname)" + confdevs="$(uci_get network.$ifc.ifname)" for dev in $ifs; do [ "${dev%%\.*}" = "$INTERFACE" ] && { list_contains confdevs "$dev" || list_remove ifs "$dev"