don't force the mac address of bridged interfaces
[openwrt/svn-archive/archive.git] / openwrt / package / base-files / default / sbin / ifup
index 7a7572870fded4ada88fea28943d2fe1b49126ac..686ef6496299b8b0f09727667dd9ae4966a9b31c 100755 (executable)
@@ -21,7 +21,7 @@ if [ "${if%%[0-9]}" = "br" ]; then
 
        for sif in $(nvram get ${type}_ifnames); do
                if_valid $sif || continue
-               ${mac:+$DEBUG ifconfig $sif down hw ether $mac}
+               #${mac:+$DEBUG ifconfig $sif down hw ether $mac}
                $DEBUG ifconfig $sif 0.0.0.0 up
                $DEBUG brctl addif $if $sif
                $DEBUG ifconfig $sif allmulti