svn commit: r310864 - head/sys/netinet
Ngie Cooper (yaneurabeya)
yaneurabeya at gmail.com
Fri Dec 30 22:00:57 UTC 2016
> On Dec 30, 2016, at 13:53, Ngie Cooper (yaneurabeya) <yaneurabeya at gmail.com> wrote:
>
>>
>> On Dec 30, 2016, at 13:33, Ngie Cooper <ngie at FreeBSD.org> wrote:
>>
>> Author: ngie
>> Date: Fri Dec 30 21:33:01 2016
>> New Revision: 310864
>> URL: https://svnweb.freebsd.org/changeset/base/310864
>>
>> Log:
>> Unbreak ip_carp with WITHOUT_INET6 enabled by conditionalizing all IPv6
>> structs under the INET6 #ifdef. Similarly (even though it doesn't seem
>> to affect the build), conditionalize all IPv4 structs under the INET
>> #ifdef
>>
>> This also unbreaks the LINT-NOINET6 tinderbox target on amd64; I have not
>> verified other MACHINE/TARGET pairs (e.g. armv6/arm).
>
> Quick note (mostly for myself): I’m running "make tinderbox” to address this concern and see if I can spot other issues.
> Cheers,
I realized looking at the code that unfortunately it’s still broken when both IPv4/IPv6 are disabled :/.
-Ngie
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20161230/cb4f7255/attachment.sig>
More information about the svn-src-all
mailing list