Date: Fri, 23 Apr 2004 09:10:24 -0700 (PDT) From: Andre Oppermann <andre@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_gre.c Message-ID: <200404231610.i3NGAOYF092229@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404231610.i3NGAOYF092229>