* ip_forward difference in kernel 2.4 and 2.6
@ 2005-05-15 13:39 cranium2003
0 siblings, 0 replies; only message in thread
From: cranium2003 @ 2005-05-15 13:39 UTC (permalink / raw)
To: net dev
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
__________________________________
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
http://promotions.yahoo.com/new_mail
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-05-15 13:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-15 13:39 ip_forward difference in kernel 2.4 and 2.6 cranium2003
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox