ofproto: Always set VLAN_CFI bit to 0 in ODPAT_SET_DL_TCI action.
authorBen Pfaff <blp@nicira.com>
Mon, 15 Nov 2010 22:53:23 +0000 (14:53 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 15 Nov 2010 22:53:23 +0000 (14:53 -0800)
commit796d0648c1f9da07b758211b78528eaa5fa3c32d
tree224c1ebe585cccf808c24938580f97b7ef8512e6
parent7f44e8097ece0bd8a5fc0d51d3f625b692150a8f
ofproto: Always set VLAN_CFI bit to 0 in ODPAT_SET_DL_TCI action.

The kernel requires VLAN_CFI to be 0, not 1.

Reported-by: Teemu Koponen <koponen@nicira.com>
Tested-by: Teemu Koponen <koponen@nicira.com>
ofproto/ofproto.c