Always update ethertype on mpls_pop
authorSimon Horman <horms@verge.net.au>
Wed, 5 Jun 2013 05:28:52 +0000 (14:28 +0900)
committerBen Pfaff <blp@nicira.com>
Wed, 5 Jun 2013 21:46:42 +0000 (14:46 -0700)
commit799a91bb8002f30f36c7e90a49d82388d989af38
tree9e6abce7c7af6d73bf54718437c1df8011e6261c
parent1ac7c9bdb2b6fdcbeb0728febdca820fdb447d2c
Always update ethertype on mpls_pop

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>
lib/packets.c
utilities/ovs-ofctl.8.in