mirror of
https://github.com/openvswitch/ovs
synced 2025-10-29 15:28:56 +00:00
OF11: push_vlan support
This implementes push_vlan with 802.1Q. NOTE: 802.1AD (QinQ) is not supported. It requires another effort. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
committed by
Ben Pfaff
parent
f43e80e023
commit
3e34fbdd62
@@ -60,6 +60,7 @@
|
||||
DEFINE_OFPACT(SET_VLAN_VID, ofpact_vlan_vid, ofpact) \
|
||||
DEFINE_OFPACT(SET_VLAN_PCP, ofpact_vlan_pcp, ofpact) \
|
||||
DEFINE_OFPACT(STRIP_VLAN, ofpact_null, ofpact) \
|
||||
DEFINE_OFPACT(PUSH_VLAN, ofpact_null, ofpact) \
|
||||
DEFINE_OFPACT(SET_ETH_SRC, ofpact_mac, ofpact) \
|
||||
DEFINE_OFPACT(SET_ETH_DST, ofpact_mac, ofpact) \
|
||||
DEFINE_OFPACT(SET_IPV4_SRC, ofpact_ipv4, ofpact) \
|
||||
|
||||
Reference in New Issue
Block a user