]> git.puffer.fish Git - matthieu/frr.git/commit
build: remove --disable-ipv6
authorDavid Lamparter <equinox@opensourcerouting.org>
Sat, 22 Nov 2014 18:31:33 +0000 (10:31 -0800)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 3 Jun 2016 19:51:36 +0000 (15:51 -0400)
commit80ec006d01716928db31dad9d030a279cad6f361
treed52cb01398e2df27a2de01e0168612bfe35feabb
parent9e8da292d1516898f97bbc912a54d8b5b371bb74
build: remove --disable-ipv6

Building with IPv6 disabled tends to break rather often and sprinkles
ugly #ifdefs around the code.  All that only to support systems where
the C library doesn't have IPv6 capability.

The year now being 2015, if this is a problem the thing to fix is the C
library.

The implication of this patch is that future patches need not care about
HAVE_IPV6 = 0 and may remove ifdefs gratuitously.  This patch doesn't
remove these ifdefs to not create unneccessary churn.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Acked-by: Paul Jakma <paul@jakma.org>
buildtest.sh
configure.ac