Skip to content
Commit c48e7473 authored by Eric Garver's avatar Eric Garver Committed by David S. Miller
Browse files

openvswitch: Fix pop_vlan action for double tagged frames

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: 5108bbad

 ("openvswitch: add processing of L3 packets")
Signed-off-by: default avatarEric Garver <e@erig.me>
Reviewed-by: default avatarJiri Benc <jbenc@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 58acfd71
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment