All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Re: 6to4/SIT and IP DF
@ 2003-10-15  7:12 mika.penttila
  0 siblings, 0 replies; only message in thread
From: mika.penttila @ 2003-10-15  7:12 UTC (permalink / raw)
  To: Pekka Savola, David Stevens; +Cc: r.venning, nate, davem, netdev


> 
> Lähettäjä: Pekka Savola <pekkas@netcore.fi>
> Päiväys: 2003/10/15 ke AM 09:28:28 GMT+03:00
> Vastaanottaja: David Stevens <dlstevens@us.ibm.com>
> Kopio: r.venning@telstra.com,  <nate@thebog.net>,  <davem@redhat.com>, 
>         <netdev@oss.sgi.com>
> Aihe: Re: 6to4/SIT and IP DF
> 
> On Tue, 14 Oct 2003, David Stevens wrote:
> > I was trying out 6to4 and noticed that the v4 encapsulating header has DF
> > set, which RFC3056 says should not be set.
> > 
> > Because ICMPv4 won't, in general, include enough packet to determine the
> > original v6 sender, end-to-end PMTU won't work. The possible use I could
> > see is if the tunnel MTU is modified based on the PTMU (I didn't check),
> > but  that's probably not a good idea for any tunnels  that have "any" as
> > the remote v4 address. Doing that would force all MTU's to the lowest of
> > any v4 destination's path.
> > 
> > So, I think it's appropriate to always clear IP DF in the IPv4 header
> > generated by SIT, but I thought I'd see if anyone else has a comment on
> > that before I submit the trivial patch. :-)
> > 
> > Any thoughts?
> 
> Seems like a good idea.  The only thing I'm worried about is when someone
> is attached to a network of at least 1500 MTU (at IPv6 level), and uses
> 6to4 -- then basically every IPv6 packet over 1480 bytes will be
> fragmented in the network, even though it could potentially be chopped to
> smaller pieces already in the end-nodes.
> 
> Just wondering how our 6to4 implementation handles this case at the 
> moment..
> 
> -- 

I think we send icmp TOOBIG by default for packets longer than (pmtu - iphdr).

--Mika

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-10-15  7:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-15  7:12 Re: 6to4/SIT and IP DF mika.penttila

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.