mirror of
https://github.com/openvswitch/ovs
synced 2025-10-25 15:07:05 +00:00
OF 1.1 pop vlan compatibility.
Store the original action code with the strip vlan action, so that it can be printed back properly. Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
committed by
Ben Pfaff
parent
c197ef5043
commit
64fcc07313
@@ -653,7 +653,7 @@ parse_named_action(enum ofputil_action_code code,
|
||||
|
||||
case OFPUTIL_OFPAT10_STRIP_VLAN:
|
||||
case OFPUTIL_OFPAT11_POP_VLAN:
|
||||
ofpact_put_STRIP_VLAN(ofpacts);
|
||||
ofpact_put_STRIP_VLAN(ofpacts)->ofpact.compat = code;
|
||||
break;
|
||||
|
||||
case OFPUTIL_OFPAT11_PUSH_VLAN:
|
||||
|
||||
Reference in New Issue
Block a user