commit | 14ee6742b1b5df275cd2d771b4562b4f808c9419 | [log] [tgz] |
---|---|---|
author | Lennert Buytenhek <[email protected]> | Mon Nov 10 21:52:42 2008 -0800 |
committer | David S. Miller <[email protected]> | Mon Nov 10 21:52:42 2008 -0800 |
tree | a3e4e3ded1c6f903b3a2abff6e232e473ae69634 | |
parent | 5cd33db2120b5ce972568711156f91da83bff2d7 [diff] |
dsa: fix skb->pkt_type when mac address of slave interface differs When a dsa slave interface has a mac address that differs from that of the master interface, eth_type_trans() won't explicitly set skb->pkt_type back to PACKET_HOST -- we need to do this ourselves before calling eth_type_trans(). Signed-off-by: Lennert Buytenhek <[email protected]> Signed-off-by: David S. Miller <[email protected]>