[ovs-git] [openvswitch/ovs] d7a2b8: conntrack: Skip ephemeral ports fallback for DNAT.

GitHub noreply at github.com
Tue Dec 18 22:16:43 UTC 2018


  Branch: refs/heads/branch-2.10
  Home:   https://github.com/openvswitch/ovs
  Commit: d7a2b8e237e7ca06da2235ca87f77af786183880
      https://github.com/openvswitch/ovs/commit/d7a2b8e237e7ca06da2235ca87f77af786183880
  Author: Darrell Ball <dlu998 at gmail.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

  Changed paths:
    M lib/conntrack.c

  Log Message:
  -----------
  conntrack: Skip ephemeral ports fallback for DNAT.

Ephemeral port fallback is being done for DNAT and the code could be hit in
some special cases and testing configurations.  Also good packets are
expected to be persistently dropped in this case, which is not a common
user goal.  Regardless, this is incorrect, so filter this out.  Also, rename
the variable used for checking whether ephemeral ports need to be checked.

Reported-at: https://mail.openvswitch.org/pipermail/ovs-dev/2018-August/351629.html
Fixes: 286de2729955 ("dpdk: Userspace Datapath: Introduce NAT Support.")
Signed-off-by: Darrell Ball <dlu998 at gmail.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>



      **NOTE:** This service has 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