[NETFILTER]: Fix ip_fw_compat.c build after IP_DEFRAG_* changes.
Linux Kernel Mailing List <[email protected]>
| Newsgroups | gmane.linux.kernel.commits.2-4 |
|---|---|
| Message-ID | <[email protected]> |
ChangeSet 1.1521.1.61, 2005/01/31 20:07:37-08:00, [email protected] [NETFILTER]: Fix ip_fw_compat.c build after IP_DEFRAG_* changes. Signed-off-by: Patrick McHardy <[email protected]> Signed-off-by: David S. Miller <[email protected]> ip_fw_compat.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/net/ipv4/netfilter/ip_fw_compat.c b/net/ipv4/netfilter/ip_fw_compat.c --- a/net/ipv4/netfilter/ip_fw_compat.c 2005-02-01 16:04:18 -08:00 +++ b/net/ipv4/netfilter/ip_fw_compat.c 2005-02-01 16:04:18 -08:00 @@ -108,7 +108,7 @@ (*pskb)->nh.raw, &redirpt, pskb); if ((*pskb)->nh.iph->frag_off & htons(IP_MF|IP_OFFSET)) { - *pskb = ip_ct_gather_frags(*pskb); + *pskb = ip_ct_gather_frags(*pskb, IP_DEFRAG_CONNTRACK_IN); if (!*pskb) return NF_STOLEN;