[Bug 1087] Window Tracking not disabled
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Thu Oct 20 04:36:52 CEST 2016
https://bugzilla.netfilter.org/show_bug.cgi?id=1087
--- Comment #11 from Mathew <mat999 at gmail.com> ---
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.
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20161020/70f2f69a/attachment.html>
More information about the netfilter-buglog
mailing list