ovn: Support multiple addresses on a single logical router port.
authorJustin Pettit <jpettit@ovn.org>
Sat, 9 Jul 2016 16:55:20 +0000 (09:55 -0700)
committerJustin Pettit <jpettit@ovn.org>
Wed, 13 Jul 2016 06:44:20 +0000 (23:44 -0700)
commit4685e523695c277333835579f8581437b08955d8
tree4e6e9b027459e6b60dfac9cfce6ab0639bd0cc2f
parente93b43d651f2a7f123b5df32caffd76d3749cc92
ovn: Support multiple addresses on a single logical router port.

Supporting multiple addresses is only mildly interesting for IPv4.
However, it is a requirement for IPv6, which will arrive in a future
commit.

This commit introduces the extract_lrp_networks() function to ovn-util.[ch].

Signed-off-by: Justin Pettit <jpettit@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
ovn/lib/ovn-util.c
ovn/lib/ovn-util.h
ovn/northd/ovn-northd.8.xml
ovn/northd/ovn-northd.c
ovn/ovn-nb.ovsschema
ovn/ovn-nb.xml
ovn/utilities/ovn-nbctl.8.xml
ovn/utilities/ovn-nbctl.c
tests/ovn-nbctl.at
tests/ovn.at