Bug 14805
Summary: | a kernel bug about ip defrag and ip conntrack | ||
---|---|---|---|
Product: | Networking | Reporter: | Chong Qiao (qiaochong) |
Component: | Netfilter/Iptables | Assignee: | networking_netfilter-iptables (networking_netfilter-iptables) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | kaber |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.25.17,2.6.27 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | Put fragments originating from a bridge into their own defrag namespace |
Description
Chong Qiao
2009-12-14 06:39:18 UTC
Created attachment 24176 [details]
Put fragments originating from a bridge into their own defrag namespace
Thanks for the detailed description. Does this patch fix the problem?
This is a smart patch.Yes,it fix the problem.Thanks a lot! by the way,a misspell in your patch: + if (nf_ct_ipv4_gather_frags(skb, user)); return NF_STOLEN; shoule be + if (nf_ct_ipv4_gather_frags(skb, user)) return NF_STOLEN; :) Thanks, I'll fix it up and will send it upstream. |