[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120611.042813.401909584318598192.davem@davemloft.net>
Date: Mon, 11 Jun 2012 04:28:13 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: steffen.klassert@...unet.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH 2/5] ipv4: Kill ip_rt_frag_needed().
From: David Miller <davem@...emloft.net>
Date: Mon, 11 Jun 2012 04:20:24 -0700 (PDT)
> We need to find a way to implement this then, in such a way
> that we have the route context used to send the ping packet
> out.
The problem is RAW sockets right? If so, then this is where the
fix belongs.
There is nothing preventing the RAW socket code from remembering the
last route used, as well as the flow4 key used to look it up, and
processing the PMTU message appropriately in raw_err() using that
remembered information if the flow4 key matches.
--
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