ovs-dpctl: In "dump-flows", only print flows that can be retrieved.
authorBen Pfaff <blp@nicira.com>
Tue, 13 Apr 2010 23:48:10 +0000 (16:48 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 13 Apr 2010 23:51:13 +0000 (16:51 -0700)
commit379c2564b617aa4d36efba0956d92d0d363c6d86
tree798fc0af29976c54eac5a7ed3bec34d31078274f
parent392804e7ee2753cea831503fbdbafc2d7780862a
ovs-dpctl: In "dump-flows", only print flows that can be retrieved.

If dpif_flow_get() returns an error then we'd better not try to print
the flow (especially not the actions since check_rw_odp_flow() clears
the first action to 0xcc).
utilities/ovs-dpctl.c