X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ecb4afc3b8c0ef9b73ed262db5bd9cabb82b44ce..bc766b82db24faaebbb4e872ca58ea8727fb6c0c:/openwrt/package/base-files/default/etc/hotplug.d/net/10-net?ds=inline diff --git a/openwrt/package/base-files/default/etc/hotplug.d/net/10-net b/openwrt/package/base-files/default/etc/hotplug.d/net/10-net index 4579a8470..0f384ec46 100644 --- a/openwrt/package/base-files/default/etc/hotplug.d/net/10-net +++ b/openwrt/package/base-files/default/etc/hotplug.d/net/10-net @@ -139,7 +139,8 @@ do_register() if [ "$INTERFACE" != "$if" ]; then $DEBUG ifconfig "$INTERFACE" 0.0.0.0 up - brctl addif "$if" "$INTERFACE" + $DEBUG brctl addif "$if" "$INTERFACE" + $DEBUG ifconfig "$INTERFACE" allmulti else do_ifup "$IFPROTO" "$IFTYPE" "$if" fi