From owner-p4-projects@FreeBSD.ORG Sat Feb 28 10:56:37 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id CE2C616A4D0; Sat, 28 Feb 2004 10:56:36 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6C6E16A4CE for ; Sat, 28 Feb 2004 10:56:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A047943D39 for ; Sat, 28 Feb 2004 10:56:36 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1SIuaGe098733 for ; Sat, 28 Feb 2004 10:56:36 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1SIuaXl098730 for perforce@freebsd.org; Sat, 28 Feb 2004 10:56:36 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sat, 28 Feb 2004 10:56:36 -0800 (PST) Message-Id: <200402281856.i1SIuaXl098730@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 47808 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2004 18:56:37 -0000 http://perforce.freebsd.org/chv.cgi?CH=47808 Change 47808 by rwatson@rwatson_tislabs on 2004/02/28 10:55:53 Same for ip_output: mtag is needed, but just in the FAST_IPSEC case. Arguably a merge-o from integ. Affected files ... .. //depot/projects/netperf_socket/sys/netinet/ip_output.c#4 edit Differences ... ==== //depot/projects/netperf_socket/sys/netinet/ip_output.c#4 (text+ko) ==== @@ -149,6 +149,7 @@ struct secpolicy *sp = NULL; #endif #ifdef FAST_IPSEC + struct m_tag *mtag; struct secpolicy *sp = NULL; struct tdb_ident *tdbi; int s;