ovs-ofctl: Factor code out of read_flows_from_switch().
authorBen Pfaff <blp@nicira.com>
Tue, 3 Jul 2012 18:31:03 +0000 (11:31 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 12 Jul 2012 20:06:07 +0000 (13:06 -0700)
commit4ce9c31573b0dc01696d1b0080b67b726b31cc19
tree90edff409d72996e7202fdeceba4805dd39d3c05
parent9abfe557918794cc252f010aa19e31f8beb24c23
ovs-ofctl: Factor code out of read_flows_from_switch().

I want to use this code in another function in an upcoming commit.

Signed-off-by: Ben Pfaff <blp@nicira.com>
utilities/ovs-ofctl.c