PERFORCE change 47808 for review

Robert Watson rwatson at FreeBSD.org
Sat Feb 28 10:56:37 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=47808

Change 47808 by rwatson at 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;


More information about the p4-projects mailing list