unixctl: Make dpif/dump-flows fetch kernel flows.
authorJoe Stringer <joestringer@nicira.com>
Wed, 20 Nov 2013 22:25:43 +0000 (14:25 -0800)
committerEthan Jackson <ethan@nicira.com>
Thu, 19 Dec 2013 21:27:23 +0000 (13:27 -0800)
commit1b84927316e090bc67cc6d923356857b52288670
tree94ea3d70e9c2fd5155bc4adff8971769d20412e5
parent0aa6fda799596bea3a0103c7fa0d6afe2eaeeea6
unixctl: Make dpif/dump-flows fetch kernel flows.

Previously we used facets for ovs-appctl dpif/dump-flows commands.
This switches to fetching flows directly from the dpif.  This is
necessary because future patches remove facets and subfacet entirely.

Signed-off-by: Joe Stringer <joestringer@nicira.com>
Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c
tests/ofproto-dpif.at