Re: [Exim] Exim with IPv6

Top Page
Delete this message
Reply to this message
Author: Philip Blundell
Date:  
To: Kevin Sindhu
CC: exim-users
Subject: Re: [Exim] Exim with IPv6
>Maybe we can have a better workaround for unconfigured
>addresses such as lo0's:
>
> inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5
> inet6 ::1 prefixlen 128


What makes you say that interface is unconfigured?

You might want to try defining SIOCGIFCONF_GIVES_ADDR in your os.h, a la
NetBSD. I'm not sure if its absence in the OpenBSD version is deliberate, or
just because nobody has tried IPv6 on that OS before.

p.