]> git.proxmox.com Git - ovs.git/commit
ovn: Allow northd to install IPv6 ct_lb logical flows.
authorMark Michelson <mmichels@redhat.com>
Thu, 2 Nov 2017 16:13:58 +0000 (11:13 -0500)
committerBen Pfaff <blp@ovn.org>
Thu, 2 Nov 2017 17:52:26 +0000 (10:52 -0700)
commit485d373bf6e934d1842f4542a1eaf163b733c983
tree0585d24160d3caeec48869802bf598bba4baf444
parent9d236afafb7817df8a4e9fe6a46f00109e3b86d9
ovn: Allow northd to install IPv6 ct_lb logical flows.

For this commit, ovn-northd will now accept both IPv4 and IPv6 addresses
in the northbound database for a load balancer VIP or destination
addresses. For IPv4, the behavior remains the same. For IPv6, the
following logical flows will be added to the southbound database:

* An ND_NA response for incoming ND_NS requests for the load balancer
  VIP.
* A ct_lb flow with the configured IPv6 addresses.

The ovn-northd manpage has been updated to indicate what flows are
added for load balancers with IPv6 VIPs.

Signed-off-by: Mark Michelson <mmichels@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
ovn/northd/ovn-northd.8.xml
ovn/northd/ovn-northd.c
ovn/ovn-nb.xml