[ovs-dev] [PATCH 4/4] OXM: Add encoding of encode VLAN VID and VLAN PCP

Ben Pfaff blp at nicira.com
Wed Jul 4 22:07:45 UTC 2012


On Wed, Jul 04, 2012 at 05:50:44PM +0900, Simon Horman wrote:
> +        ovs_be16 vid_and_cfi = flow->vlan_tci & htons(VLAN_PCP_MASK | VLAN_CFI);

This cannot be right, the variable name says VID but the expression says
PCP.



More information about the dev mailing list