mirror of
https://github.com/openvswitch/ovs
synced 2025-10-21 14:49:41 +00:00
The ethertype should always be updated on mpls_pop as there may be a transition between MPLS unicast (0x8847) and MPLS multicast (0x8848). Ben Pfaff tells me that this is consistent with the behaviour described in EXT-194 of the JIRA bug tracker. Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Ben Pfaff <blp@nicira.com>