summaryrefslogtreecommitdiff
path: root/zebra/ipforward_sysctl.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2014-06-28 21:01:32 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-06-03 14:29:00 -0400
commita4247f4b69868486ca56ce530f94ae1d2c893dca (patch)
tree424e73f2c6f77fc370fc864f4d0569a3b36eeb1b /zebra/ipforward_sysctl.c
parent35c4bf71e58f766d5ceb7e8b1503fb8bc0df05da (diff)
build: remove AIX, NEC EWS and IRIX
Valar morghulis. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> Acked-by: Greg Troxel <gdt@ir.bbn.com> Acked-by: Feng Lu <lu.feng@6wind.com> Acked-by: Paul Jakma <paul@jakma.org>
Diffstat (limited to 'zebra/ipforward_sysctl.c')
-rw-r--r--zebra/ipforward_sysctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/ipforward_sysctl.c b/zebra/ipforward_sysctl.c
index 185aee3ee0..882441826f 100644
--- a/zebra/ipforward_sysctl.c
+++ b/zebra/ipforward_sysctl.c
@@ -106,7 +106,7 @@ int mib_ipv6[MIB_SIZ] =
{
CTL_NET,
PF_INET6,
-#if defined(KAME) || (defined(__bsdi__) && _BSDI_VERSION >= 199802 ) || defined(NRL)
+#if defined(KAME) || defined(NRL)
IPPROTO_IPV6,
IPV6CTL_FORWARDING
#else /* NOT KAME */