Date: Sun, 15 Jul 2007 22:58:57 GMT From: Marko Zec <zec@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 123554 for review Message-ID: <200707152258.l6FMwvTq066878@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=123554 Change 123554 by zec@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707152258.l6FMwvTq066878>