On 12/04/2017 20:04, Joe Stringer wrote:
On 12 April 2017 at 08:22, Flavio Leitner <[email protected]> wrote:
On Fri, Apr 07, 2017 at 04:13:08PM +0300, Roi Dayan wrote:
From: Paul Blakey <[email protected]>

Usage:
    # to dump all datapath flows (default):
    ovs-dpctl dump-flows

    # to dump only flows that in kernel datapath:
    ovs-dpctl dump-flows type=ovs

    # to dump only flows that are offloaded:
    ovs-dpctl dump-flows type=offloaded


It should return an error if the type= is wrong/unavailable.

I wonder if we should also add a piece in verbose mode (-m) at the end
of each flow that says something like "type=software", "type=hardware"
(which should match the name of the ovs-dpctl dump-flows type
argument)?


yes. we definitely want that. We didn't do it from the start as it was not supported yet in the flower module.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to