From owner-cvs-src@FreeBSD.ORG Fri Apr 23 09:10:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D61116A4CF; Fri, 23 Apr 2004 09:10:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FE1B43D55; Fri, 23 Apr 2004 09:10:24 -0700 (PDT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NGAOGe092230; Fri, 23 Apr 2004 09:10:24 -0700 (PDT) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NGAOYF092229; Fri, 23 Apr 2004 09:10:24 -0700 (PDT) (envelope-from andre) Message-Id: <200404231610.i3NGAOYF092229@repoman.freebsd.org> From: Andre Oppermann Date: Fri, 23 Apr 2004 09:10:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_gre.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2004 16:10:27 -0000 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