macvlan: add VLAN filters to lowerdev
authorJohn Fastabend <john.r.fastabend@intel.com>
Mon, 6 Jun 2011 04:27:16 +0000 (04:27 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Jun 2011 23:43:43 +0000 (16:43 -0700)
commit8d13e670d3fb83f4668c9e37196c3bbf5b9f094c
treec921e3e49d089fe315ff356a354b2f7c6558ecbe
parent5d0c90cf4d417ccafcd1af4ec32945c3f80e98e2
macvlan: add VLAN filters to lowerdev

Stacking VLANs on top of the macvlan device does not
work if the lowerdev device is using vlan filters set
by NETIF_F_HW_VLAN_FILTER. Add ndo ops to pass vlan
calls to lowerdev.

Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/macvlan.c