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

GitHub noreply at github.com
Tue Dec 18 22:17:52 UTC 2018


  Branch: refs/heads/branch-2.8
  Home:   https://github.com/openvswitch/ovs
  Commit: 773da6233e9540d44eafae8615eef1e295df8af4
      https://github.com/openvswitch/ovs/commit/773da6233e9540d44eafae8615eef1e295df8af4
  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