commit | c8c41ea1bd707eb032e248c55d640f32c950ed19 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Fri Oct 13 13:40:31 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 14 18:46:36 2017 -0700 |
tree | 27d6dacd64d59e8339ac58feca9ba929e7ebaeb6 | |
parent | dd6b9c2c332b40f142740d1b11fb77c653ff98ea [diff] |
macvlan: Only update pkt_type if destination MAC address matches This patch updates the pkt_type to PACKET_HOST only if the destination MAC address matches on the on the source based macvlan. It didn't make sense to be updating broadcast, multicast, and non-local destined frames with PACKET_HOST. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>