[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <dac45060904262343v481d2665s4074e901852406b5@mail.gmail.com>
Date: Mon, 27 Apr 2009 09:43:39 +0300
From: Mark Ryden <markryde@...il.com>
To: netdev@...r.kernel.org
Subject: skb_warn_if_lro(skb) in ip_forward()
Hello,
I would appreciate if somebody will explain in a few sentences, why,
when forwarding
a packet in IPV4 , in ip_forward() method, (net/ipv4/ip_forward.c) we
drop the packet
if it is lro.
To be more specific, why do we have, in ip_forward() :
...
...
if (skb_warn_if_lro(skb))
goto drop;
...
...
Regards,
Mark Ryden
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists