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

2012-10-25 Thread Ben Pfaff
On Thu, Oct 25, 2012 at 02:42:23PM +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 The check that this patch does in ofpact_check__() should be moved into ofpact_from_ope

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

2012-10-24 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 --- lib/ofp-actions.c | 25 + lib/ofp-actions.h |9 + lib/ofp-parse.c| 13 + lib/ofp-util