Re: [ovs-dev] [PATCH v3] ovn: Add lflow-list to ovn-sbctl.

2015-08-12 Thread Alex Wang
Thx, applied to master~ On Wed, Aug 12, 2015 at 4:20 PM, Russell Bryant wrote: > I frequently view the contents of the Logical_Flow table while working > on OVN. Add a command that can output the contents of this table in a > sorted way that makes it easier to read through. It's sorted by > lo

[ovs-dev] [PATCH v3] ovn: Add lflow-list to ovn-sbctl.

2015-08-12 Thread Russell Bryant
I frequently view the contents of the Logical_Flow table while working on OVN. Add a command that can output the contents of this table in a sorted way that makes it easier to read through. It's sorted by logical datapath, pipeline, table id, priority, and match. Signed-off-by: Russell Bryant -