ovn-sbctl: Adjust formatting of lflow-list.
authorRussell Bryant <russell@ovn.org>
Sun, 10 Jul 2016 21:46:26 +0000 (17:46 -0400)
committerRussell Bryant <russell@ovn.org>
Wed, 13 Jul 2016 21:26:53 +0000 (17:26 -0400)
commit1e25f5caef5c1b6378bfee3f6ed0d1cb04e61e0c
tree9c3ecc01a68a368dd9b9030d42f668d633ed7f99
parentc09cb861c0186ce051f46a81d4bd3daa2eeae98f
ovn-sbctl: Adjust formatting of lflow-list.

Adjust the field width for a couple of elements in the output of the
lflow-list sub-command of ovn-sbctl. We now have a table ID of 10, so
set a field width of 2 to keep output aligned. Table names have grown to
a max of 19 characters, so update the field width to keep output
aligned.  Finally, left justify values in fields, as I find that to look
a little nicer.

Also update sample output in OVN-Tutorial.md to match the current state.

Signed-off-by: Russell Bryant <russell@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
ovn/utilities/ovn-sbctl.c
tutorial/OVN-Tutorial.md