-# $OpenBSD: rc.conf,v 1.214 2017/05/29 10:24:06 florian Exp $
+# $OpenBSD: rc.conf,v 1.215 2017/05/30 08:58:34 florian Exp $
# DO NOT EDIT THIS FILE!!
#
# be sure to set net.inet6.ip6.forwarding=1
sasyncd_flags=NO
sensorsd_flags=NO
-slaacd_flags=NO
+slaacd_flags=
slowcgi_flags=NO
smtpd_flags=
sndiod_flags=
-/* $OpenBSD: nd6_rtr.c,v 1.158 2017/05/16 12:24:04 mpi Exp $ */
+/* $OpenBSD: nd6_rtr.c,v 1.159 2017/05/30 08:58:34 florian Exp $ */
/* $KAME: nd6_rtr.c,v 1.97 2001/02/07 11:09:13 itojun Exp $ */
/*
void
nd6_rs_output_set_timo(int timeout)
{
+#ifndef SMALL_KERNEL
+ return;
+#endif /* SMALL_KERNEL */
nd6_rs_output_timeout = timeout;
timeout_add_sec(&nd6_rs_output_timer, nd6_rs_output_timeout);
}
if (ifp == NULL)
goto freeit;
+#ifndef SMALL_KERNEL
+ goto freeit;
+#endif /* SMALL_KERNEL */
+
/* We accept RAs only if inet6 autoconf is enabled */
if (!(ifp->if_xflags & IFXF_AUTOCONF6))
goto freeit;