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

2015-08-11 Thread Alex Wang
Thx, this is really really useful!!! Just few minor suggestions below, On Mon, Aug 10, 2015 at 8:33 PM, Russell Bryant wrote: > I frequently view the contents of the Logical_Flow table while working > on OVN. Add a patch that can output the contents of this table in a > sorted way that makes i

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

2015-08-10 Thread Russell Bryant
I frequently view the contents of the Logical_Flow table while working on OVN. Add a patch 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 ---