On Wed, 20 Dec 2017 15:09:22 -0500, Eric Garver wrote: > skb_vlan_pop() expects skb->protocol to be a valid TPID for double > tagged frames. So set skb->protocol to the TPID and let skb_vlan_pop() > shift the true ethertype into position for us. > > Fixes: 5108bbaddc37 ("openvswitch: add processing of L3 packets") > Signed-off-by: Eric Garver <e...@erig.me>
Thanks! Reviewed-by: Jiri Benc <jb...@redhat.com>