PERFORCE change 123554 for review

Marko Zec zec at FreeBSD.org
Sun Jul 15 22:58:58 UTC 2007


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

Change 123554 by zec at zec_tpx32 on 2007/07/15 22:58:09

	A fix to allow for a nooptions VIMAGE + options IPSEC kernel
	to be compiled.

Affected files ...

.. //depot/projects/vimage/src/sys/netipsec/ipsec.c#7 edit
.. //depot/projects/vimage/src/sys/netipsec/keysock.c#5 edit

Differences ...

==== //depot/projects/vimage/src/sys/netipsec/ipsec.c#7 (text+ko) ====

@@ -2037,8 +2037,10 @@
 
 	V_ip4_esp_randpad = -1;
 	V_crypto_support = CRYPTOCAP_F_HARDWARE | CRYPTOCAP_F_SOFTWARE;
+#ifdef REGRESSION
 	V_ipsec_replay = 0;
 	V_ipsec_integrity = 0;
+#endif
 
 	return 0;
 }

==== //depot/projects/vimage/src/sys/netipsec/keysock.c#5 (text+ko) ====

@@ -56,6 +56,7 @@
 #include <net/route.h>
 #include <net/vnet.h>
 
+#include <netinet/in.h>
 #include <netinet/vinet.h>
 
 #include <net/pfkeyv2.h>


More information about the p4-projects mailing list