ovn-nbctl: Update show format for addresses.
authorRussell Bryant <russell@ovn.org>
Thu, 14 Jan 2016 16:00:52 +0000 (11:00 -0500)
committerRussell Bryant <russell@ovn.org>
Thu, 21 Jan 2016 14:08:07 +0000 (09:08 -0500)
commitab8854a531a7fd141cbf5ec5a2e8694fd53fa62a
tree4b508229a78dfdd8bc5d8f39d40aff6e14e98e47
parent5761980d53c025ab73839624ea25bce30a94e80f
ovn-nbctl: Update show format for addresses.

This patch updates the formatting for the Logical_Port addresses column
in the show command output.  Previously, output would look like:

  addresses: 00:00:00:00:00:01 192.168.1.1 00:00:00:00:00:01 192.168.1.2

Now it looks like:

  addresses: ["00:00:00:00:00:01 192.168.1.1", "00:00:00:00:00:01 192.168.1.2"]

The grouping of addresses is important, so it should be reflected in the
output.

Signed-off-by: Russell Bryant <russell@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
ovn/utilities/ovn-nbctl.c