commit | 9691cf2d082727fb2f88e85050068dc6fd761bcd | [log] [tgz] |
---|---|---|
author | ahdj007 <dong.juan1@zte.com.cn> | Tue Mar 06 16:15:44 2018 +0800 |
committer | Damjan Marion <dmarion.lists@gmail.com> | Tue Mar 06 15:19:11 2018 +0000 |
tree | e47eab1dd0a18ed0f7e5f86613a90c59940310ed | |
parent | 9f06d0eccf06b82b42cc55f02c37cbed9e1aab83 [diff] |
when lb tcp in2out flow, in2out and out2in protocol are not same Change-Id: I4ce680ad1f088cb079e1f2aeb15ca59225fca0d1 Signed-off-by: ahdj007 <dong.juan1@zte.com.cn>
diff --git a/src/plugins/nat/in2out.c b/src/plugins/nat/in2out.c index 24895a0..f009ce4 100755 --- a/src/plugins/nat/in2out.c +++ b/src/plugins/nat/in2out.c
@@ -1372,6 +1372,7 @@ s->outside_address_index = ~0; s->in2out = l_key; s->out2in = e_key; + s->out2in.protocol = l_key.protocol; u->nstaticsessions++; /* Add to lookup tables */