cvs commit: src/sys/net if_gre.c
Andre Oppermann
andre at FreeBSD.org
Fri Apr 23 09:10:27 PDT 2004
andre 2004/04/23 09:10:24 PDT
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
More information about the cvs-src
mailing list