[ovs-git] [openvswitch/ovs] 7c0cb2: conntrack-tcp: Handle tcp session reuse.

GitHub noreply at github.com
Wed May 16 00:52:41 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 7c0cb293eea321b934ff6398dd7e938ce3a0511f
      https://github.com/openvswitch/ovs/commit/7c0cb293eea321b934ff6398dd7e938ce3a0511f
  Author: Darrell Ball <dlu998 at gmail.com>
  Date:   2018-05-15 (Tue, 15 May 2018)

  Changed paths:
    M lib/conntrack-tcp.c

  Log Message:
  -----------
  conntrack-tcp: Handle tcp session reuse.

Fix tcp sequence tracking for cases when picking up an existing connection.
This can happen, for example, by doing VM migration and sequence tracking
should be more permissive in these cases.  We don't differentiate picking
up an existing connection vs picking up a new connection; the added
complexity is not worth the benefit of the slightly more strictness in the
case of picking up a new connection.

Fixes: a489b16854b5 ("conntrack: New userspace connection tracker")
Signed-off-by: Darrell Ball <dlu998 at gmail.com>
Signed-off-by: Justin Pettit <jpettit 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