flow: Delete unused FWW_VLAN_TCI bit.
authorBen Pfaff <blp@nicira.com>
Mon, 29 Nov 2010 22:08:29 +0000 (14:08 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 29 Nov 2010 22:08:29 +0000 (14:08 -0800)
commit8e39921d51591d3eb59a6789104e53e170dd99cc
tree0416726cd4ad9d365ec9aba1cf5956d458dfe267
parent924c24342c872045791ca463af702cf21e86d2c3
flow: Delete unused FWW_VLAN_TCI bit.

This wasn't used intentionally anywhere, but some code was turning it on
accidentally (because it was part of FWW_ALL) and other code was not, which
caused confusion.  In particular, the NXM code turned it on by default
and the OpenFlow 1.0 code did not, which caused flow stat requests to
return different results depending on format.  Deleting it fixes the bug.

Reported-by: Natasha Gude <natasha@nicira.com>
CC: Natasha Gude <natasha@nicira.com>
lib/flow.h