mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
ofpaction: support OF11 pop_vlan
This patch adds support of OF11+ pop_vlan. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> [blp@nicira.com added a test] Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
committed by
Ben Pfaff
parent
e3432ee978
commit
8e61c1104e
@@ -403,6 +403,7 @@ parse_named_action(enum ofputil_action_code code, const struct flow *flow,
|
||||
break;
|
||||
|
||||
case OFPUTIL_OFPAT10_STRIP_VLAN:
|
||||
case OFPUTIL_OFPAT11_POP_VLAN:
|
||||
ofpact_put_STRIP_VLAN(ofpacts);
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user