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:06:47 +0000 (09:06 -0500)
commitebd3ce14b3cd3cae5380a04eb40faf5f1223fcb4
treee982f7e1f5c60f48731c1472cd07948ee83e09c0
parent69e73316e9c3c997fe353abd12a2fe1d5a21f5f7
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