[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: IPv6 and OpenBSD (ITS#727)



On Mon, Sep 11, 2000 at 04:57:20PM +0000, Kurt@OpenLDAP.org wrote:
> >when building openldap under openbsd 2.7 with active ipv6 there is an error in
> >the file ./servers/slapd/daemon.c.
> >The use member of the ipv6-structur isn't known.
> 
> Details would be appreciated.

This could be the problem we just fixed, at least I hope so. I think
OpenBSD has a problem with

&from.sa_in6_addr.sin6_addr.s6_addr32[3]) );

we replaced it with

&from.sa_in6_addr.sin6_addr.s6_addr[12]) );

which I think works. At least it worked for FreeBSD 4.0.1.

Stig