hello, I check kernel 2.4.28 and 2.6.11 on lxr and found that there is condition to check fragmnetation required for packet in 2.4.28 ain ip_forward.c as if (skb->len > mtu && (ntohs(iph->frag_off) & IP_DF)) goto frag_needed; But same will not be seen in 2.6.11 why? Then how 2.6 kenrel check this condition? Why its removed? Is it addedd somewhere else? Thanks in advance. regards, cranium __________________________________ Yahoo! Mail Mobile Take Yahoo! Mail with you! Check email on your mobile phone. http://mobile.yahoo.com/learn/mail - : send the line "unsubscribe linux-net" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html