commit | 8d13e670d3fb83f4668c9e37196c3bbf5b9f094c | [log] [tgz] |
---|---|---|
author | John Fastabend <john.r.fastabend@intel.com> | Mon Jun 06 04:27:16 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 06 16:43:43 2011 -0700 |
tree | c921e3e49d089fe315ff356a354b2f7c6558ecbe | |
parent | 5d0c90cf4d417ccafcd1af4ec32945c3f80e98e2 [diff] |
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>