diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-03-14 11:18:38 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-03-14 11:18:38 +0000 |
commit | 5a18c7a9fe3fc2c4b094c4b4dfb5aafee50542ad (patch) | |
tree | f94624e461aa0ec73946e93be411021d1f08e804 /sys/netinet6/in6.c | |
parent | 98260b7afb3fd0b4d628a36a1aa46eaebe4b72ca (diff) |
tedu faith(4), suggested by todd@ some weeks ago after a submission by
dhill.
ok krw@, mikeb@, tedu@ (implicit)
Diffstat (limited to 'sys/netinet6/in6.c')
-rw-r--r-- | sys/netinet6/in6.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/netinet6/in6.c b/sys/netinet6/in6.c index bd7dc11bdd4..618c45eabf4 100644 --- a/sys/netinet6/in6.c +++ b/sys/netinet6/in6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in6.c,v 1.106 2013/03/11 14:08:03 mpi Exp $ */ +/* $OpenBSD: in6.c,v 1.107 2013/03/14 11:18:37 mpi Exp $ */ /* $KAME: in6.c,v 1.372 2004/06/14 08:14:21 itojun Exp $ */ /* @@ -2436,14 +2436,6 @@ in6if_do_dad(struct ifnet *ifp) return (0); switch (ifp->if_type) { - case IFT_FAITH: - /* - * These interfaces do not have the IFF_LOOPBACK flag, - * but loop packets back. We do not have to do DAD on such - * interfaces. We should even omit it, because loop-backed - * NS would confuse the DAD procedure. - */ - return (0); #if NCARP > 0 case IFT_CARP: /* |