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
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