diff --git a/map-agent/files/etc/hotplug.d/ethernet/map-dynamic-backhaul b/map-agent/files/etc/hotplug.d/ethernet/map-dynamic-backhaul index 96f9ab842..7bd49312b 100755 --- a/map-agent/files/etc/hotplug.d/ethernet/map-dynamic-backhaul +++ b/map-agent/files/etc/hotplug.d/ethernet/map-dynamic-backhaul @@ -69,7 +69,7 @@ fi remove_from_bridge() { config_get ifname "$section" ifname - [ -n "$ifname" ] && ubus call network.interface.${al_brnet} remove_device '{"name":"$ifname"}' + [ -n "$ifname" ] && brctl delif ${al_bridge} ${ifname} } update_bstas() {