[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080802003016.GA24295@gondor.apana.org.au>
Date: Sat, 2 Aug 2008 08:30:16 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Vlad Yasevich <vladislav.yasevich@...com>
Cc: David Miller <davem@...emloft.net>,
Alexey Kuznetsov <kuznet@....inr.ac.ru>, yjwei@...fujitsu.com,
netdev@...r.kernel.org
Subject: Re: [PATCH] inet6: Fix paramater issue of inet6_csk_xmit
On Fri, Aug 01, 2008 at 10:50:17AM -0400, Vlad Yasevich wrote:
>
> > + inet->pmtudisc = transport->param_flags & SPP_PMTUD_ENABLE ?
> > + IP_PMTUDISC_DO : IP_PMTUDISC_DONT;
>
> If you insist on doing this, you need to save the old value and restore
> it after ip_queue_xmit().
>
> The reason is that PMTU discovery change on a specific transport or
> association should not affect the socket, since there could be multiple
> associations on a given socket. Each association has it's own control.
Yes but they'll all pass through here so it'll get set to the
appropriate value.
Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
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