cvs commit: src/sys/net if_gre.c
Stephan Uphoff
ups at tree.com
Tue May 11 16:06:56 PDT 2004
> 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
More information about the cvs-src
mailing list