[ovs-git] [openvswitch/ovs] 900f05: conntrack: Fix the icmp conntrack new state.

NIC我是一张网卡 noreply at github.com
Wed Jan 27 16:45:22 UTC 2021


  Branch: refs/heads/branch-2.14
  Home:   https://github.com/openvswitch/ovs
  Commit: 900f05c14a7a28d10ac985e1cf86397a19c8c713
      https://github.com/openvswitch/ovs/commit/900f05c14a7a28d10ac985e1cf86397a19c8c713
  Author: Tonghao Zhang <xiangxia.m.yue at gmail.com>
  Date:   2021-01-26 (Tue, 26 Jan 2021)

  Changed paths:
    M lib/conntrack-icmp.c
    M tests/system-common-macros.at
    M tests/system-traffic.at

  Log Message:
  -----------
  conntrack: Fix the icmp conntrack new state.

The same icmp packet may traverse conntrack module more than once.
Or same icmp packets traverse contranck module in orderly.

Don't change state to CS_ESTABLISHED before receiving reply or related packets.

Fixes: a867c010ee91 ("conntrack: Fix conntrack new state")
Signed-off-by: Tonghao Zhang <xiangxia.m.yue at gmail.com>
Acked-by: Yi-Hung Wei <yihung.wei at gmail.com>
Acked-by: Aaron Conole <aconole at redhat.com>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>




More information about the git mailing list