On Wed, May 27, 2015 at 09:10:56PM +0200, David Lamparter wrote:
> On Wed, May 13, 2015 at 08:34:46PM -0400, Donald Sharp wrote:
> > The #define IPV6_MINHOPCNT define is never defined on any unix platform.
> > From what I can tell the original implementation on the linux platform
> > was IPV6_MINHOPCNT, when it got accepted into the mainstream kernel
> > it was transformed into IPV6_MINHOPCOUNT.  Since we test for the
> > define before attempting to use the code it was silently doing nothing
> > for a long time.
> 
> Applied, thanks!

Ah, crap, it breaks the build on systems where linux/in6.h and
netinet/in.h can't be simultaneously included.  Cf.:
https://ci1.netdef.org/browse/QUAGGA-QMASTER-CI001BUILD-63

I'll revert it for now, we'll have to come up with something better.
Wasn't there some way in autoconf to check if 2 headers are compatible?

-David

_______________________________________________
Quagga-dev mailing list
[email protected]
https://lists.quagga.net/mailman/listinfo/quagga-dev

Reply via email to