mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +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
@@ -177,7 +177,9 @@ void eth_addr_bitand(const uint8_t src[ETH_ADDR_LEN],
|
||||
|
||||
#define ETH_TYPE_IP 0x0800
|
||||
#define ETH_TYPE_ARP 0x0806
|
||||
#define ETH_TYPE_VLAN 0x8100
|
||||
#define ETH_TYPE_VLAN_8021Q 0x8100
|
||||
#define ETH_TYPE_VLAN ETH_TYPE_VLAN_8021Q
|
||||
#define ETH_TYPE_VLAN_8021AD 0x88a8
|
||||
#define ETH_TYPE_IPV6 0x86dd
|
||||
#define ETH_TYPE_LACP 0x8809
|
||||
#define ETH_TYPE_RARP 0x8035
|
||||
|
Reference in New Issue
Block a user