Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 May 2004 19:06:52 -0400
From:      Stephan Uphoff <ups@tree.com>
To:        Andre Oppermann <andre@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/net if_gre.c 
Message-ID:  <200405112306.i4BN6q9F030876@palm.tree.com>
In-Reply-To: Message from Andre Oppermann <andre@FreeBSD.org>  <200404231610.i3NGAOYF092229@repoman.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help

>   FreeBSD src repository
> 
>   Modified files:
>     sys/net              if_gre.c 
>   Log:
>   Call ip_output() with IP_FORWARD flag to prevent it from overwriting the
>   ip_id again.  ip_id is already set to the ip_id of the encapsulated packet.
>   
>   Make a comment about mbuf allocation failures more realistic.
>   
>   Reviewed by:    sobomax
>   
>   Revision  Changes    Path
>   1.22      +2 -2      src/sys/net/if_gre.c


Is this the right thing to do for forwarded (non locally generated) packets ?
Mixing id sequences from different providers can't be healthy.

	Stephan 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405112306.i4BN6q9F030876>