[ovs-git] [openvswitch/ovs] 215da4: ovn: Add router load balancer undnat rule for IPv6

GitHub noreply at github.com
Fri Jul 6 22:52:41 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 215da440668ac8ce3e7e9c2d8a8c4275f5f11a05
      https://github.com/openvswitch/ovs/commit/215da440668ac8ce3e7e9c2d8a8c4275f5f11a05
  Author: Mark Michelson <mmichels at redhat.com>
  Date:   2018-07-06 (Fri, 06 Jul 2018)

  Changed paths:
    M ovn/northd/ovn-northd.c

  Log Message:
  -----------
  ovn: Add router load balancer undnat rule for IPv6

When configuring a router port to have a redirect-chassis and using an
IPv6 load balancer rule that specifies a TCP/UDP port, load balancing
would not work as expected. This is because a rule to un-dnat the return
traffic from the load balancer destination was not installed. This is
because this rule was only being installed for IPv4 load balancers.

This change adds the same rule for IPv6 load balancers as well.

Signed-off-by: Mark Michelson <mmichels at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>



      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the git mailing list