On Thu, Jan 14, 2016 at 11:03:15AM -0500, Russell Bryant wrote: > 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 <russ...@ovn.org>
Hmm, I think just adding commas would be good enough, but the extra syntax doesn't hurt I guess. Acked-by: Ben Pfaff <b...@ovn.org> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev