Add support for parsing and printing OFPFF_* flags.
authorBen Pfaff <blp@nicira.com>
Wed, 25 Jan 2012 21:54:15 +0000 (13:54 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 9 Feb 2012 21:23:36 +0000 (13:23 -0800)
commita993007bee69e581b0b0a5c6abb2ad0e6ef24881
tree8ad6ecdc2909e51b4eebc19f7fdf6425c1b59a1a
parentc6a93eb711322474e0e8db07a6c53e1f6c61c56b
Add support for parsing and printing OFPFF_* flags.

I intend to use OFPFF_SEND_FLOW_REM in upcoming unit tests.  I threw in
OFPFF_CHECK_OVERLAP also because it didn't cost me anything.  I omitted
parsing support for OFPFF_EMERG because we opposed its inclusion from the
start and it was removed from OpenFlow 1.2.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ofp-parse.c
lib/ofp-print.c
tests/ovs-ofctl.at
utilities/ovs-ofctl.8.in