svn commit: r298535 - head/sys/netipsec

Andrey V. Elsukov ae at FreeBSD.org
Sun Apr 24 16:04:27 UTC 2016


On 24.04.16 18:55, Bjoern A. Zeeb wrote:
>> +#ifdef INET
>> +	ipe4_cookie = encap_attach_func(AF_INET, IPPROTO_IPV4,
>> +	    ipcomp4_nonexp_encapcheck, &ipcomp_protosw, NULL);
>> +#endif
>> +#ifdef INET6
>> +	ipe6_cookie = encap_attach_func(AF_INET6, IPPROTO_IPV6,
>> +	    ipcomp6_nonexp_encapcheck, &ipcomp_protosw, NULL);
> 
> This looks wrong to me but also with regards to NOINET kernels won’t compile.

Thanks, I'll fix NOINET kernels, but what wrong here?

-- 
WBR, Andrey V. Elsukov

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 538 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20160424/7752e665/attachment.sig>


More information about the svn-src-head mailing list