mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 01:12:57 +02:00
setup: Remove tampering with MAC addresses
There are NICs with 06: and we cannot simply replace the first byte of the address. I have no idea why this hack is needed and I believe we do not need it at all. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -84,7 +84,4 @@ for card in `ls /sys/class/net`; do
|
||||
fi
|
||||
done
|
||||
|
||||
# Revert Accesspoint marking at mac address
|
||||
sed -i 's|hwaddr: 06:|hwaddr: 00:|g' /var/ipfire/ethernet/scanned_nics
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user