PERFORCE change 47807 for review

Robert Watson rwatson at FreeBSD.org
Sat Feb 28 10:54:34 PST 2004


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

Change 47807 by rwatson at rwatson_tislabs on 2004/02/28 10:54:21

	m_tag is required, but it's now #ifdef FAST_IPSEC rather than
	global to the function.  Note that the m_tag local to dummynet
	processing shadows the global one, suggesting that perhaps
	it shouldn't be local after all.

Affected files ...

.. //depot/projects/netperf_socket/sys/netinet/ip_input.c#5 edit

Differences ...

==== //depot/projects/netperf_socket/sys/netinet/ip_input.c#5 (text+ko) ====

@@ -311,6 +311,7 @@
 	struct in_addr odst;			/* original dst address */
 #endif
 #ifdef FAST_IPSEC
+	struct m_tag *mtag;
 	struct tdb_ident *tdbi;
 	struct secpolicy *sp;
 	int s, error;


More information about the p4-projects mailing list