summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6_rtr.c
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-08-12 15:27:25 +0000
committerume <ume@FreeBSD.org>2005-08-12 15:27:25 +0000
commitfe6f4a34b35c56aa223badc3a9cfd6d7cd47b1ef (patch)
tree60d886cffab2850cd30d4925095be2ef3a2933f1 /sys/netinet6/nd6_rtr.c
parent387b90c32217bda41ca0a7a448036f5841161849 (diff)
downloadFreeBSD-src-fe6f4a34b35c56aa223badc3a9cfd6d7cd47b1ef.zip
FreeBSD-src-fe6f4a34b35c56aa223badc3a9cfd6d7cd47b1ef.tar.gz
- fix typo in comment.
- nuke unused code. Submitted by: suz Obtained from: KAME
Diffstat (limited to 'sys/netinet6/nd6_rtr.c')
-rw-r--r--sys/netinet6/nd6_rtr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/netinet6/nd6_rtr.c b/sys/netinet6/nd6_rtr.c
index 1b0792d..3b53536 100644
--- a/sys/netinet6/nd6_rtr.c
+++ b/sys/netinet6/nd6_rtr.c
@@ -1600,10 +1600,6 @@ in6_ifadd(pr, ifid)
* (4) it is easier to manage when an interface has addresses
* with the same interface identifier, than to have multiple addresses
* with different interface identifiers.
- *
- * Mobile IPv6 addition: allow for caller to specify a wished interface
- * ID. This is to not break connections when moving addresses between
- * interfaces.
*/
ifa = (struct ifaddr *)in6ifa_ifpforlinklocal(ifp, 0); /* 0 is OK? */
if (ifa)
OpenPOWER on IntegriCloud