don't force the mac address of bridged interfaces
authorMike Baker <mbm@openwrt.org>
Tue, 21 Mar 2006 11:12:43 +0000 (11:12 +0000)
committerMike Baker <mbm@openwrt.org>
Tue, 21 Mar 2006 11:12:43 +0000 (11:12 +0000)
SVN-Revision: 3428

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