<html>
<head>
<base href="https://bugzilla.netfilter.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Window Tracking not disabled"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1087#c11">Comment # 11</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Window Tracking not disabled"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1087">bug 1087</a>
from <span class="vcard"><a class="email" href="mailto:mat999@gmail.com" title="Mathew <mat999@gmail.com>"> <span class="fn">Mathew</span></a>
</span></b>
<pre>ah, not seen it was ct->proto.tcp.seen[IP_CT_DIR_ORIGINAL].flags
But I discovered that this path doesnt get called for outgoing connections.
So below "tuple = &ct->tuplehash[dir].tuple;" I added
if(ct->proto.tcp.seen[IP_CT_DIR_ORIGINAL].flags &
IP_CT_TCP_FLAG_BE_LIBERAL) {
ct->proto.tcp.seen[IP_CT_DIR_REPLY].flags |=
IP_CT_TCP_FLAG_BE_LIBERAL;
}
This worked well, even if it is hacky.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>