summaryrefslogtreecommitdiff
path: root/AUTHORS.rst
diff options
context:
space:
mode:
authorLily Huang <huanglili.huang@huawei.com>2017-08-25 13:39:00 -0700
committerDarrell Ball <dlu998@gmail.com>2017-08-25 14:12:01 -0700
commitd8c5a93bd1f763938ac7fe0fef61151d29f97e1b (patch)
tree16338953e5fdee24ad610c93c1dd27dc67c941e6 /AUTHORS.rst
parentcd995c739a330dbcaee6433c08ecaad62791a56b (diff)
downloadopenvswitch-d8c5a93bd1f763938ac7fe0fef61151d29f97e1b.tar.gz
conntrack: Fix ct-clean thread crash bug.
Conn should be removed from the connection expiry list when the connection tracker experiences NAT resource exhaustion and the connection needing NAT mapping cannot get it. If this is not done, the connection tracker can crash during cleanup of expired connections by the clean thread. This crash will be triggered when a established flow do ct(nat) again, like "ip,actions=ct(table=1) table=1,in_port=1,ip,actions=ct(commit,nat(dst=5.5.5.5)),2 table=1,in_port=2,ip,ct_state=+est,actions=1 table=1,in_port=1,ip,ct_state=+est,actions=2" Fixes: bd5e81a0e596 ("Userspace Datapath: Add ALG infra and FTP.") Signed-off-by: Lili Huang <huanglili.huang@huawei.com> Signed-off-by: Darrell Ball <dlu998@gmail.com>
Diffstat (limited to 'AUTHORS.rst')
-rw-r--r--AUTHORS.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS.rst b/AUTHORS.rst
index 9cf363801..1fc42b5ff 100644
--- a/AUTHORS.rst
+++ b/AUTHORS.rst
@@ -193,6 +193,7 @@ Lei Huang huang.f.lei@gmail.com
Leif Madsen lmadsen@redhat.com
Leo Alterman lalterman@nicira.com
Lilijun jerry.lilijun@huawei.com
+Lili Huang huanglili.huang@huawei.com
Linda Sun lsun@vmware.com
Lior Neudorfer lior@guardicore.com
Lorand Jakab lojakab@cisco.com