svn commit: r298535 - head/sys/netipsec
Andrey V. Elsukov
bu7cher at yandex.ru
Sun Apr 24 16:11:21 UTC 2016
On 24.04.16 19:02, Andrey V. Elsukov wrote:
> 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?
I think I understand what you mean. I will fix, thanks again.
--
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/0b9f1ae9/attachment.sig>
More information about the svn-src-head
mailing list