Modify VLAN actions to support setting both VID and priority.
authorJustin Pettit <jpettit@nicira.com>
Thu, 25 Sep 2008 22:00:23 +0000 (15:00 -0700)
committerJustin Pettit <jpettit@nicira.com>
Thu, 25 Sep 2008 22:00:38 +0000 (15:00 -0700)
commit06e22ff0fe709ec119fea34c555e9411a4cce0d9
treee139ae40a28b61a00b0930223f99216dddc4cd51
parent4eec1e41ceeb6e53c33b3f78050a7cd5154cf138
Modify VLAN actions to support setting both VID and priority.

Stripping VLANs is now done through the OFPAT_STRIP_VLAN action (i.e., you
don't specify a magic value in the generirc VLAN action).  Also, it is now
possible to modify the priority bits associated with the VLAN tag through
the OFPAT_SET_VLAN_PCP action.  The OFPAT_SET_DL_VLAN has been renamed to
OFPAT_SET_VLAN_VID.
datapath/datapath.h
datapath/forward.c
datapath/forward.h
datapath/forward_t.c
include/openflow.h
include/packets.h
lib/flow.c
lib/ofp-print.c
switch/datapath.c
utilities/dpctl.8
utilities/dpctl.c