Skip to content

Commit

Permalink
- remove old MIP6 garbage.
Browse files Browse the repository at this point in the history
  • Loading branch information
keiichi committed Dec 4, 2001
1 parent dbea23a commit efd5209
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions kame/sys/netinet6/in6.c
@@ -1,4 +1,4 @@
/* $KAME: in6.c,v 1.250 2001/12/01 08:51:05 jinmei Exp $ */
/* $KAME: in6.c,v 1.251 2001/12/04 10:25:12 keiichi Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -1210,9 +1210,6 @@ in6_update_ifa(ifp, ifra, ia)
*/
ia->ia6_flags = ifra->ifra_flags;
ia->ia6_flags &= ~IN6_IFF_DUPLICATED; /* safety */
#if 0 /* MIP6 is now temporarily removed */
ia->ia6_flags &= ~IN6_IFF_NODAD; /* Mobile IPv6 */
#endif
#ifdef MIP6
if (hostIsNew && in6if_do_dad(ifp) && mip6_ifa_need_dad(ia))
#else /* MIP6 */
Expand Down

0 comments on commit efd5209

Please sign in to comment.