[BACK]Return to nd6_nbr.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet6

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet6/nd6_nbr.c between version 1.45 and 1.46

version 1.45, 2003/06/24 07:39:26 version 1.46, 2003/06/24 07:54:48
Line 781  nd6_na_input(m, off, icmp6len)
Line 781  nd6_na_input(m, off, icmp6len)
                         dr = defrouter_lookup(in6, rt->rt_ifp);                          dr = defrouter_lookup(in6, rt->rt_ifp);
                         if (dr)                          if (dr)
                                 defrtrlist_del(dr);                                  defrtrlist_del(dr);
                         else if (!ip6_forwarding && ip6_accept_rtadv) {                          else if (!ip6_forwarding) {
                                 /*                                  /*
                                  * Even if the neighbor is not in the default                                   * Even if the neighbor is not in the default
                                  * router list, the neighbor may be used                                   * router list, the neighbor may be used

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

CVSweb <webmaster@jp.NetBSD.org>