From: Michael Tremer Date: Sun, 27 Sep 2020 11:19:56 +0000 (+0000) Subject: setup: Remove tampering with MAC addresses X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e09e1c47bda9d614ced0ede670e4623817bf627;p=people%2Fpmueller%2Fipfire-2.x.git 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 --- diff --git a/src/setup/probenic.sh b/src/setup/probenic.sh index 6c01cbb45b..d772dad7ec 100644 --- a/src/setup/probenic.sh +++ b/src/setup/probenic.sh @@ -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