|
@@ -431,13 +431,6 @@ static unsigned int ip_conntrack_defrag(unsigned int hooknum,
|
|
const struct net_device *out,
|
|
const struct net_device *out,
|
|
int (*okfn)(struct sk_buff *))
|
|
int (*okfn)(struct sk_buff *))
|
|
{
|
|
{
|
|
-#if !defined(CONFIG_IP_NF_NAT) && !defined(CONFIG_IP_NF_NAT_MODULE)
|
|
|
|
- /* Previously seen (loopback)? Ignore. Do this before
|
|
|
|
- fragment check. */
|
|
|
|
- if ((*pskb)->nfct)
|
|
|
|
- return NF_ACCEPT;
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
/* Gather fragments. */
|
|
/* Gather fragments. */
|
|
if ((*pskb)->nh.iph->frag_off & htons(IP_MF|IP_OFFSET)) {
|
|
if ((*pskb)->nh.iph->frag_off & htons(IP_MF|IP_OFFSET)) {
|
|
*pskb = ip_ct_gather_frags(*pskb,
|
|
*pskb = ip_ct_gather_frags(*pskb,
|