ovn-northd: Allow lport 'addresses' to store multiple ips in each set
authorNuman Siddique <nusiddiq@redhat.com>
Mon, 22 Feb 2016 10:29:37 +0000 (15:59 +0530)
committerBen Pfaff <blp@ovn.org>
Thu, 25 Feb 2016 22:22:11 +0000 (14:22 -0800)
commit7dc88496081cccc0b22e3e341d88d2e4867323df
treeb927c5922e11ebafa3efb3a8b94379558a3805f7
parent611099dc3017879efd9ccede68307e8a24c47894
ovn-northd: Allow lport 'addresses' to store multiple ips in each set

If a logical port has two ipv4 addresses and one ipv6 address
it will be stored as ["MAC IPv41 IPv42 IPv61"] instead of
["MAC IPv41", "MAC IPv42", "MAC IPv61"].

Signed-off-by: Numan Siddique <nusiddiq@redhat.com>
[blp@ovn.org made changes to comments and ovn.at]
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/packets.c
lib/packets.h
ovn/northd/ovn-northd.c
ovn/ovn-nb.xml
tests/ovn.at