summaryrefslogtreecommitdiffstats
path: root/src/image
diff options
context:
space:
mode:
authorMichael Brown2011-03-29 22:55:04 +0200
committerMichael Brown2011-03-29 22:57:31 +0200
commit797c29adda51718f850e1a58a214001181c85686 (patch)
tree29c3e5abeddf2983a906ec4071880673ab8be420 /src/image
parent[build] Fix compilation when gcc is patched to default to -fPIE -Wl,-pie (diff)
downloadipxe-797c29adda51718f850e1a58a214001181c85686.tar.gz
ipxe-797c29adda51718f850e1a58a214001181c85686.tar.xz
ipxe-797c29adda51718f850e1a58a214001181c85686.zip
[forcedeth] Remove software unicast MAC address filter
The forcedeth driver currently implements unicast MAC address filtering in software. This is almost invariably the wrong thing to do (since the network stack must already be able to cope with unwanted packets) and it breaks FCoE (which requires the card to operate in promiscuous mode). Also, the implementation is buggy: is_local_ether_addr() is used to check for a locally-assigned Ethernet address (not to check for a unicast address), and the current link-layer address is in netdev->ll_addr, not netdev->hw_addr. Fix by removing this code. Reported-by: Tal Aloni <tal.aloni.il@gmail.com> Tested-by: Tal Aloni <tal.aloni.il@gmail.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/image')
0 files changed, 0 insertions, 0 deletions