Re: [ovs-dev] [PATCH net] openvswitch: fix panic with multiple vlan headers

2014-08-22 Thread David Miller
From: Jiri Benc Date: Thu, 21 Aug 2014 21:33:44 +0200 > When there are multiple vlan headers present in a received frame, the first > one is put into vlan_tci and protocol is set to ETH_P_8021Q. Anything in the > skb beyond the VLAN TPID may be still non-linear, including the inner TCI > and ethe

[ovs-dev] [PATCH net] openvswitch: fix panic with multiple vlan headers

2014-08-21 Thread Jiri Benc
When there are multiple vlan headers present in a received frame, the first one is put into vlan_tci and protocol is set to ETH_P_8021Q. Anything in the skb beyond the VLAN TPID may be still non-linear, including the inner TCI and ethertype. While ovs_flow_extract takes care of IP and IPv6 headers,