diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2017-08-09 06:21:05 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2017-08-09 06:21:05 +0000 |
commit | 790e7528855adb28d1ac337e23109f1211190c4f (patch) | |
tree | eeba41678ea3bec8d4cee0f513397144890b6dfc /sys | |
parent | 2bac9fa2cfb83b81ab4a7831a0d91075bacff559 (diff) |
We are no longer processing router advertisements in the
kernel.
OK mpi
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet6/nd6_rtr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet6/nd6_rtr.c b/sys/netinet6/nd6_rtr.c index 886436ae863..51772d5814e 100644 --- a/sys/netinet6/nd6_rtr.c +++ b/sys/netinet6/nd6_rtr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nd6_rtr.c,v 1.163 2017/07/11 12:51:05 florian Exp $ */ +/* $OpenBSD: nd6_rtr.c,v 1.164 2017/08/09 06:21:04 florian Exp $ */ /* $KAME: nd6_rtr.c,v 1.97 2001/02/07 11:09:13 itojun Exp $ */ /* @@ -59,8 +59,6 @@ int rt6_deleteroute(struct rtentry *, void *, unsigned int); -extern int nd6_recalc_reachtm_interval; - /* * Receive Router Solicitation Message - just for routers. * Router solicitation/advertisement is mostly managed by userland program |