flow: Fully separate FWW_* from OFPFW10_*.
authorBen Pfaff <blp@nicira.com>
Mon, 18 Jun 2012 16:55:22 +0000 (09:55 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 4 Sep 2012 18:19:14 +0000 (11:19 -0700)
commit27cafc5fc0869236b8cd696eef535eca879a0949
treeac50cad94396d5a240c1c8136e287b72b38f36d2
parent548de4ddb3efed9b7e5e543fec636ae5f077eda7
flow: Fully separate FWW_* from OFPFW10_*.

It might have been a useful optimization at one point to have FWW_*
correspond in OFPFW10_* where possible, but it doesn't seem worthwhile for
only 3 corresponding values.  It also makes the code somewhat more
confusing.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/flow.h
lib/ofp-util.c