ofp-parse: Ignore extra fields produced by dump-flows.
authorBen Pfaff <blp@nicira.com>
Wed, 8 Jun 2011 20:35:00 +0000 (13:35 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 14 Jun 2011 18:21:52 +0000 (11:21 -0700)
commit2c6d841118a6b14cc5b03fc3b549143a6b7ce143
tree4b6e2fdadb22b3edf82d899556d265e7e7dd3ae3
parente896c2d42dbb84d1e29504b0b1ed5449f007dea5
ofp-parse: Ignore extra fields produced by dump-flows.

It's reasonable to want to dump a flow table with "dump-flows" and then
later use that output as input to other commands that read flows, but until
now that hasn't been directly possible because "dump-flows" adds extra
fields that other commands reject on input.  This changes the flow parser
to just ignore those extra fields.
lib/ofp-parse.c
utilities/ovs-ofctl.8.in