ovn: Add lflow-list to ovn-sbctl.
authorRussell Bryant <rbryant@redhat.com>
Wed, 12 Aug 2015 23:53:09 +0000 (16:53 -0700)
committerAlex Wang <alexw@nicira.com>
Wed, 12 Aug 2015 23:58:15 +0000 (16:58 -0700)
commitdc70b67b31c8d7a78928ced9f294207a1e7571dc
tree029509919f80f0b36c2826b9e7b9c5291a3d5417
parentb30001c7fd6f3163b7d8bfffa567d4136650f61e
ovn: Add lflow-list to ovn-sbctl.

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 <rbryant@redhat.com>
Acked-by: Alex Wang <alexw@nicira.com>
ovn/utilities/ovn-sbctl.8.in
ovn/utilities/ovn-sbctl.c