From: Toshiaki Makita Date: Wed, 16 Oct 2013 08:07:13 +0000 (+0900) Subject: bridge: Don't use VID 0 and 4095 in vlan filtering X-Git-Tag: v3.12-rc7~20^2~16^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8adff41c3d259eb5e313b7b04669eee545925154;p=pandora-kernel.git bridge: Don't use VID 0 and 4095 in vlan filtering IEEE 802.1Q says that: - VID 0 shall not be configured as a PVID, or configured in any Filtering Database entry. - VID 4095 shall not be configured as a PVID, or transmitted in a tag header. This VID value may be used to indicate a wildcard match for the VID in management operations or Filtering Database entries. (See IEEE 802.1Q-2011 6.9.1 and Table 9-2) Don't accept adding these VIDs in the vlan_filtering implementation. Signed-off-by: Toshiaki Makita Reviewed-by: Vlad Yasevich Acked-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed