[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20111013.135808.636341622629050648.davem@davemloft.net>
Date: Thu, 13 Oct 2011 13:58:08 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: steffen.klassert@...unet.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH 1/4] ipv4: Fix pmtu propagating
From: Steffen Klassert <steffen.klassert@...unet.com>
Date: Thu, 13 Oct 2011 12:09:50 +0200
> At least it seems that raw_sendmsg() and ping_sendmsg() don't use
> a cached route, they do the route lookup in any case. I don't see
> where we check if we learned a new pmtu in this cases.
A freshly looked up route should not have ->obsolete set.
That's why we don't do dst_check() in that part of the ip_output.c
helper code you're modifying.
Please find out exactly why dst->obsolete is non-zero on a freshly
looked up route. It's unexpected.
--
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