PERFORCE change 123583 for review

Marko Zec zec at FreeBSD.org
Mon Jul 16 11:19:44 UTC 2007


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

Change 123583 by zec at zec_tca51 on 2007/07/16 11:18:57

	Fix to allow for nooptions IPSEC kernel to be compiled.

Affected files ...

.. //depot/projects/vimage/src/sys/netinet/tcp_input.c#17 edit

Differences ...

==== //depot/projects/vimage/src/sys/netinet/tcp_input.c#17 (text+ko) ====

@@ -237,7 +237,9 @@
 #ifdef INET6
 	INIT_VNET_INET6(curvnet);
 #endif
+#ifdef IPSEC
 	INIT_VNET_IPSEC(curvnet);
+#endif
 	struct tcphdr *th;
 	struct ip *ip = NULL;
 	struct ipovly *ipov;


More information about the p4-projects mailing list