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

GitHub noreply at github.com
Tue Jul 10 21:24:44 UTC 2018


  Branch: refs/heads/branch-2.9
  Home:   https://github.com/openvswitch/ovs
  Commit: 15fbc3baee5ad9bada58904405bfd9a41955cde5
      https://github.com/openvswitch/ovs/commit/15fbc3baee5ad9bada58904405bfd9a41955cde5
  Author: Mark Michelson <mmichels at redhat.com>
  Date:   2018-07-10 (Tue, 10 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