This is a backport for a fix present in 2.11. ovn-kubernetes encounters
issues with the daemon mode of ovn-nbctl with 2.10.

ovn-nbctl when run in daemon mode has two issues:
1) An extra newline is prepended to table output
2) Table formatting issues are ignored.

This patch series fixes both issues.

Mark Michelson (2):
  table: Create method for resetting table formatting.
  ovn-nbctl: Don't parse table-formatting options in nbctl_client

 lib/table.c               | 23 +++++++++++++++++------
 lib/table.h               |  1 +
 ovn/utilities/ovn-nbctl.c |  2 +-
 tests/ovn-nbctl.at        | 22 ++++++++++++++++++++++
 4 files changed, 41 insertions(+), 7 deletions(-)

-- 
2.14.5

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to