Re: [ovs-dev] [PATCH v2] OF11: push_vlan support

2012-10-26 Thread Ben Pfaff
On Fri, Oct 26, 2012 at 01:43:19PM +0900, Isaku Yamahata wrote: > This implementes push_vlan with 802.1Q. > NOTE: 802.1AD (QinQ) is not supported. It requires another effort. > > Signed-off-by: Isaku Yamahata Applied to master, thank you! ___ dev maili

[ovs-dev] [PATCH v2] OF11: push_vlan support

2012-10-25 Thread Isaku Yamahata
This implementes push_vlan with 802.1Q. NOTE: 802.1AD (QinQ) is not supported. It requires another effort. Signed-off-by: Isaku Yamahata --- Changes v1 -> v2: - don't carrying around ethertype - move ethertype check from ofp_check__() to ofpact_from_openflow11() - drop non-standard vlan ethertype