-# $OpenBSD: dot.profile,v 1.37 2017/02/20 21:27:36 rpe Exp $
+# $OpenBSD: dot.profile,v 1.38 2017/07/08 15:45:11 florian Exp $
# $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $
#
# Copyright (c) 2009 Kenneth R. Westerback
# Create a fake rc that just returns 1 and throws us back.
echo ! : >/etc/rc
+ if [[ -x /sbin/slaacd ]]; then
+ /sbin/slaacd
+ fi
+
# Set up some sane defaults.
echo 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T'
stty newcrt werase ^W intr ^C kill ^U erase ^? status ^T
-/* $OpenBSD: nd6_rtr.c,v 1.161 2017/06/09 12:56:44 mpi Exp $ */
+/* $OpenBSD: nd6_rtr.c,v 1.162 2017/07/08 15:45:11 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))