mcast: Use M_INTWAIT for multicast addresses allocation
[dragonfly.git] / sys / netinet6 / in6.c
1 /*      $FreeBSD: src/sys/netinet6/in6.c,v 1.7.2.9 2002/04/28 05:40:26 suz Exp $        */
2 /*      $KAME: in6.c,v 1.259 2002/01/21 11:37:50 keiichi Exp $  */
3
4 /*
5  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
6  * All rights reserved.
7  *
8  * Redistribution and use in source and binary forms, with or without
9  * modification, are permitted provided that the following conditions
10  * are met:
11  * 1. Redistributions of source code must retain the above copyright
12  *    notice, this list of conditions and the following disclaimer.
13  * 2. Redistributions in binary form must reproduce the above copyright
14  *    notice, this list of conditions and the following disclaimer in the
15  *    documentation and/or other materials provided with the distribution.
16  * 3. Neither the name of the project nor the names of its contributors
17  *    may be used to endorse or promote products derived from this software
18  *    without specific prior written permission.
19  *
20  * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
21  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23  * ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
24  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30  * SUCH DAMAGE.
31  */
32
33 /*
34  * Copyright (c) 1982, 1986, 1991, 1993
35  *      The Regents of the University of California.  All rights reserved.
36  *
37  * Redistribution and use in source and binary forms, with or without
38  * modification, are permitted provided that the following conditions
39  * are met:
40  * 1. Redistributions of source code must retain the above copyright
41  *    notice, this list of conditions and the following disclaimer.
42  * 2. Redistributions in binary form must reproduce the above copyright
43  *    notice, this list of conditions and the following disclaimer in the
44  *    documentation and/or other materials provided with the distribution.
45  * 3. Neither the name of the University nor the names of its contributors
46  *    may be used to endorse or promote products derived from this software
47  *    without specific prior written permission.
48  *
49  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
50  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
51  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
52  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
53  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
54  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
55  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
56  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
57  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
58  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
59  * SUCH DAMAGE.
60  *
61  *      @(#)in.c        8.2 (Berkeley) 11/15/93
62  */
63
64 #include "opt_inet.h"
65 #include "opt_inet6.h"
66
67 #include <sys/param.h>
68 #include <sys/errno.h>
69 #include <sys/malloc.h>
70 #include <sys/socket.h>
71 #include <sys/socketvar.h>
72 #include <sys/sockio.h>
73 #include <sys/systm.h>
74 #include <sys/proc.h>
75 #include <sys/priv.h>
76 #include <sys/time.h>
77 #include <sys/kernel.h>
78 #include <sys/syslog.h>
79 #include <sys/jail.h>
80
81 #include <sys/thread2.h>
82 #include <sys/msgport2.h>
83
84 #include <net/if.h>
85 #include <net/if_types.h>
86 #include <net/route.h>
87 #include <net/if_dl.h>
88 #include <net/netmsg2.h>
89 #include <net/netisr2.h>
90
91 #include <netinet/in.h>
92 #include <netinet/in_var.h>
93 #include <netinet/if_ether.h>
94 #include <netinet/in_systm.h>
95 #include <netinet/ip.h>
96 #include <netinet/in_pcb.h>
97
98 #include <netinet/ip6.h>
99 #include <netinet6/ip6_var.h>
100 #include <netinet6/nd6.h>
101 #include <netinet6/mld6_var.h>
102 #include <netinet6/ip6_mroute.h>
103 #include <netinet6/in6_ifattach.h>
104 #include <netinet6/scope6_var.h>
105 #include <netinet6/in6_pcb.h>
106 #include <netinet6/in6_var.h>
107
108 #include <net/net_osdep.h>
109
110 /*
111  * Definitions of some costant IP6 addresses.
112  */
113 const struct in6_addr kin6addr_any = IN6ADDR_ANY_INIT;
114 const struct in6_addr kin6addr_loopback = IN6ADDR_LOOPBACK_INIT;
115 const struct in6_addr kin6addr_nodelocal_allnodes =
116         IN6ADDR_NODELOCAL_ALLNODES_INIT;
117 const struct in6_addr kin6addr_linklocal_allnodes =
118         IN6ADDR_LINKLOCAL_ALLNODES_INIT;
119 const struct in6_addr kin6addr_linklocal_allrouters =
120         IN6ADDR_LINKLOCAL_ALLROUTERS_INIT;
121
122 const struct in6_addr in6mask0 = IN6MASK0;
123 const struct in6_addr in6mask32 = IN6MASK32;
124 const struct in6_addr in6mask64 = IN6MASK64;
125 const struct in6_addr in6mask96 = IN6MASK96;
126 const struct in6_addr in6mask128 = IN6MASK128;
127
128 const struct sockaddr_in6 sa6_any = {sizeof(sa6_any), AF_INET6,
129                                      0, 0, IN6ADDR_ANY_INIT, 0};
130
131 static int in6_lifaddr_ioctl (u_long, caddr_t, struct ifnet *,
132              struct thread *);
133 static int in6_ifinit (struct ifnet *, struct in6_ifaddr *,
134                            struct sockaddr_in6 *, int);
135 static void in6_unlink_ifa (struct in6_ifaddr *, struct ifnet *);
136 static void in6_ifloop_request_callback(int, int, struct rt_addrinfo *, struct rtentry *, void *);
137
138 static void     in6_control_internal_dispatch(netmsg_t);
139 static int      in6_control_internal(u_long, caddr_t, struct ifnet *,
140                     struct thread *);
141
142 struct in6_multihead in6_multihead;     /* XXX BSS initialization */
143
144 int     (*faithprefix_p)(struct in6_addr *);
145
146 /*
147  * Subroutine for in6_ifaddloop() and in6_ifremloop().
148  * This routine does actual work.
149  */
150 static void
151 in6_ifloop_request(int cmd, struct ifaddr *ifa)
152 {
153         struct sockaddr_in6 all1_sa;
154         struct rt_addrinfo rtinfo;
155         int error;
156
157         bzero(&all1_sa, sizeof(all1_sa));
158         all1_sa.sin6_family = AF_INET6;
159         all1_sa.sin6_len = sizeof(struct sockaddr_in6);
160         all1_sa.sin6_addr = in6mask128;
161
162         /*
163          * We specify the address itself as the gateway, and set the
164          * RTF_LLINFO flag, so that the corresponding host route would have
165          * the flag, and thus applications that assume traditional behavior
166          * would be happy.  Note that we assume the caller of the function
167          * (probably implicitly) set nd6_rtrequest() to ifa->ifa_rtrequest,
168          * which changes the outgoing interface to the loopback interface.
169          */
170         bzero(&rtinfo, sizeof(struct rt_addrinfo));
171         rtinfo.rti_info[RTAX_DST] = ifa->ifa_addr;
172         rtinfo.rti_info[RTAX_GATEWAY] = ifa->ifa_addr;
173         rtinfo.rti_info[RTAX_NETMASK] = (struct sockaddr *)&all1_sa;
174         rtinfo.rti_flags = RTF_UP|RTF_HOST|RTF_LLINFO;
175
176         error = rtrequest1_global(cmd, &rtinfo,
177             in6_ifloop_request_callback, ifa, RTREQ_PRIO_NORM);
178         if (error != 0) {
179                 log(LOG_ERR, "in6_ifloop_request: "
180                     "%s operation failed for %s (errno=%d)\n",
181                     cmd == RTM_ADD ? "ADD" : "DELETE",
182                     ip6_sprintf(&((struct in6_ifaddr *)ifa)->ia_addr.sin6_addr),
183                     error);
184         }
185 }
186
187 static void
188 in6_ifloop_request_callback(int cmd, int error, struct rt_addrinfo *rtinfo,
189                             struct rtentry *rt, void *arg)
190 {
191         struct ifaddr *ifa = arg;
192
193         if (error)
194                 goto done;
195
196         /*
197          * Make sure rt_ifa be equal to IFA, the second argument of the
198          * function.
199          * We need this because when we refer to rt_ifa->ia6_flags in
200          * ip6_input, we assume that the rt_ifa points to the address instead
201          * of the loopback address.
202          */
203         if (cmd == RTM_ADD && rt && ifa != rt->rt_ifa) {
204                 ++rt->rt_refcnt;
205                 IFAFREE(rt->rt_ifa);
206                 IFAREF(ifa);
207                 rt->rt_ifa = ifa;
208                 --rt->rt_refcnt;
209         }
210
211         /*
212          * Report the addition/removal of the address to the routing socket.
213          * XXX: since we called rtinit for a p2p interface with a destination,
214          *      we end up reporting twice in such a case.  Should we rather
215          *      omit the second report?
216          */
217         if (rt) {
218                 if (mycpuid == 0)
219                         rt_newaddrmsg(cmd, ifa, error, rt);
220                 if (cmd == RTM_DELETE) {
221                         if (rt->rt_refcnt == 0) {
222                                 ++rt->rt_refcnt;
223                                 rtfree(rt);
224                         }
225                 }
226         }
227 done:
228         /* no way to return any new error */
229         ;
230 }
231
232 /*
233  * Add ownaddr as loopback rtentry.  We previously add the route only if
234  * necessary (ex. on a p2p link).  However, since we now manage addresses
235  * separately from prefixes, we should always add the route.  We can't
236  * rely on the cloning mechanism from the corresponding interface route
237  * any more.
238  */
239 void
240 in6_ifaddloop(struct ifaddr *ifa)
241 {
242         struct rtentry *rt;
243
244         /* If there is no loopback entry, allocate one. */
245         rt = rtpurelookup(ifa->ifa_addr);
246         if (rt == NULL || !(rt->rt_flags & RTF_HOST) ||
247             !(rt->rt_ifp->if_flags & IFF_LOOPBACK))
248                 in6_ifloop_request(RTM_ADD, ifa);
249         if (rt != NULL)
250                 rt->rt_refcnt--;
251 }
252
253 /*
254  * Remove loopback rtentry of ownaddr generated by in6_ifaddloop(),
255  * if it exists.
256  */
257 void
258 in6_ifremloop(struct ifaddr *ifa)
259 {
260         struct in6_ifaddr *ia;
261         struct rtentry *rt;
262         int ia_count = 0;
263
264         /*
265          * Some of BSD variants do not remove cloned routes
266          * from an interface direct route, when removing the direct route
267          * (see comments in net/net_osdep.h).  Even for variants that do remove
268          * cloned routes, they could fail to remove the cloned routes when
269          * we handle multple addresses that share a common prefix.
270          * So, we should remove the route corresponding to the deleted address
271          * regardless of the result of in6_is_ifloop_auto().
272          */
273
274         /*
275          * Delete the entry only if exact one ifa exists.  More than one ifa
276          * can exist if we assign a same single address to multiple
277          * (probably p2p) interfaces.
278          * XXX: we should avoid such a configuration in IPv6...
279          */
280         for (ia = in6_ifaddr; ia; ia = ia->ia_next) {
281                 if (IN6_ARE_ADDR_EQUAL(IFA_IN6(ifa), &ia->ia_addr.sin6_addr)) {
282                         ia_count++;
283                         if (ia_count > 1)
284                                 break;
285                 }
286         }
287
288         if (ia_count == 1) {
289                 /*
290                  * Before deleting, check if a corresponding loopbacked host
291                  * route surely exists.  With this check, we can avoid to
292                  * delete an interface direct route whose destination is same
293                  * as the address being removed.  This can happen when remofing
294                  * a subnet-router anycast address on an interface attahced
295                  * to a shared medium.
296                  */
297                 rt = rtpurelookup(ifa->ifa_addr);
298                 if (rt != NULL && (rt->rt_flags & RTF_HOST) &&
299                     (rt->rt_ifp->if_flags & IFF_LOOPBACK)) {
300                         rt->rt_refcnt--;
301                         in6_ifloop_request(RTM_DELETE, ifa);
302                 }
303         }
304 }
305
306 int
307 in6_ifindex2scopeid(int idx)
308 {
309         struct ifnet *ifp;
310         struct sockaddr_in6 *sin6;
311         struct ifaddr_container *ifac;
312
313         if (idx < 0 || if_index < idx)
314                 return -1;
315         ifp = ifindex2ifnet[idx];
316
317         TAILQ_FOREACH(ifac, &ifp->if_addrheads[mycpuid], ifa_link)
318         {
319                 struct ifaddr *ifa = ifac->ifa;
320
321                 if (ifa->ifa_addr->sa_family != AF_INET6)
322                         continue;
323                 sin6 = (struct sockaddr_in6 *)ifa->ifa_addr;
324                 if (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr))
325                         return sin6->sin6_scope_id & 0xffff;
326         }
327
328         return -1;
329 }
330
331 int
332 in6_mask2len(const struct in6_addr *mask, const u_char *lim0)
333 {
334         int x = 0, y;
335         const u_char *lim = lim0, *p;
336
337         if (lim0 == NULL ||
338             lim0 - (const u_char *)mask > sizeof(*mask)) {
339                 /* Ignore the scope_id part */
340                 lim = (const u_char *)mask + sizeof(*mask);
341         }
342         for (p = (const u_char *)mask; p < lim; x++, p++) {
343                 if (*p != 0xff)
344                         break;
345         }
346         y = 0;
347         if (p < lim) {
348                 for (y = 0; y < 8; y++) {
349                         if ((*p & (0x80 >> y)) == 0)
350                                 break;
351                 }
352         }
353
354         /*
355          * When the limit pointer is given, do a stricter check on the
356          * remaining bits.
357          */
358         if (p < lim) {
359                 if (y != 0 && (*p & (0x00ff >> y)) != 0)
360                         return (-1);
361                 for (p = p + 1; p < lim; p++)
362                         if (*p != 0)
363                                 return (-1);
364         }
365
366         return x * 8 + y;
367 }
368
369 void
370 in6_len2mask(struct in6_addr *mask, int len)
371 {
372         int i;
373
374         bzero(mask, sizeof(*mask));
375         for (i = 0; i < len / 8; i++)
376                 mask->s6_addr8[i] = 0xff;
377         if (len % 8)
378                 mask->s6_addr8[i] = (0xff00 >> (len % 8)) & 0xff;
379 }
380
381 #define ifa2ia6(ifa)    ((struct in6_ifaddr *)(ifa))
382 #define ia62ifa(ia6)    (&((ia6)->ia_ifa))
383
384 void
385 in6_control_dispatch(netmsg_t msg)
386 {
387         int error;
388
389         error = in6_control(msg->control.nm_cmd,
390                             msg->control.nm_data,
391                             msg->control.nm_ifp,
392                             msg->control.nm_td);
393         lwkt_replymsg(&msg->control.base.lmsg, error);
394 }
395
396 int
397 in6_control(u_long cmd, caddr_t data, struct ifnet *ifp, struct thread *td)
398 {
399         struct netmsg_pru_control msg;
400
401         switch (cmd) {
402         case SIOCSIFPREFIX_IN6:
403         case SIOCDIFPREFIX_IN6:
404         case SIOCAIFPREFIX_IN6:
405         case SIOCCIFPREFIX_IN6:
406         case SIOCSGIFPREFIX_IN6:
407         case SIOCGIFPREFIX_IN6:
408                 log(LOG_NOTICE, "prefix ioctls are now invalidated. "
409                     "please use ifconfig.\n");
410                 return (EOPNOTSUPP);
411
412         case SIOCSIFADDR_IN6:
413         case SIOCSIFDSTADDR_IN6:
414         case SIOCSIFNETMASK_IN6:
415                 /*
416                  * Since IPv6 allows a node to assign multiple addresses
417                  * on a single interface, SIOCSIFxxx ioctls are not suitable
418                  * and should be unused.
419                  */
420                 /* We decided to obsolete this command (20000704) */
421                 return (EINVAL);
422
423         case SIOCSIFADDR:
424         case SIOCSIFDSTADDR:
425         case SIOCSIFBRDADDR:
426         case SIOCSIFNETMASK:
427                 /*
428                  * Do not pass those ioctl to driver handler since they are not
429                  * properly setup.  Instead just error out.
430                  */
431                 return (EOPNOTSUPP);
432
433         /* mroute */
434         case SIOCGETSGCNT_IN6:
435         case SIOCGETMIFCNT_IN6:
436         /* srcsel policy */
437         case SIOCAADDRCTL_POLICY:
438         case SIOCDADDRCTL_POLICY:
439         /* nd6 */
440         case SIOCSNDFLUSH_IN6:
441         case SIOCSPFXFLUSH_IN6:
442         case SIOCSRTRFLUSH_IN6:
443         case SIOCSDEFIFACE_IN6:
444         case SIOCSIFINFO_FLAGS:
445         case OSIOCGIFINFO_IN6:
446         case SIOCGIFINFO_IN6:
447         case SIOCGDRLST_IN6:
448         case SIOCGPRLST_IN6:
449         case SIOCGNBRINFO_IN6:
450         case SIOCGDEFIFACE_IN6:
451         /* scope6 */
452         case SIOCSSCOPE6:
453         case SIOCGSCOPE6:
454         case SIOCGSCOPE6DEF:
455         /* change address */
456         case SIOCALIFADDR:
457         case SIOCDLIFADDR:
458         case SIOCSIFALIFETIME_IN6:
459         case SIOCAIFADDR_IN6:
460         case SIOCDIFADDR_IN6:
461                 /*
462                  * Dispatch these SIOCs to netisr0.
463                  */
464                 netmsg_init(&msg.base, NULL, &curthread->td_msgport, 0,
465                     in6_control_internal_dispatch);
466                 msg.nm_cmd = cmd;
467                 msg.nm_data = data;
468                 msg.nm_ifp = ifp;
469                 msg.nm_td = td;
470                 lwkt_domsg(netisr_cpuport(0), &msg.base.lmsg, 0);
471                 return msg.base.lmsg.ms_error;
472
473         default:
474                 return in6_control_internal(cmd, data, ifp, td);
475         }
476 }
477
478 static void
479 in6_control_internal_dispatch(netmsg_t msg)
480 {
481         int error;
482
483         error = in6_control_internal(msg->control.nm_cmd, msg->control.nm_data,
484             msg->control.nm_ifp, msg->control.nm_td);
485         lwkt_replymsg(&msg->lmsg, error);
486 }
487
488 static int
489 in6_control_internal(u_long cmd, caddr_t data, struct ifnet *ifp,
490     struct thread *td)
491 {
492         struct in6_ifreq *ifr = (struct in6_ifreq *)data;
493         struct in6_ifaddr *ia = NULL;
494         struct in6_aliasreq *ifra = (struct in6_aliasreq *)data;
495         struct in6_ifextra *xtra;
496         boolean_t privileged;
497         int error;
498
499         privileged = FALSE;
500         if (priv_check(td, PRIV_ROOT) == 0)
501                 privileged = TRUE;
502
503         switch (cmd) {
504         case SIOCALIFADDR:
505         case SIOCDLIFADDR:
506                 if (!privileged)
507                         return (EPERM);
508                 /* FALLTHROUGH */
509         case SIOCGLIFADDR:
510                 if (ifp == NULL)
511                         return (EOPNOTSUPP);
512                 return in6_lifaddr_ioctl(cmd, data, ifp, td);
513         }
514
515         switch (cmd) {
516         case SIOCGETSGCNT_IN6:
517         case SIOCGETMIFCNT_IN6:
518                 return (mrt6_ioctl(cmd, data));
519         }
520
521         switch(cmd) {
522         case SIOCAADDRCTL_POLICY:
523         case SIOCDADDRCTL_POLICY:
524                 if (!privileged)
525                         return (EPERM);
526                 return (in6_src_ioctl(cmd, data));
527         }
528
529         if (ifp == NULL)
530                 return (EOPNOTSUPP);
531
532         switch (cmd) {
533         case SIOCSNDFLUSH_IN6:
534         case SIOCSPFXFLUSH_IN6:
535         case SIOCSRTRFLUSH_IN6:
536         case SIOCSDEFIFACE_IN6:
537         case SIOCSIFINFO_FLAGS:
538                 if (!privileged)
539                         return (EPERM);
540                 /* FALLTHROUGH */
541         case OSIOCGIFINFO_IN6:
542         case SIOCGIFINFO_IN6:
543         case SIOCGDRLST_IN6:
544         case SIOCGPRLST_IN6:
545         case SIOCGNBRINFO_IN6:
546         case SIOCGDEFIFACE_IN6:
547                 return (nd6_ioctl(cmd, data, ifp));
548         }
549
550         switch (cmd) {
551         case SIOCSSCOPE6:
552                 if (!privileged)
553                         return (EPERM);
554                 return (scope6_set(ifp,
555                         (struct scope6_id *)ifr->ifr_ifru.ifru_scope_id));
556
557         case SIOCGSCOPE6:
558                 return (scope6_get(ifp,
559                         (struct scope6_id *)ifr->ifr_ifru.ifru_scope_id));
560
561         case SIOCGSCOPE6DEF:
562                 return (scope6_get_default((struct scope6_id *)
563                         ifr->ifr_ifru.ifru_scope_id));
564         }
565
566         /*
567          * Find address for this interface, if it exists.
568          */
569         if (ifra->ifra_addr.sin6_family == AF_INET6) { /* XXX */
570                 struct sockaddr_in6 *sa6 =
571                     (struct sockaddr_in6 *)&ifra->ifra_addr;
572
573                 if (IN6_IS_ADDR_LINKLOCAL(&sa6->sin6_addr)) {
574                         if (sa6->sin6_addr.s6_addr16[1] == 0) {
575                                 /* Link ID is not embedded by the user */
576                                 sa6->sin6_addr.s6_addr16[1] =
577                                     htons(ifp->if_index);
578                         } else if (sa6->sin6_addr.s6_addr16[1] !=
579                             htons(ifp->if_index)) {
580                                 /* Link ID contradicts */
581                                 return (EINVAL);
582                         }
583                         if (sa6->sin6_scope_id) {
584                                 if (sa6->sin6_scope_id !=
585                                     (u_int32_t)ifp->if_index)
586                                         return (EINVAL);
587                                 sa6->sin6_scope_id = 0; /* XXX: good way? */
588                         }
589                 }
590                 ia = in6ifa_ifpwithaddr(ifp, &ifra->ifra_addr.sin6_addr);
591         }
592
593         switch (cmd) {
594         case SIOCDIFADDR_IN6:
595                 /*
596                  * For IPv4, we look for existing in_ifaddr here to allow
597                  * "ifconfig if0 delete" to remove first IPv4 address on the
598                  * interface.  For IPv6, as the spec allow multiple interface
599                  * address from the day one, we consider "remove the first one"
600                  * semantics to be not preferable.
601                  */
602                 if (ia == NULL)
603                         return (EADDRNOTAVAIL);
604                 /* FALLTHROUGH */
605         case SIOCAIFADDR_IN6:
606                 /*
607                  * We always require users to specify a valid IPv6 address for
608                  * the corresponding operation.
609                  */
610                 if (ifra->ifra_addr.sin6_family != AF_INET6 ||
611                     ifra->ifra_addr.sin6_len != sizeof(struct sockaddr_in6))
612                         return (EAFNOSUPPORT);
613                 if (!privileged)
614                         return (EPERM);
615                 break;
616
617         case SIOCGIFADDR_IN6:
618                 /* This interface is basically deprecated.  Use SIOCGIFCONF. */
619                 /* FALLTHROUGH */
620         case SIOCGIFAFLAG_IN6:
621         case SIOCGIFNETMASK_IN6:
622         case SIOCGIFDSTADDR_IN6:
623         case SIOCGIFALIFETIME_IN6:
624                 /* Must think again about its semantics */
625                 if (ia == NULL)
626                         return (EADDRNOTAVAIL);
627                 break;
628
629         case SIOCSIFALIFETIME_IN6:
630             {
631                 const struct in6_addrlifetime *lt;
632
633                 if (!privileged)
634                         return (EPERM);
635                 if (ia == NULL)
636                         return (EADDRNOTAVAIL);
637                 /* Sanity for overflow - beware unsigned */
638                 lt = &ifr->ifr_ifru.ifru_lifetime;
639                 if (lt->ia6t_vltime != ND6_INFINITE_LIFETIME &&
640                     lt->ia6t_vltime + time_uptime < time_uptime)
641                         return EINVAL;
642                 if (lt->ia6t_pltime != ND6_INFINITE_LIFETIME &&
643                     lt->ia6t_pltime + time_uptime < time_uptime)
644                         return EINVAL;
645                 break;
646             }
647         }
648
649         switch (cmd) {
650         case SIOCGIFADDR_IN6:
651                 ifr->ifr_addr = ia->ia_addr;
652                 break;
653
654         case SIOCGIFDSTADDR_IN6:
655                 if (!(ifp->if_flags & IFF_POINTOPOINT))
656                         return (EINVAL);
657                 /*
658                  * XXX: Should we check if ifa_dstaddr is NULL and return
659                  * an error?
660                  */
661                 ifr->ifr_dstaddr = ia->ia_dstaddr;
662                 break;
663
664         case SIOCGIFNETMASK_IN6:
665                 ifr->ifr_addr = ia->ia_prefixmask;
666                 break;
667
668         case SIOCGIFAFLAG_IN6:
669                 ifr->ifr_ifru.ifru_flags6 = ia->ia6_flags;
670                 break;
671
672         case SIOCGIFSTAT_IN6:
673                 if ((xtra = ifp->if_afdata[AF_INET6]) == NULL)
674                         return EINVAL;
675                 bzero(&ifr->ifr_ifru.ifru_stat,
676                     sizeof(ifr->ifr_ifru.ifru_stat));
677                 ifr->ifr_ifru.ifru_stat = *xtra->in6_ifstat;
678                 break;
679
680         case SIOCGIFSTAT_ICMP6:
681                 if ((xtra = ifp->if_afdata[AF_INET6]) == NULL)
682                         return EINVAL;
683                 bzero(&ifr->ifr_ifru.ifru_stat,
684                     sizeof(ifr->ifr_ifru.ifru_icmp6stat));
685                 ifr->ifr_ifru.ifru_icmp6stat = *xtra->icmp6_ifstat;
686                 break;
687
688         case SIOCGIFALIFETIME_IN6:
689                 ifr->ifr_ifru.ifru_lifetime = ia->ia6_lifetime;
690                 break;
691
692         case SIOCSIFALIFETIME_IN6:
693                 ia->ia6_lifetime = ifr->ifr_ifru.ifru_lifetime;
694                 if (ia->ia6_lifetime.ia6t_vltime != ND6_INFINITE_LIFETIME) {
695                         ia->ia6_lifetime.ia6t_expire =
696                             time_uptime + ia->ia6_lifetime.ia6t_vltime;
697                 } else {
698                         ia->ia6_lifetime.ia6t_expire = 0;
699                 }
700                 if (ia->ia6_lifetime.ia6t_pltime != ND6_INFINITE_LIFETIME) {
701                         ia->ia6_lifetime.ia6t_preferred =
702                             time_uptime + ia->ia6_lifetime.ia6t_pltime;
703                 } else {
704                         ia->ia6_lifetime.ia6t_preferred = 0;
705                 }
706                 break;
707
708         case SIOCAIFADDR_IN6:
709         {
710                 int i, error = 0, iaIsNew;
711                 struct nd_prefix pr0, *pr;
712
713                 if (ia != NULL)
714                         iaIsNew = 0;
715                 else
716                         iaIsNew = 1;
717
718                 /*
719                  * First, make or update the interface address structure,
720                  * and link it to the list.
721                  */
722                 if ((error = in6_update_ifa(ifp, ifra, ia)) != 0)
723                         return (error);
724
725                 /*
726                  * Then, make the prefix on-link on the interface.
727                  * XXX: We'd rather create the prefix before the address, but
728                  * we need at least one address to install the corresponding
729                  * interface route, so we configure the address first.
730                  */
731
732                 /*
733                  * Convert mask to prefix length (prefixmask has already
734                  * been validated in in6_update_ifa().
735                  */
736                 bzero(&pr0, sizeof(pr0));
737                 pr0.ndpr_ifp = ifp;
738                 pr0.ndpr_plen = in6_mask2len(&ifra->ifra_prefixmask.sin6_addr,
739                     NULL);
740                 if (pr0.ndpr_plen == 128)
741                         break;  /* no need to install a host route. */
742                 pr0.ndpr_prefix = ifra->ifra_addr;
743                 pr0.ndpr_mask = ifra->ifra_prefixmask.sin6_addr;
744                 /* Apply the mask for safety. */
745                 for (i = 0; i < 4; i++) {
746                         pr0.ndpr_prefix.sin6_addr.s6_addr32[i] &=
747                             ifra->ifra_prefixmask.sin6_addr.s6_addr32[i];
748                 }
749                 /*
750                  * XXX: Since we don't have an API to set prefix (not address)
751                  * lifetimes, we just use the same lifetimes as addresses.
752                  * The (temporarily) installed lifetimes can be overridden by
753                  * later advertised RAs (when accept_rtadv is non 0), which is
754                  * an intended behavior.
755                  */
756                 pr0.ndpr_raf_onlink = 1; /* should be configurable? */
757                 pr0.ndpr_raf_auto =
758                     ((ifra->ifra_flags & IN6_IFF_AUTOCONF) != 0);
759                 pr0.ndpr_vltime = ifra->ifra_lifetime.ia6t_vltime;
760                 pr0.ndpr_pltime = ifra->ifra_lifetime.ia6t_pltime;
761
762                 /* Add the prefix if there's one. */
763                 if ((pr = nd6_prefix_lookup(&pr0)) == NULL) {
764                         /*
765                          * nd6_prelist_add will install the corresponding
766                          * interface route.
767                          */
768                         if ((error = nd6_prelist_add(&pr0, NULL, &pr)) != 0)
769                                 return (error);
770                         if (pr == NULL) {
771                                 log(LOG_ERR, "nd6_prelist_add succeeded but "
772                                     "no prefix\n");
773                                 return (EINVAL); /* XXX panic here? */
774                         }
775                 }
776
777                 ia = in6ifa_ifpwithaddr(ifp, &ifra->ifra_addr.sin6_addr);
778                 if (ia == NULL) {
779                         /* XXX: This should not happen! */
780                         log(LOG_ERR, "in6_control: addition succeeded, but"
781                             " no ifaddr\n");
782                 } else {
783                         if ((ia->ia6_flags & IN6_IFF_AUTOCONF) &&
784                             ia->ia6_ndpr == NULL) {
785                                 /*
786                                  * New autoconf address
787                                  */
788                                 ia->ia6_ndpr = pr;
789                                 pr->ndpr_refcnt++;
790
791                                 /*
792                                  * If this is the first autoconf address from
793                                  * the prefix, create a temporary address
794                                  * as well (when specified).
795                                  */
796                                 if (ip6_use_tempaddr && pr->ndpr_refcnt == 1) {
797                                         int e;
798
799                                         if ((e = in6_tmpifadd(ia, 1)) != 0) {
800                                                 log(LOG_NOTICE, "in6_control: "
801                                                     "failed to create a "
802                                                     "temporary address, "
803                                                     "errno=%d\n", e);
804                                         }
805                                 }
806                         }
807
808                         /*
809                          * This might affect the status of autoconfigured
810                          * addresses, that is, this address might make
811                          * other addresses detached.
812                          */
813                         pfxlist_onlink_check();
814                 }
815                 if (error == 0 && ia) {
816                         EVENTHANDLER_INVOKE(ifaddr_event, ifp,
817                             iaIsNew ? IFADDR_EVENT_ADD : IFADDR_EVENT_CHANGE,
818                             &ia->ia_ifa);
819                 }
820                 break;
821         }
822
823         case SIOCDIFADDR_IN6:
824         {
825                 int i = 0;
826                 struct nd_prefix pr0, *pr;
827
828                 /*
829                  * If the address being deleted is the only one that owns
830                  * the corresponding prefix, expire the prefix as well.
831                  * XXX: Theoretically, we don't have to warry about such
832                  * relationship, since we separate the address management
833                  * and the prefix management.  We do this, however, to provide
834                  * as much backward compatibility as possible in terms of
835                  * the ioctl operation.
836                  */
837                 bzero(&pr0, sizeof(pr0));
838                 pr0.ndpr_ifp = ifp;
839                 pr0.ndpr_plen = in6_mask2len(&ia->ia_prefixmask.sin6_addr,
840                     NULL);
841                 if (pr0.ndpr_plen == 128)
842                         goto purgeaddr;
843                 pr0.ndpr_prefix = ia->ia_addr;
844                 pr0.ndpr_mask = ia->ia_prefixmask.sin6_addr;
845                 for (i = 0; i < 4; i++) {
846                         pr0.ndpr_prefix.sin6_addr.s6_addr32[i] &=
847                             ia->ia_prefixmask.sin6_addr.s6_addr32[i];
848                 }
849                 /*
850                  * The logic of the following condition is a bit complicated.
851                  * We expire the prefix when
852                  * 1. The address obeys autoconfiguration and it is the
853                  *    only owner of the associated prefix, or
854                  * 2. The address does not obey autoconf and there is no
855                  *    other owner of the prefix.
856                  */
857                 if ((pr = nd6_prefix_lookup(&pr0)) != NULL &&
858                     (((ia->ia6_flags & IN6_IFF_AUTOCONF) &&
859                       pr->ndpr_refcnt == 1) ||
860                      (!(ia->ia6_flags & IN6_IFF_AUTOCONF) &&
861                       pr->ndpr_refcnt == 0)))
862                         pr->ndpr_expire = 1; /* XXX: just for expiration */
863
864 purgeaddr:
865                 EVENTHANDLER_INVOKE(ifaddr_event, ifp, IFADDR_EVENT_DELETE,
866                     &ia->ia_ifa);
867                 in6_purgeaddr(&ia->ia_ifa);
868                 break;
869         }
870
871         default:
872                 if (ifp->if_ioctl == NULL)
873                         return (EOPNOTSUPP);
874                 ifnet_serialize_all(ifp);
875                 error = ifp->if_ioctl(ifp, cmd, data, td->td_proc->p_ucred);
876                 ifnet_deserialize_all(ifp);
877                 return (error);
878         }
879
880         return (0);
881 }
882
883 /*
884  * Update parameters of an IPv6 interface address.
885  * If necessary, a new entry is created and linked into address chains.
886  * This function is separated from in6_control().
887  * XXX: should this be performed under splnet()?
888  */
889 int
890 in6_update_ifa(struct ifnet *ifp, struct in6_aliasreq *ifra,
891                struct in6_ifaddr *ia)
892 {
893         int error = 0, hostIsNew = 0, plen = -1;
894         struct in6_ifaddr *oia;
895         struct sockaddr_in6 dst6;
896         struct in6_addrlifetime *lt;
897
898         /* Validate parameters */
899         if (ifp == NULL || ifra == NULL) /* this maybe redundant */
900                 return (EINVAL);
901
902         /*
903          * The destination address for a p2p link must have a family
904          * of AF_UNSPEC or AF_INET6.
905          */
906         if ((ifp->if_flags & IFF_POINTOPOINT) &&
907             ifra->ifra_dstaddr.sin6_family != AF_INET6 &&
908             ifra->ifra_dstaddr.sin6_family != AF_UNSPEC)
909                 return (EAFNOSUPPORT);
910         /*
911          * validate ifra_prefixmask.  don't check sin6_family, netmask
912          * does not carry fields other than sin6_len.
913          */
914         if (ifra->ifra_prefixmask.sin6_len > sizeof(struct sockaddr_in6))
915                 return (EINVAL);
916         /*
917          * Because the IPv6 address architecture is classless, we require
918          * users to specify a (non 0) prefix length (mask) for a new address.
919          * We also require the prefix (when specified) mask is valid, and thus
920          * reject a non-consecutive mask.
921          */
922         if (ia == NULL && ifra->ifra_prefixmask.sin6_len == 0)
923                 return (EINVAL);
924         if (ifra->ifra_prefixmask.sin6_len != 0) {
925                 plen = in6_mask2len(&ifra->ifra_prefixmask.sin6_addr,
926                                     (u_char *)&ifra->ifra_prefixmask +
927                                     ifra->ifra_prefixmask.sin6_len);
928                 if (plen <= 0)
929                         return (EINVAL);
930         }
931         else {
932                 /*
933                  * In this case, ia must not be NULL.  We just use its prefix
934                  * length.
935                  */
936                 plen = in6_mask2len(&ia->ia_prefixmask.sin6_addr, NULL);
937         }
938         /*
939          * If the destination address on a p2p interface is specified,
940          * and the address is a scoped one, validate/set the scope
941          * zone identifier.
942          */
943         dst6 = ifra->ifra_dstaddr;
944         if ((ifp->if_flags & (IFF_POINTOPOINT|IFF_LOOPBACK)) &&
945             (dst6.sin6_family == AF_INET6)) {
946                 int scopeid;
947
948                 if ((error = in6_recoverscope(&dst6,
949                                               &ifra->ifra_dstaddr.sin6_addr,
950                                               ifp)) != 0)
951                         return (error);
952                 scopeid = in6_addr2scopeid(ifp, &dst6.sin6_addr);
953                 if (dst6.sin6_scope_id == 0) /* user omit to specify the ID. */
954                         dst6.sin6_scope_id = scopeid;
955                 else if (dst6.sin6_scope_id != scopeid)
956                         return (EINVAL); /* scope ID mismatch. */
957                 if ((error = in6_embedscope(&dst6.sin6_addr, &dst6, NULL, NULL))
958                     != 0)
959                         return (error);
960                 dst6.sin6_scope_id = 0; /* XXX */
961         }
962         /*
963          * The destination address can be specified only for a p2p or a
964          * loopback interface.  If specified, the corresponding prefix length
965          * must be 128.
966          */
967         if (ifra->ifra_dstaddr.sin6_family == AF_INET6) {
968                 if ((ifp->if_flags & (IFF_POINTOPOINT | IFF_LOOPBACK)) == 0) {
969                         /* XXX: noisy message */
970                         log(LOG_INFO, "in6_update_ifa: a destination can be "
971                             "specified for a p2p or a loopback IF only\n");
972                         return (EINVAL);
973                 }
974                 if (plen != 128) {
975                         /*
976                          * The following message seems noisy, but we dare to
977                          * add it for diagnosis.
978                          */
979                         log(LOG_INFO, "in6_update_ifa: prefixlen must be 128 "
980                             "when dstaddr is specified\n");
981                         return (EINVAL);
982                 }
983         }
984         /* lifetime consistency check */
985         lt = &ifra->ifra_lifetime;
986         if (lt->ia6t_vltime != ND6_INFINITE_LIFETIME
987             && lt->ia6t_vltime + time_uptime < time_uptime) {
988                 return EINVAL;
989         }
990         if (lt->ia6t_vltime == 0) {
991                 /*
992                  * the following log might be noisy, but this is a typical
993                  * configuration mistake or a tool's bug.
994                  */
995                 log(LOG_INFO,
996                     "in6_update_ifa: valid lifetime is 0 for %s\n",
997                     ip6_sprintf(&ifra->ifra_addr.sin6_addr));
998         }
999         if (lt->ia6t_pltime != ND6_INFINITE_LIFETIME
1000             && lt->ia6t_pltime + time_uptime < time_uptime) {
1001                 return EINVAL;
1002         }
1003
1004         /*
1005          * If this is a new address, allocate a new ifaddr and link it
1006          * into chains.
1007          */
1008         if (ia == NULL) {
1009                 hostIsNew = 1;
1010                 ia = ifa_create(sizeof(*ia));
1011
1012                 /* Initialize the address and masks */
1013                 ia->ia_ifa.ifa_addr = (struct sockaddr *)&ia->ia_addr;
1014                 ia->ia_addr.sin6_family = AF_INET6;
1015                 ia->ia_addr.sin6_len = sizeof(ia->ia_addr);
1016                 if ((ifp->if_flags & (IFF_POINTOPOINT | IFF_LOOPBACK)) != 0) {
1017                         /*
1018                          * XXX: some functions expect that ifa_dstaddr is not
1019                          * NULL for p2p interfaces.
1020                          */
1021                         ia->ia_ifa.ifa_dstaddr
1022                                 = (struct sockaddr *)&ia->ia_dstaddr;
1023                 } else {
1024                         ia->ia_ifa.ifa_dstaddr = NULL;
1025                 }
1026                 ia->ia_ifa.ifa_netmask
1027                         = (struct sockaddr *)&ia->ia_prefixmask;
1028
1029                 ia->ia_ifp = ifp;
1030                 if ((oia = in6_ifaddr) != NULL) {
1031                         for ( ; oia->ia_next; oia = oia->ia_next)
1032                                 continue;
1033                         oia->ia_next = ia;
1034                 } else
1035                         in6_ifaddr = ia;
1036
1037                 ifa_iflink(&ia->ia_ifa, ifp, 1);
1038         }
1039
1040         /* set prefix mask */
1041         if (ifra->ifra_prefixmask.sin6_len) {
1042                 /*
1043                  * We prohibit changing the prefix length of an existing
1044                  * address, because
1045                  * + such an operation should be rare in IPv6, and
1046                  * + the operation would confuse prefix management.
1047                  */
1048                 if (ia->ia_prefixmask.sin6_len &&
1049                     in6_mask2len(&ia->ia_prefixmask.sin6_addr, NULL) != plen) {
1050                         log(LOG_INFO, "in6_update_ifa: the prefix length of an"
1051                             " existing (%s) address should not be changed\n",
1052                             ip6_sprintf(&ia->ia_addr.sin6_addr));
1053                         error = EINVAL;
1054                         goto unlink;
1055                 }
1056                 ia->ia_prefixmask = ifra->ifra_prefixmask;
1057         }
1058
1059         /*
1060          * If a new destination address is specified, scrub the old one and
1061          * install the new destination.  Note that the interface must be
1062          * p2p or loopback (see the check above.)
1063          */
1064         if (dst6.sin6_family == AF_INET6 &&
1065             !IN6_ARE_ADDR_EQUAL(&dst6.sin6_addr,
1066                                 &ia->ia_dstaddr.sin6_addr)) {
1067                 int e;
1068
1069                 if ((ia->ia_flags & IFA_ROUTE) &&
1070                     (e = rtinit(&(ia->ia_ifa), (int)RTM_DELETE, RTF_HOST))
1071                     != 0) {
1072                         log(LOG_ERR, "in6_update_ifa: failed to remove "
1073                             "a route to the old destination: %s\n",
1074                             ip6_sprintf(&ia->ia_addr.sin6_addr));
1075                         /* proceed anyway... */
1076                 }
1077                 else
1078                         ia->ia_flags &= ~IFA_ROUTE;
1079                 ia->ia_dstaddr = dst6;
1080         }
1081
1082         /* reset the interface and routing table appropriately. */
1083         if ((error = in6_ifinit(ifp, ia, &ifra->ifra_addr, hostIsNew)) != 0)
1084                 goto unlink;
1085
1086         /*
1087          * Beyond this point, we should call in6_purgeaddr upon an error,
1088          * not just go to unlink.
1089          */
1090
1091         if (ifp->if_flags & IFF_MULTICAST) {
1092                 struct sockaddr_in6 mltaddr, mltmask;
1093                 struct in6_multi *in6m;
1094
1095                 if (hostIsNew) {
1096                         /*
1097                          * join solicited multicast addr for new host id
1098                          */
1099                         struct in6_addr llsol;
1100                         bzero(&llsol, sizeof(struct in6_addr));
1101                         llsol.s6_addr16[0] = htons(0xff02);
1102                         llsol.s6_addr16[1] = htons(ifp->if_index);
1103                         llsol.s6_addr32[1] = 0;
1104                         llsol.s6_addr32[2] = htonl(1);
1105                         llsol.s6_addr32[3] =
1106                                 ifra->ifra_addr.sin6_addr.s6_addr32[3];
1107                         llsol.s6_addr8[12] = 0xff;
1108                         in6_addmulti(&llsol, ifp, &error);
1109                         if (error != 0) {
1110                                 log(LOG_WARNING,
1111                                     "in6_update_ifa: addmulti failed for "
1112                                     "%s on %s (errno=%d)\n",
1113                                     ip6_sprintf(&llsol), if_name(ifp),
1114                                     error);
1115                                 in6_purgeaddr((struct ifaddr *)ia);
1116                                 return (error);
1117                         }
1118                 }
1119
1120                 bzero(&mltmask, sizeof(mltmask));
1121                 mltmask.sin6_len = sizeof(struct sockaddr_in6);
1122                 mltmask.sin6_family = AF_INET6;
1123                 mltmask.sin6_addr = in6mask32;
1124
1125                 /*
1126                  * join link-local all-nodes address
1127                  */
1128                 bzero(&mltaddr, sizeof(mltaddr));
1129                 mltaddr.sin6_len = sizeof(struct sockaddr_in6);
1130                 mltaddr.sin6_family = AF_INET6;
1131                 mltaddr.sin6_addr = kin6addr_linklocal_allnodes;
1132                 mltaddr.sin6_addr.s6_addr16[1] = htons(ifp->if_index);
1133
1134                 in6m = IN6_LOOKUP_MULTI(&mltaddr.sin6_addr, ifp);
1135                 if (in6m == NULL) {
1136                         rtrequest_global(RTM_ADD,
1137                                   (struct sockaddr *)&mltaddr,
1138                                   (struct sockaddr *)&ia->ia_addr,
1139                                   (struct sockaddr *)&mltmask,
1140                                   RTF_UP|RTF_CLONING);  /* xxx */
1141                         in6_addmulti(&mltaddr.sin6_addr, ifp, &error);
1142                         if (error != 0) {
1143                                 log(LOG_WARNING,
1144                                     "in6_update_ifa: addmulti failed for "
1145                                     "%s on %s (errno=%d)\n",
1146                                     ip6_sprintf(&mltaddr.sin6_addr),
1147                                     if_name(ifp), error);
1148                         }
1149                 }
1150
1151                 /*
1152                  * join node information group address
1153                  */
1154 #define hostnamelen     strlen(hostname)
1155                 if (in6_nigroup(ifp, hostname, hostnamelen, &mltaddr.sin6_addr)
1156                     == 0) {
1157                         in6m = IN6_LOOKUP_MULTI(&mltaddr.sin6_addr, ifp);
1158                         if (in6m == NULL && ia != NULL) {
1159                                 in6_addmulti(&mltaddr.sin6_addr, ifp, &error);
1160                                 if (error != 0) {
1161                                         log(LOG_WARNING, "in6_update_ifa: "
1162                                             "addmulti failed for "
1163                                             "%s on %s (errno=%d)\n",
1164                                             ip6_sprintf(&mltaddr.sin6_addr),
1165                                             if_name(ifp), error);
1166                                 }
1167                         }
1168                 }
1169 #undef hostnamelen
1170
1171                 /*
1172                  * join node-local all-nodes address, on loopback.
1173                  * XXX: since "node-local" is obsoleted by interface-local,
1174                  *      we have to join the group on every interface with
1175                  *      some interface-boundary restriction.
1176                  */
1177                 if (ifp->if_flags & IFF_LOOPBACK) {
1178                         struct in6_ifaddr *ia_loop;
1179
1180                         struct in6_addr loop6 = kin6addr_loopback;
1181                         ia_loop = in6ifa_ifpwithaddr(ifp, &loop6);
1182
1183                         mltaddr.sin6_addr = kin6addr_nodelocal_allnodes;
1184
1185                         in6m = IN6_LOOKUP_MULTI(&mltaddr.sin6_addr, ifp);
1186                         if (in6m == NULL && ia_loop != NULL) {
1187                                 rtrequest_global(RTM_ADD,
1188                                           (struct sockaddr *)&mltaddr,
1189                                           (struct sockaddr *)&ia_loop->ia_addr,
1190                                           (struct sockaddr *)&mltmask,
1191                                           RTF_UP);
1192                                 in6_addmulti(&mltaddr.sin6_addr, ifp, &error);
1193                                 if (error != 0) {
1194                                         log(LOG_WARNING, "in6_update_ifa: "
1195                                             "addmulti failed for %s on %s "
1196                                             "(errno=%d)\n",
1197                                             ip6_sprintf(&mltaddr.sin6_addr),
1198                                             if_name(ifp), error);
1199                                 }
1200                         }
1201                 }
1202         }
1203
1204         ia->ia6_flags = ifra->ifra_flags;
1205         ia->ia6_flags &= ~IN6_IFF_DUPLICATED;   /*safety*/
1206         ia->ia6_flags &= ~IN6_IFF_NODAD;        /* Mobile IPv6 */
1207
1208         ia->ia6_lifetime = ifra->ifra_lifetime;
1209         /* for sanity */
1210         if (ia->ia6_lifetime.ia6t_vltime != ND6_INFINITE_LIFETIME) {
1211                 ia->ia6_lifetime.ia6t_expire =
1212                         time_uptime + ia->ia6_lifetime.ia6t_vltime;
1213         } else
1214                 ia->ia6_lifetime.ia6t_expire = 0;
1215         if (ia->ia6_lifetime.ia6t_pltime != ND6_INFINITE_LIFETIME) {
1216                 ia->ia6_lifetime.ia6t_preferred =
1217                         time_uptime + ia->ia6_lifetime.ia6t_pltime;
1218         } else
1219                 ia->ia6_lifetime.ia6t_preferred = 0;
1220
1221         /*
1222          * Perform DAD, if needed.
1223          * XXX It may be of use, if we can administratively
1224          * disable DAD.
1225          */
1226         if (in6if_do_dad(ifp) && !(ifra->ifra_flags & IN6_IFF_NODAD)) {
1227                 ia->ia6_flags |= IN6_IFF_TENTATIVE;
1228                 nd6_dad_start((struct ifaddr *)ia, NULL);
1229         }
1230
1231         return (error);
1232
1233 unlink:
1234         /*
1235          * XXX: if a change of an existing address failed, keep the entry
1236          * anyway.
1237          */
1238         if (hostIsNew)
1239                 in6_unlink_ifa(ia, ifp);
1240         return (error);
1241 }
1242
1243 void
1244 in6_purgeaddr(struct ifaddr *ifa)
1245 {
1246         struct ifnet *ifp = ifa->ifa_ifp;
1247         struct in6_ifaddr *ia = (struct in6_ifaddr *) ifa;
1248
1249         /* stop DAD processing */
1250         nd6_dad_stop(ifa);
1251
1252         /*
1253          * delete route to the destination of the address being purged.
1254          * The interface must be p2p or loopback in this case.
1255          */
1256         if ((ia->ia_flags & IFA_ROUTE) && ia->ia_dstaddr.sin6_len != 0) {
1257                 int e;
1258
1259                 if ((e = rtinit(&(ia->ia_ifa), (int)RTM_DELETE, RTF_HOST))
1260                     != 0) {
1261                         log(LOG_ERR, "in6_purgeaddr: failed to remove "
1262                             "a route to the p2p destination: %s on %s, "
1263                             "errno=%d\n",
1264                             ip6_sprintf(&ia->ia_addr.sin6_addr), if_name(ifp),
1265                             e);
1266                         /* proceed anyway... */
1267                 }
1268                 else
1269                         ia->ia_flags &= ~IFA_ROUTE;
1270         }
1271
1272         /* Remove ownaddr's loopback rtentry, if it exists. */
1273         in6_ifremloop(&(ia->ia_ifa));
1274
1275         if (ifp->if_flags & IFF_MULTICAST) {
1276                 /*
1277                  * delete solicited multicast addr for deleting host id
1278                  */
1279                 struct in6_multi *in6m;
1280                 struct in6_addr llsol;
1281                 bzero(&llsol, sizeof(struct in6_addr));
1282                 llsol.s6_addr16[0] = htons(0xff02);
1283                 llsol.s6_addr16[1] = htons(ifp->if_index);
1284                 llsol.s6_addr32[1] = 0;
1285                 llsol.s6_addr32[2] = htonl(1);
1286                 llsol.s6_addr32[3] =
1287                         ia->ia_addr.sin6_addr.s6_addr32[3];
1288                 llsol.s6_addr8[12] = 0xff;
1289
1290                 in6m = IN6_LOOKUP_MULTI(&llsol, ifp);
1291                 if (in6m)
1292                         in6_delmulti(in6m);
1293         }
1294
1295         in6_unlink_ifa(ia, ifp);
1296 }
1297
1298 static void
1299 in6_unlink_ifa(struct in6_ifaddr *ia, struct ifnet *ifp)
1300 {
1301         struct in6_ifaddr *oia;
1302
1303         crit_enter();
1304
1305         ifa_ifunlink(&ia->ia_ifa, ifp);
1306
1307         oia = ia;
1308         if (oia == (ia = in6_ifaddr))
1309                 in6_ifaddr = ia->ia_next;
1310         else {
1311                 while (ia->ia_next && (ia->ia_next != oia))
1312                         ia = ia->ia_next;
1313                 if (ia->ia_next)
1314                         ia->ia_next = oia->ia_next;
1315                 else {
1316                         /* search failed */
1317                         kprintf("Couldn't unlink in6_ifaddr from in6_ifaddr\n");
1318                 }
1319         }
1320
1321         /*
1322          * When an autoconfigured address is being removed, release the
1323          * reference to the base prefix.  Also, since the release might
1324          * affect the status of other (detached) addresses, call
1325          * pfxlist_onlink_check().
1326          */
1327         if (oia->ia6_flags & IN6_IFF_AUTOCONF) {
1328                 if (oia->ia6_ndpr == NULL) {
1329                         log(LOG_NOTICE, "in6_unlink_ifa: autoconf'ed address "
1330                             "%p has no prefix\n", oia);
1331                 } else {
1332                         oia->ia6_ndpr->ndpr_refcnt--;
1333                         oia->ia6_flags &= ~IN6_IFF_AUTOCONF;
1334                         oia->ia6_ndpr = NULL;
1335                 }
1336
1337                 pfxlist_onlink_check();
1338         }
1339
1340         /*
1341          * release another refcnt for the link from in6_ifaddr.
1342          * Note that we should decrement the refcnt at least once for all *BSD.
1343          */
1344         ifa_destroy(&oia->ia_ifa);
1345
1346         crit_exit();
1347 }
1348
1349 void
1350 in6_purgeif(struct ifnet *ifp)
1351 {
1352         struct ifaddr_container *ifac, *next;
1353
1354         TAILQ_FOREACH_MUTABLE(ifac, &ifp->if_addrheads[mycpuid],
1355                               ifa_link, next) {
1356                 if (ifac->ifa->ifa_addr->sa_family != AF_INET6)
1357                         continue;
1358                 in6_purgeaddr(ifac->ifa);
1359         }
1360
1361         in6_ifdetach(ifp);
1362 }
1363
1364 /*
1365  * SIOC[GAD]LIFADDR.
1366  *      SIOCGLIFADDR: get first address. (?)
1367  *      SIOCGLIFADDR with IFLR_PREFIX:
1368  *              get first address that matches the specified prefix.
1369  *      SIOCALIFADDR: add the specified address.
1370  *      SIOCALIFADDR with IFLR_PREFIX:
1371  *              add the specified prefix, filling hostid part from
1372  *              the first link-local address.  prefixlen must be <= 64.
1373  *      SIOCDLIFADDR: delete the specified address.
1374  *      SIOCDLIFADDR with IFLR_PREFIX:
1375  *              delete the first address that matches the specified prefix.
1376  * return values:
1377  *      EINVAL on invalid parameters
1378  *      EADDRNOTAVAIL on prefix match failed/specified address not found
1379  *      other values may be returned from in6_ioctl()
1380  *
1381  * NOTE: SIOCALIFADDR(with IFLR_PREFIX set) allows prefixlen less than 64.
1382  * this is to accomodate address naming scheme other than RFC2374,
1383  * in the future.
1384  * RFC2373 defines interface id to be 64bit, but it allows non-RFC2374
1385  * address encoding scheme. (see figure on page 8)
1386  */
1387 static int
1388 in6_lifaddr_ioctl(u_long cmd, caddr_t data, struct ifnet *ifp,
1389     struct thread *td)
1390 {
1391         struct if_laddrreq *iflr = (struct if_laddrreq *)data;
1392         struct sockaddr *sa;
1393
1394         /* sanity checks */
1395         if (!data || !ifp) {
1396                 panic("invalid argument to in6_lifaddr_ioctl");
1397                 /*NOTRECHED*/
1398         }
1399
1400         switch (cmd) {
1401         case SIOCGLIFADDR:
1402                 /* address must be specified on GET with IFLR_PREFIX */
1403                 if (!(iflr->flags & IFLR_PREFIX))
1404                         break;
1405                 /* FALLTHROUGH */
1406         case SIOCALIFADDR:
1407         case SIOCDLIFADDR:
1408                 /* address must be specified on ADD and DELETE */
1409                 sa = (struct sockaddr *)&iflr->addr;
1410                 if (sa->sa_family != AF_INET6)
1411                         return EINVAL;
1412                 if (sa->sa_len != sizeof(struct sockaddr_in6))
1413                         return EINVAL;
1414                 /* XXX need improvement */
1415                 sa = (struct sockaddr *)&iflr->dstaddr;
1416                 if (sa->sa_family && sa->sa_family != AF_INET6)
1417                         return EINVAL;
1418                 if (sa->sa_len && sa->sa_len != sizeof(struct sockaddr_in6))
1419                         return EINVAL;
1420                 break;
1421         default: /* shouldn't happen */
1422 #if 0
1423                 panic("invalid cmd to in6_lifaddr_ioctl");
1424                 /* NOTREACHED */
1425 #else
1426                 return EOPNOTSUPP;
1427 #endif
1428         }
1429         if (sizeof(struct in6_addr) * 8 < iflr->prefixlen)
1430                 return EINVAL;
1431
1432         switch (cmd) {
1433         case SIOCALIFADDR:
1434             {
1435                 struct in6_aliasreq ifra;
1436                 struct in6_addr *hostid = NULL;
1437                 int prefixlen;
1438
1439                 if (iflr->flags & IFLR_PREFIX) {
1440                         struct ifaddr *ifa;
1441                         struct sockaddr_in6 *sin6;
1442
1443                         /*
1444                          * hostid is to fill in the hostid part of the
1445                          * address.  hostid points to the first link-local
1446                          * address attached to the interface.
1447                          */
1448                         ifa = (struct ifaddr *)in6ifa_ifpforlinklocal(ifp, 0);
1449                         if (!ifa)
1450                                 return EADDRNOTAVAIL;
1451                         hostid = IFA_IN6(ifa);
1452
1453                         /* prefixlen must be <= 64. */
1454                         if (64 < iflr->prefixlen)
1455                                 return EINVAL;
1456                         prefixlen = iflr->prefixlen;
1457
1458                         /* hostid part must be zero. */
1459                         sin6 = (struct sockaddr_in6 *)&iflr->addr;
1460                         if (sin6->sin6_addr.s6_addr32[2] != 0
1461                          || sin6->sin6_addr.s6_addr32[3] != 0) {
1462                                 return EINVAL;
1463                         }
1464                 } else
1465                         prefixlen = iflr->prefixlen;
1466
1467                 /* copy args to in6_aliasreq, perform ioctl(SIOCAIFADDR_IN6). */
1468                 bzero(&ifra, sizeof(ifra));
1469                 bcopy(iflr->iflr_name, ifra.ifra_name,
1470                         sizeof(ifra.ifra_name));
1471
1472                 bcopy(&iflr->addr, &ifra.ifra_addr,
1473                         ((struct sockaddr *)&iflr->addr)->sa_len);
1474                 if (hostid) {
1475                         /* fill in hostid part */
1476                         ifra.ifra_addr.sin6_addr.s6_addr32[2] =
1477                                 hostid->s6_addr32[2];
1478                         ifra.ifra_addr.sin6_addr.s6_addr32[3] =
1479                                 hostid->s6_addr32[3];
1480                 }
1481
1482                 if (((struct sockaddr *)&iflr->dstaddr)->sa_family) {   /*XXX*/
1483                         bcopy(&iflr->dstaddr, &ifra.ifra_dstaddr,
1484                                 ((struct sockaddr *)&iflr->dstaddr)->sa_len);
1485                         if (hostid) {
1486                                 ifra.ifra_dstaddr.sin6_addr.s6_addr32[2] =
1487                                         hostid->s6_addr32[2];
1488                                 ifra.ifra_dstaddr.sin6_addr.s6_addr32[3] =
1489                                         hostid->s6_addr32[3];
1490                         }
1491                 }
1492
1493                 ifra.ifra_prefixmask.sin6_len = sizeof(struct sockaddr_in6);
1494                 in6_len2mask(&ifra.ifra_prefixmask.sin6_addr, prefixlen);
1495
1496                 ifra.ifra_flags = iflr->flags & ~IFLR_PREFIX;
1497                 return in6_control_internal(SIOCAIFADDR_IN6, (caddr_t)&ifra,
1498                     ifp, td);
1499             }
1500         case SIOCGLIFADDR:
1501         case SIOCDLIFADDR:
1502             {
1503                 struct ifaddr_container *ifac;
1504                 struct in6_ifaddr *ia;
1505                 struct in6_addr mask, candidate, match;
1506                 struct sockaddr_in6 *sin6;
1507                 int cmp;
1508
1509                 bzero(&mask, sizeof(mask));
1510                 if (iflr->flags & IFLR_PREFIX) {
1511                         /* lookup a prefix rather than address. */
1512                         in6_len2mask(&mask, iflr->prefixlen);
1513
1514                         sin6 = (struct sockaddr_in6 *)&iflr->addr;
1515                         bcopy(&sin6->sin6_addr, &match, sizeof(match));
1516                         match.s6_addr32[0] &= mask.s6_addr32[0];
1517                         match.s6_addr32[1] &= mask.s6_addr32[1];
1518                         match.s6_addr32[2] &= mask.s6_addr32[2];
1519                         match.s6_addr32[3] &= mask.s6_addr32[3];
1520
1521                         /* if you set extra bits, that's wrong */
1522                         if (bcmp(&match, &sin6->sin6_addr, sizeof(match)))
1523                                 return EINVAL;
1524
1525                         cmp = 1;
1526                 } else {
1527                         if (cmd == SIOCGLIFADDR) {
1528                                 /* on getting an address, take the 1st match */
1529                                 cmp = 0;        /* XXX */
1530                         } else {
1531                                 /* on deleting an address, do exact match */
1532                                 in6_len2mask(&mask, 128);
1533                                 sin6 = (struct sockaddr_in6 *)&iflr->addr;
1534                                 bcopy(&sin6->sin6_addr, &match, sizeof(match));
1535
1536                                 cmp = 1;
1537                         }
1538                 }
1539
1540                 TAILQ_FOREACH(ifac, &ifp->if_addrheads[mycpuid], ifa_link) {
1541                         struct ifaddr *ifa = ifac->ifa;
1542
1543                         if (ifa->ifa_addr->sa_family != AF_INET6)
1544                                 continue;
1545                         if (!cmp)
1546                                 break;
1547
1548                         bcopy(IFA_IN6(ifa), &candidate, sizeof(candidate));
1549                         /*
1550                          * XXX: this is adhoc, but is necessary to allow
1551                          * a user to specify fe80::/64 (not /10) for a
1552                          * link-local address.
1553                          */
1554                         if (IN6_IS_ADDR_LINKLOCAL(&candidate))
1555                                 candidate.s6_addr16[1] = 0;
1556                         candidate.s6_addr32[0] &= mask.s6_addr32[0];
1557                         candidate.s6_addr32[1] &= mask.s6_addr32[1];
1558                         candidate.s6_addr32[2] &= mask.s6_addr32[2];
1559                         candidate.s6_addr32[3] &= mask.s6_addr32[3];
1560                         if (IN6_ARE_ADDR_EQUAL(&candidate, &match))
1561                                 break;
1562                 }
1563                 if (ifac == NULL)
1564                         return EADDRNOTAVAIL;
1565                 ia = ifa2ia6(ifac->ifa);
1566
1567                 if (cmd == SIOCGLIFADDR) {
1568                         struct sockaddr_in6 *s6;
1569
1570                         /* fill in the if_laddrreq structure */
1571                         bcopy(&ia->ia_addr, &iflr->addr, ia->ia_addr.sin6_len);
1572                         s6 = (struct sockaddr_in6 *)&iflr->addr;
1573                         if (IN6_IS_ADDR_LINKLOCAL(&s6->sin6_addr)) {
1574                                 s6->sin6_addr.s6_addr16[1] = 0;
1575                                 s6->sin6_scope_id =
1576                                         in6_addr2scopeid(ifp, &s6->sin6_addr);
1577                         }
1578                         if (ifp->if_flags & IFF_POINTOPOINT) {
1579                                 bcopy(&ia->ia_dstaddr, &iflr->dstaddr,
1580                                         ia->ia_dstaddr.sin6_len);
1581                                 s6 = (struct sockaddr_in6 *)&iflr->dstaddr;
1582                                 if (IN6_IS_ADDR_LINKLOCAL(&s6->sin6_addr)) {
1583                                         s6->sin6_addr.s6_addr16[1] = 0;
1584                                         s6->sin6_scope_id =
1585                                                 in6_addr2scopeid(ifp,
1586                                                                  &s6->sin6_addr);
1587                                 }
1588                         } else
1589                                 bzero(&iflr->dstaddr, sizeof(iflr->dstaddr));
1590
1591                         iflr->prefixlen =
1592                                 in6_mask2len(&ia->ia_prefixmask.sin6_addr,
1593                                              NULL);
1594
1595                         iflr->flags = ia->ia6_flags;    /* XXX */
1596
1597                         return 0;
1598                 } else {
1599                         struct in6_aliasreq ifra;
1600
1601                         /* fill in6_aliasreq and do ioctl(SIOCDIFADDR_IN6) */
1602                         bzero(&ifra, sizeof(ifra));
1603                         bcopy(iflr->iflr_name, ifra.ifra_name,
1604                               sizeof(ifra.ifra_name));
1605
1606                         bcopy(&ia->ia_addr, &ifra.ifra_addr,
1607                               ia->ia_addr.sin6_len);
1608                         if (ifp->if_flags & IFF_POINTOPOINT)
1609                                 bcopy(&ia->ia_dstaddr, &ifra.ifra_dstaddr,
1610                                       ia->ia_dstaddr.sin6_len);
1611                         else
1612                                 bzero(&ifra.ifra_dstaddr,
1613                                       sizeof(ifra.ifra_dstaddr));
1614                         bcopy(&ia->ia_prefixmask, &ifra.ifra_dstaddr,
1615                               ia->ia_prefixmask.sin6_len);
1616
1617                         ifra.ifra_flags = ia->ia6_flags;
1618                         return in6_control_internal(SIOCDIFADDR_IN6,
1619                             (caddr_t)&ifra, ifp, td);
1620                 }
1621             }
1622         }
1623
1624         return EOPNOTSUPP;      /* just for safety */
1625 }
1626
1627 /*
1628  * Initialize an interface's intetnet6 address
1629  * and routing table entry.
1630  */
1631 static int
1632 in6_ifinit(struct ifnet *ifp, struct in6_ifaddr *ia, struct sockaddr_in6 *sin6,
1633            int newhost)
1634 {
1635         int error = 0, plen;
1636
1637         ia->ia_addr = *sin6;
1638
1639         if (ifp->if_ioctl != NULL) {
1640                 ifnet_serialize_all(ifp);
1641                 error = ifp->if_ioctl(ifp, SIOCSIFADDR, (caddr_t)ia, NULL);
1642                 ifnet_deserialize_all(ifp);
1643                 if (error)
1644                         return (error);
1645         }
1646
1647         ia->ia_ifa.ifa_metric = ifp->if_metric;
1648
1649         /* we could do in(6)_socktrim here, but just omit it at this moment. */
1650
1651         /*
1652          * Special case:
1653          * If the destination address is specified for a point-to-point
1654          * interface, install a route to the destination as an interface
1655          * direct route.
1656          */
1657         plen = in6_mask2len(&ia->ia_prefixmask.sin6_addr, NULL); /* XXX */
1658         if (plen == 128 && ia->ia_dstaddr.sin6_family == AF_INET6) {
1659                 if ((error = rtinit(&(ia->ia_ifa), (int)RTM_ADD,
1660                                     RTF_UP | RTF_HOST)) != 0)
1661                         return (error);
1662                 ia->ia_flags |= IFA_ROUTE;
1663         }
1664         if (plen < 128) {
1665                 /*
1666                  * The RTF_CLONING flag is necessary for in6_is_ifloop_auto().
1667                  */
1668                 ia->ia_ifa.ifa_flags |= RTF_CLONING;
1669         }
1670
1671         /* Add ownaddr as loopback rtentry, if necessary (ex. on p2p link). */
1672         if (newhost) {
1673                 /* set the rtrequest function to create llinfo */
1674                 ia->ia_ifa.ifa_rtrequest = nd6_rtrequest;
1675                 in6_ifaddloop(&(ia->ia_ifa));
1676         }
1677
1678         return (error);
1679 }
1680
1681 struct in6_multi_mship *
1682 in6_joingroup(struct ifnet *ifp, struct in6_addr *addr, int *errorp)
1683 {
1684        struct in6_multi_mship *imm;
1685
1686        imm = kmalloc(sizeof(*imm), M_IPMADDR, M_NOWAIT);
1687        if (!imm) {
1688                *errorp = ENOBUFS;
1689                return NULL;
1690        }
1691        imm->i6mm_maddr = in6_addmulti(addr, ifp, errorp);
1692        if (!imm->i6mm_maddr) {
1693                /* *errorp is alrady set */
1694                kfree(imm, M_IPMADDR);
1695                return NULL;
1696        }
1697        return imm;
1698 }
1699
1700 int
1701 in6_leavegroup(struct in6_multi_mship *imm)
1702 {
1703
1704        if (imm->i6mm_maddr)
1705                in6_delmulti(imm->i6mm_maddr);
1706        kfree(imm,  M_IPMADDR);
1707        return 0;
1708 }
1709
1710 /*
1711  * Add an address to the list of IP6 multicast addresses for a
1712  * given interface.
1713  */
1714 struct  in6_multi *
1715 in6_addmulti(struct in6_addr *maddr6, struct ifnet *ifp, int *errorp)
1716 {
1717         struct  in6_multi *in6m;
1718         struct sockaddr_in6 sin6;
1719         struct ifmultiaddr *ifma;
1720
1721         *errorp = 0;
1722
1723         crit_enter();
1724
1725         /*
1726          * Call generic routine to add membership or increment
1727          * refcount.  It wants addresses in the form of a sockaddr,
1728          * so we build one here (being careful to zero the unused bytes).
1729          */
1730         bzero(&sin6, sizeof sin6);
1731         sin6.sin6_family = AF_INET6;
1732         sin6.sin6_len = sizeof sin6;
1733         sin6.sin6_addr = *maddr6;
1734         *errorp = if_addmulti(ifp, (struct sockaddr *)&sin6, &ifma);
1735         if (*errorp) {
1736                 crit_exit();
1737                 return 0;
1738         }
1739
1740         /*
1741          * If ifma->ifma_protospec is null, then if_addmulti() created
1742          * a new record.  Otherwise, we are done.
1743          */
1744         if (ifma->ifma_protospec != NULL) {
1745                 crit_exit();
1746                 return ifma->ifma_protospec;
1747         }
1748
1749         in6m = kmalloc(sizeof(*in6m), M_IPMADDR, M_INTWAIT | M_ZERO);
1750         in6m->in6m_addr = *maddr6;
1751         in6m->in6m_ifp = ifp;
1752         in6m->in6m_ifma = ifma;
1753         ifma->ifma_protospec = in6m;
1754         LIST_INSERT_HEAD(&in6_multihead, in6m, in6m_entry);
1755
1756         /*
1757          * Let MLD6 know that we have joined a new IP6 multicast
1758          * group.
1759          */
1760         mld6_start_listening(in6m);
1761         crit_exit();
1762         return (in6m);
1763 }
1764
1765 /*
1766  * Delete a multicast address record.
1767  */
1768 void
1769 in6_delmulti(struct in6_multi *in6m)
1770 {
1771         struct ifmultiaddr *ifma = in6m->in6m_ifma;
1772
1773         crit_enter();
1774
1775         if (ifma->ifma_refcount == 1) {
1776                 /*
1777                  * No remaining claims to this record; let MLD6 know
1778                  * that we are leaving the multicast group.
1779                  */
1780                 mld6_stop_listening(in6m);
1781                 ifma->ifma_protospec = NULL;
1782                 LIST_REMOVE(in6m, in6m_entry);
1783                 kfree(in6m, M_IPMADDR);
1784         }
1785         /* XXX - should be separate API for when we have an ifma? */
1786         if_delmulti(ifma->ifma_ifp, ifma->ifma_addr);
1787         crit_exit();
1788 }
1789
1790 /*
1791  * Find an IPv6 interface link-local address specific to an interface.
1792  */
1793 struct in6_ifaddr *
1794 in6ifa_ifpforlinklocal(struct ifnet *ifp, int ignoreflags)
1795 {
1796         const struct ifaddr_container *ifac;
1797
1798         TAILQ_FOREACH(ifac, &ifp->if_addrheads[mycpuid], ifa_link) {
1799                 struct ifaddr *ifa = ifac->ifa;
1800
1801                 if (ifa->ifa_addr == NULL)
1802                         continue;       /* just for safety */
1803                 if (ifa->ifa_addr->sa_family != AF_INET6)
1804                         continue;
1805                 if (IN6_IS_ADDR_LINKLOCAL(IFA_IN6(ifa))) {
1806                         if ((((struct in6_ifaddr *)ifa)->ia6_flags &
1807                              ignoreflags) != 0)
1808                                 continue;
1809                         return (struct in6_ifaddr *)ifa;
1810                 }
1811         }
1812         return NULL;
1813 }
1814
1815
1816 /*
1817  * find the internet address corresponding to a given interface and address.
1818  */
1819 struct in6_ifaddr *
1820 in6ifa_ifpwithaddr(struct ifnet *ifp, struct in6_addr *addr)
1821 {
1822         const struct ifaddr_container *ifac;
1823
1824         TAILQ_FOREACH(ifac, &ifp->if_addrheads[mycpuid], ifa_link) {
1825                 struct ifaddr *ifa = ifac->ifa;
1826
1827                 if (ifa->ifa_addr == NULL)
1828                         continue;       /* just for safety */
1829                 if (ifa->ifa_addr->sa_family != AF_INET6)
1830                         continue;
1831                 if (IN6_ARE_ADDR_EQUAL(addr, IFA_IN6(ifa)))
1832                         return (struct in6_ifaddr *)ifa;
1833         }
1834         return NULL;
1835 }
1836
1837 /*
1838  * Find a link-local scoped address on ifp and return it if any.
1839  */
1840 struct in6_ifaddr *
1841 in6ifa_llaonifp(struct ifnet *ifp)
1842 {
1843         const struct ifaddr_container *ifac;
1844
1845         TAILQ_FOREACH(ifac, &ifp->if_addrheads[mycpuid], ifa_link) {
1846                 const struct sockaddr_in6 *sin6;
1847                 struct ifaddr *ifa = ifac->ifa;
1848
1849                 if (ifa->ifa_addr->sa_family != AF_INET6)
1850                         continue;
1851                 sin6 = (const struct sockaddr_in6 *)ifa->ifa_addr;
1852                 if (IN6_IS_SCOPE_LINKLOCAL(&sin6->sin6_addr) ||
1853                     /* XXX why are mcast addresses ifp address list? */
1854                     IN6_IS_ADDR_MC_INTFACELOCAL(&sin6->sin6_addr) ||
1855                     IN6_IS_ADDR_MC_NODELOCAL(&sin6->sin6_addr))
1856                         return (struct in6_ifaddr *)ifa;
1857         }
1858         return NULL;
1859 }
1860
1861 /*
1862  * find the internet address on a given interface corresponding to a neighbor's
1863  * address.
1864  */
1865 struct in6_ifaddr *
1866 in6ifa_ifplocaladdr(const struct ifnet *ifp, const struct in6_addr *addr)
1867 {
1868         struct ifaddr *ifa;
1869         struct in6_ifaddr *ia;
1870         struct ifaddr_container *ifac;
1871
1872         TAILQ_FOREACH(ifac, &ifp->if_addrheads[mycpuid], ifa_link) {
1873                 ifa = ifac->ifa;
1874
1875                 if (ifa->ifa_addr == NULL)
1876                         continue;       /* just for safety */
1877                 if (ifa->ifa_addr->sa_family != AF_INET6)
1878                         continue;
1879                 ia = (struct in6_ifaddr *)ifa;
1880                 if (IN6_ARE_MASKED_ADDR_EQUAL(addr,
1881                                 &ia->ia_addr.sin6_addr,
1882                                 &ia->ia_prefixmask.sin6_addr))
1883                         return ia;
1884         }
1885
1886         return NULL;
1887 }
1888
1889 /*
1890  * Convert IP6 address to printable (loggable) representation.
1891  */
1892 static char digits[] = "0123456789abcdef";
1893 static int ip6round = 0;
1894 char *
1895 ip6_sprintf(const struct in6_addr *addr)
1896 {
1897         static char ip6buf[8][48];
1898         int i;
1899         char *cp;
1900         const u_short *a = (const u_short *)addr;
1901         const u_char *d;
1902         int dcolon = 0;
1903
1904         ip6round = (ip6round + 1) & 7;
1905         cp = ip6buf[ip6round];
1906
1907         for (i = 0; i < 8; i++) {
1908                 if (dcolon == 1) {
1909                         if (*a == 0) {
1910                                 if (i == 7)
1911                                         *cp++ = ':';
1912                                 a++;
1913                                 continue;
1914                         } else
1915                                 dcolon = 2;
1916                 }
1917                 if (*a == 0) {
1918                         if (dcolon == 0 && *(a + 1) == 0) {
1919                                 if (i == 0)
1920                                         *cp++ = ':';
1921                                 *cp++ = ':';
1922                                 dcolon = 1;
1923                         } else {
1924                                 *cp++ = '0';
1925                                 *cp++ = ':';
1926                         }
1927                         a++;
1928                         continue;
1929                 }
1930                 d = (const u_char *)a;
1931                 *cp++ = digits[*d >> 4];
1932                 *cp++ = digits[*d++ & 0xf];
1933                 *cp++ = digits[*d >> 4];
1934                 *cp++ = digits[*d & 0xf];
1935                 *cp++ = ':';
1936                 a++;
1937         }
1938         *--cp = 0;
1939         return (ip6buf[ip6round]);
1940 }
1941
1942 int
1943 in6_localaddr(struct in6_addr *in6)
1944 {
1945         struct in6_ifaddr *ia;
1946
1947         if (IN6_IS_ADDR_LOOPBACK(in6) || IN6_IS_ADDR_LINKLOCAL(in6))
1948                 return 1;
1949
1950         for (ia = in6_ifaddr; ia; ia = ia->ia_next)
1951                 if (IN6_ARE_MASKED_ADDR_EQUAL(in6, &ia->ia_addr.sin6_addr,
1952                                               &ia->ia_prefixmask.sin6_addr))
1953                         return 1;
1954
1955         return (0);
1956 }
1957
1958 int
1959 in6_is_addr_deprecated(struct sockaddr_in6 *sa6)
1960 {
1961         struct in6_ifaddr *ia;
1962
1963         for (ia = in6_ifaddr; ia; ia = ia->ia_next) {
1964                 if (IN6_ARE_ADDR_EQUAL(&ia->ia_addr.sin6_addr,
1965                                        &sa6->sin6_addr) &&
1966                     (ia->ia6_flags & IN6_IFF_DEPRECATED))
1967                         return (1); /* true */
1968
1969                 /* XXX: do we still have to go thru the rest of the list? */
1970         }
1971
1972         return (0);             /* false */
1973 }
1974
1975 /*
1976  * return length of part which dst and src are equal
1977  * hard coding...
1978  */
1979 int
1980 in6_matchlen(struct in6_addr *src, struct in6_addr *dst)
1981 {
1982         int match = 0;
1983         u_char *s = (u_char *)src, *d = (u_char *)dst;
1984         u_char *lim = s + 16, r;
1985
1986         while (s < lim)
1987                 if ((r = (*d++ ^ *s++)) != 0) {
1988                         while (r < 128) {
1989                                 match++;
1990                                 r <<= 1;
1991                         }
1992                         break;
1993                 } else
1994                         match += 8;
1995         return match;
1996 }
1997
1998 /* XXX: to be scope conscious */
1999 int
2000 in6_are_prefix_equal(struct in6_addr *p1, struct in6_addr *p2, int len)
2001 {
2002         int bytelen, bitlen;
2003
2004         /* sanity check */
2005         if (0 > len || len > 128) {
2006                 log(LOG_ERR, "in6_are_prefix_equal: invalid prefix length(%d)\n",
2007                     len);
2008                 return (0);
2009         }
2010
2011         bytelen = len / 8;
2012         bitlen = len % 8;
2013
2014         if (bcmp(&p1->s6_addr, &p2->s6_addr, bytelen))
2015                 return (0);
2016         if (p1->s6_addr[bytelen] >> (8 - bitlen) !=
2017             p2->s6_addr[bytelen] >> (8 - bitlen))
2018                 return (0);
2019
2020         return (1);
2021 }
2022
2023 void
2024 in6_prefixlen2mask(struct in6_addr *maskp, int len)
2025 {
2026         u_char maskarray[8] = {0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe, 0xff};
2027         int bytelen, bitlen, i;
2028
2029         /* sanity check */
2030         if (0 > len || len > 128) {
2031                 log(LOG_ERR, "in6_prefixlen2mask: invalid prefix length(%d)\n",
2032                     len);
2033                 return;
2034         }
2035
2036         bzero(maskp, sizeof(*maskp));
2037         bytelen = len / 8;
2038         bitlen = len % 8;
2039         for (i = 0; i < bytelen; i++)
2040                 maskp->s6_addr[i] = 0xff;
2041         if (bitlen)
2042                 maskp->s6_addr[bytelen] = maskarray[bitlen - 1];
2043 }
2044
2045 /*
2046  * return the best address out of the same scope
2047  */
2048 struct in6_ifaddr *
2049 in6_ifawithscope(struct ifnet *oifp, struct in6_addr *dst, struct ucred *cred)
2050 {
2051         int dst_scope = in6_addrscope(dst), src_scope, best_scope = 0;
2052         int blen = -1;
2053         struct in6_ifaddr *ifa_best = NULL;
2054         int jailed = 0;
2055         const struct ifnet_array *arr;
2056         int i;
2057
2058         if(cred && cred->cr_prison)
2059                 jailed = 1;
2060
2061         if (oifp == NULL) {
2062 #if 0
2063                 kprintf("in6_ifawithscope: output interface is not specified\n");
2064 #endif
2065                 return (NULL);
2066         }
2067
2068         /*
2069          * We search for all addresses on all interfaces from the beginning.
2070          * Comparing an interface with the outgoing interface will be done
2071          * only at the final stage of tiebreaking.
2072          */
2073         arr = ifnet_array_get();
2074         for (i = 0; i < arr->ifnet_count; ++i) {
2075                 struct ifnet *ifp = arr->ifnet_arr[i];
2076                 struct ifaddr_container *ifac;
2077
2078                 /*
2079                  * We can never take an address that breaks the scope zone
2080                  * of the destination.
2081                  */
2082                 if (ifp->if_afdata[AF_INET6] == NULL)
2083                         continue;
2084                 if (in6_addr2scopeid(ifp, dst) != in6_addr2scopeid(oifp, dst))
2085                         continue;
2086
2087                 TAILQ_FOREACH(ifac, &ifp->if_addrheads[mycpuid], ifa_link) {
2088                         int tlen = -1, dscopecmp, bscopecmp, matchcmp;
2089                         struct ifaddr *ifa = ifac->ifa;
2090
2091                         if (ifa->ifa_addr->sa_family != AF_INET6)
2092                                 continue;
2093
2094                         src_scope = in6_addrscope(IFA_IN6(ifa));
2095
2096                         /*
2097                          * Don't use an address before completing DAD
2098                          * nor a duplicated address.
2099                          */
2100                         if (((struct in6_ifaddr *)ifa)->ia6_flags &
2101                             IN6_IFF_NOTREADY)
2102                                 continue;
2103
2104                         /* XXX: is there any case to allow anycasts? */
2105                         if (((struct in6_ifaddr *)ifa)->ia6_flags &
2106                             IN6_IFF_ANYCAST)
2107                                 continue;
2108
2109                         if (((struct in6_ifaddr *)ifa)->ia6_flags &
2110                             IN6_IFF_DETACHED)
2111                                 continue;
2112
2113                         /* Skip adresses not valid for current jail */
2114                         if (jailed &&
2115                             !(jailed_ip(cred->cr_prison, (struct sockaddr *)(ifa->ifa_addr)) != 0))
2116                                 continue;
2117
2118                         /*
2119                          * If this is the first address we find,
2120                          * keep it anyway.
2121                          */
2122                         if (ifa_best == NULL)
2123                                 goto replace;
2124
2125                         /*
2126                          * ifa_best is never NULL beyond this line except
2127                          * within the block labeled "replace".
2128                          */
2129
2130                         /*
2131                          * If ifa_best has a smaller scope than dst and
2132                          * the current address has a larger one than
2133                          * (or equal to) dst, always replace ifa_best.
2134                          * Also, if the current address has a smaller scope
2135                          * than dst, ignore it unless ifa_best also has a
2136                          * smaller scope.
2137                          * Consequently, after the two if-clause below,
2138                          * the followings must be satisfied:
2139                          * (scope(src) < scope(dst) &&
2140                          *  scope(best) < scope(dst))
2141                          *  OR
2142                          * (scope(best) >= scope(dst) &&
2143                          *  scope(src) >= scope(dst))
2144                          */
2145                         if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0 &&
2146                             IN6_ARE_SCOPE_CMP(src_scope, dst_scope) >= 0)
2147                                 goto replace; /* (A) */
2148                         if (IN6_ARE_SCOPE_CMP(src_scope, dst_scope) < 0 &&
2149                             IN6_ARE_SCOPE_CMP(best_scope, dst_scope) >= 0)
2150                                 continue; /* (B) */
2151
2152                         /*
2153                          * A deprecated address SHOULD NOT be used in new
2154                          * communications if an alternate (non-deprecated)
2155                          * address is available and has sufficient scope.
2156                          * RFC 2462, Section 5.5.4.
2157                          */
2158                         if (((struct in6_ifaddr *)ifa)->ia6_flags &
2159                             IN6_IFF_DEPRECATED) {
2160                                 /*
2161                                  * Ignore any deprecated addresses if
2162                                  * specified by configuration.
2163                                  */
2164                                 if (!ip6_use_deprecated)
2165                                         continue;
2166
2167                                 /*
2168                                  * If we have already found a non-deprecated
2169                                  * candidate, just ignore deprecated addresses.
2170                                  */
2171                                 if (!(ifa_best->ia6_flags & IN6_IFF_DEPRECATED))
2172                                         continue;
2173                         }
2174
2175                         /*
2176                          * A non-deprecated address is always preferred
2177                          * to a deprecated one regardless of scopes and
2178                          * address matching (Note invariants ensured by the
2179                          * conditions (A) and (B) above.)
2180                          */
2181                         if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) &&
2182                             !(((struct in6_ifaddr *)ifa)->ia6_flags &
2183                              IN6_IFF_DEPRECATED))
2184                                 goto replace;
2185
2186                         /*
2187                          * When we use temporary addresses described in
2188                          * RFC 3041, we prefer temporary addresses to
2189                          * public autoconf addresses.  Again, note the
2190                          * invariants from (A) and (B).  Also note that we
2191                          * don't have any preference between static addresses
2192                          * and autoconf addresses (despite of whether or not
2193                          * the latter is temporary or public.)
2194                          */
2195                         if (ip6_use_tempaddr) {
2196                                 struct in6_ifaddr *ifat;
2197
2198                                 ifat = (struct in6_ifaddr *)ifa;
2199                                 if ((ifa_best->ia6_flags &
2200                                      (IN6_IFF_AUTOCONF|IN6_IFF_TEMPORARY))
2201                                      == IN6_IFF_AUTOCONF &&
2202                                     (ifat->ia6_flags &
2203                                      (IN6_IFF_AUTOCONF|IN6_IFF_TEMPORARY))
2204                                      == (IN6_IFF_AUTOCONF|IN6_IFF_TEMPORARY)) {
2205                                         goto replace;
2206                                 }
2207                                 if ((ifa_best->ia6_flags &
2208                                      (IN6_IFF_AUTOCONF|IN6_IFF_TEMPORARY))
2209                                     == (IN6_IFF_AUTOCONF|IN6_IFF_TEMPORARY) &&
2210                                     (ifat->ia6_flags &
2211                                      (IN6_IFF_AUTOCONF|IN6_IFF_TEMPORARY))
2212                                      == IN6_IFF_AUTOCONF) {
2213                                         continue;
2214                                 }
2215                         }
2216
2217                         /*
2218                          * At this point, we have two cases:
2219                          * 1. we are looking at a non-deprecated address,
2220                          *    and ifa_best is also non-deprecated.
2221                          * 2. we are looking at a deprecated address,
2222                          *    and ifa_best is also deprecated.
2223                          * Also, we do not have to consider a case where
2224                          * the scope of if_best is larger(smaller) than dst and
2225                          * the scope of the current address is smaller(larger)
2226                          * than dst. Such a case has already been covered.
2227                          * Tiebreaking is done according to the following
2228                          * items:
2229                          * - the scope comparison between the address and
2230                          *   dst (dscopecmp)
2231                          * - the scope comparison between the address and
2232                          *   ifa_best (bscopecmp)
2233                          * - if the address match dst longer than ifa_best
2234                          *   (matchcmp)
2235                          * - if the address is on the outgoing I/F (outI/F)
2236                          *
2237                          * Roughly speaking, the selection policy is
2238                          * - the most important item is scope. The same scope
2239                          *   is best. Then search for a larger scope.
2240                          *   Smaller scopes are the last resort.
2241                          * - A deprecated address is chosen only when we have
2242                          *   no address that has an enough scope, but is
2243                          *   prefered to any addresses of smaller scopes
2244                          *   (this must be already done above.)
2245                          * - addresses on the outgoing I/F are preferred to
2246                          *   ones on other interfaces if none of above
2247                          *   tiebreaks.  In the table below, the column "bI"
2248                          *   means if the best_ifa is on the outgoing
2249                          *   interface, and the column "sI" means if the ifa
2250                          *   is on the outgoing interface.
2251                          * - If there is no other reasons to choose one,
2252                          *   longest address match against dst is considered.
2253                          *
2254                          * The precise decision table is as follows:
2255                          * dscopecmp bscopecmp    match  bI oI | replace?
2256                          *       N/A     equal      N/A   Y  N |   No (1)
2257                          *       N/A     equal      N/A   N  Y |  Yes (2)
2258                          *       N/A     equal   larger    N/A |  Yes (3)
2259                          *       N/A     equal  !larger    N/A |   No (4)
2260                          *    larger    larger      N/A    N/A |   No (5)
2261                          *    larger   smaller      N/A    N/A |  Yes (6)
2262                          *   smaller    larger      N/A    N/A |  Yes (7)
2263                          *   smaller   smaller      N/A    N/A |   No (8)
2264                          *     equal   smaller      N/A    N/A |  Yes (9)
2265                          *     equal    larger       (already done at A above)
2266                          */
2267                         dscopecmp = IN6_ARE_SCOPE_CMP(src_scope, dst_scope);
2268                         bscopecmp = IN6_ARE_SCOPE_CMP(src_scope, best_scope);
2269
2270                         if (bscopecmp == 0) {
2271                                 struct ifnet *bifp = ifa_best->ia_ifp;
2272
2273                                 if (bifp == oifp && ifp != oifp) /* (1) */
2274                                         continue;
2275                                 if (bifp != oifp && ifp == oifp) /* (2) */
2276                                         goto replace;
2277
2278                                 /*
2279                                  * Both bifp and ifp are on the outgoing
2280                                  * interface, or both two are on a different
2281                                  * interface from the outgoing I/F.
2282                                  * now we need address matching against dst
2283                                  * for tiebreaking.
2284                                  */
2285                                 tlen = in6_matchlen(IFA_IN6(ifa), dst);
2286                                 matchcmp = tlen - blen;
2287                                 if (matchcmp > 0) /* (3) */
2288                                         goto replace;
2289                                 continue; /* (4) */
2290                         }
2291                         if (dscopecmp > 0) {
2292                                 if (bscopecmp > 0) /* (5) */
2293                                         continue;
2294                                 goto replace; /* (6) */
2295                         }
2296                         if (dscopecmp < 0) {
2297                                 if (bscopecmp > 0) /* (7) */
2298                                         goto replace;
2299                                 continue; /* (8) */
2300                         }
2301
2302                         /* now dscopecmp must be 0 */
2303                         if (bscopecmp < 0)
2304                                 goto replace; /* (9) */
2305
2306 replace:
2307                         ifa_best = (struct in6_ifaddr *)ifa;
2308                         blen = tlen >= 0 ? tlen :
2309                                 in6_matchlen(IFA_IN6(ifa), dst);
2310                         best_scope = in6_addrscope(&ifa_best->ia_addr.sin6_addr);
2311                 }
2312         }
2313
2314         /* count statistics for future improvements */
2315         if (ifa_best == NULL)
2316                 ip6stat.ip6s_sources_none++;
2317         else {
2318                 if (oifp == ifa_best->ia_ifp)
2319                         ip6stat.ip6s_sources_sameif[best_scope]++;
2320                 else
2321                         ip6stat.ip6s_sources_otherif[best_scope]++;
2322
2323                 if (best_scope == dst_scope)
2324                         ip6stat.ip6s_sources_samescope[best_scope]++;
2325                 else
2326                         ip6stat.ip6s_sources_otherscope[best_scope]++;
2327
2328                 if (ifa_best->ia6_flags & IN6_IFF_DEPRECATED)
2329                         ip6stat.ip6s_sources_deprecated[best_scope]++;
2330         }
2331
2332         return (ifa_best);
2333 }
2334
2335 /*
2336  * return the best address out of the same scope. if no address was
2337  * found, return the first valid address from designated IF.
2338  */
2339 struct in6_ifaddr *
2340 in6_ifawithifp(struct ifnet *ifp, struct in6_addr *dst)
2341 {
2342         int dst_scope = in6_addrscope(dst), blen = -1, tlen;
2343         struct ifaddr_container *ifac;
2344         struct in6_ifaddr *besta = NULL;
2345         struct in6_ifaddr *dep[2];      /* last-resort: deprecated */
2346
2347         dep[0] = dep[1] = NULL;
2348
2349         /*
2350          * We first look for addresses in the same scope.
2351          * If there is one, return it.
2352          * If two or more, return one which matches the dst longest.
2353          * If none, return one of global addresses assigned other ifs.
2354          */
2355         TAILQ_FOREACH(ifac, &ifp->if_addrheads[mycpuid], ifa_link) {
2356                 struct ifaddr *ifa = ifac->ifa;
2357
2358                 if (ifa->ifa_addr->sa_family != AF_INET6)
2359                         continue;
2360                 if (((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_ANYCAST)
2361                         continue; /* XXX: is there any case to allow anycast? */
2362                 if (((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_NOTREADY)
2363                         continue; /* don't use this interface */
2364                 if (((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_DETACHED)
2365                         continue;
2366                 if (((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_DEPRECATED) {
2367                         if (ip6_use_deprecated)
2368                                 dep[0] = (struct in6_ifaddr *)ifa;
2369                         continue;
2370                 }
2371
2372                 if (dst_scope == in6_addrscope(IFA_IN6(ifa))) {
2373                         /*
2374                          * call in6_matchlen() as few as possible
2375                          */
2376                         if (besta) {
2377                                 if (blen == -1)
2378                                         blen = in6_matchlen(&besta->ia_addr.sin6_addr, dst);
2379                                 tlen = in6_matchlen(IFA_IN6(ifa), dst);
2380                                 if (tlen > blen) {
2381                                         blen = tlen;
2382                                         besta = (struct in6_ifaddr *)ifa;
2383                                 }
2384                         } else
2385                                 besta = (struct in6_ifaddr *)ifa;
2386                 }
2387         }
2388         if (besta)
2389                 return (besta);
2390
2391         TAILQ_FOREACH(ifac, &ifp->if_addrheads[mycpuid], ifa_link) {
2392                 struct ifaddr *ifa = ifac->ifa;
2393
2394                 if (ifa->ifa_addr->sa_family != AF_INET6)
2395                         continue;
2396                 if (((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_ANYCAST)
2397                         continue; /* XXX: is there any case to allow anycast? */
2398                 if (((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_NOTREADY)
2399                         continue; /* don't use this interface */
2400                 if (((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_DETACHED)
2401                         continue;
2402                 if (((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_DEPRECATED) {
2403                         if (ip6_use_deprecated)
2404                                 dep[1] = (struct in6_ifaddr *)ifa;
2405                         continue;
2406                 }
2407
2408                 return (struct in6_ifaddr *)ifa;
2409         }
2410
2411         /* use the last-resort values, that are, deprecated addresses */
2412         if (dep[0])
2413                 return dep[0];
2414         if (dep[1])
2415                 return dep[1];
2416
2417         return NULL;
2418 }
2419
2420 /*
2421  * perform DAD when interface becomes IFF_UP.
2422  */
2423 static void
2424 in6_if_up_dispatch(netmsg_t nmsg)
2425 {
2426         struct lwkt_msg *lmsg = &nmsg->lmsg;
2427         struct ifnet *ifp = lmsg->u.ms_resultp;
2428         struct ifaddr_container *ifac;
2429         struct in6_ifaddr *ia;
2430         int dad_delay;          /* delay ticks before DAD output */
2431
2432         KASSERT(&curthread->td_msgport == netisr_cpuport(0),
2433             ("not in netisr0"));
2434
2435         /*
2436          * special cases, like 6to4, are handled in in6_ifattach
2437          */
2438         in6_ifattach(ifp, NULL);
2439
2440         dad_delay = 0;
2441         TAILQ_FOREACH(ifac, &ifp->if_addrheads[mycpuid], ifa_link) {
2442                 struct ifaddr *ifa = ifac->ifa;
2443
2444                 if (ifa->ifa_addr->sa_family != AF_INET6)
2445                         continue;
2446                 ia = (struct in6_ifaddr *)ifa;
2447                 if (ia->ia6_flags & IN6_IFF_TENTATIVE)
2448                         nd6_dad_start(ifa, &dad_delay);
2449         }
2450
2451         lwkt_replymsg(lmsg, 0);
2452 }
2453
2454 void
2455 in6_if_up(struct ifnet *ifp)
2456 {
2457         struct netmsg_base nmsg;
2458         struct lwkt_msg *lmsg = &nmsg.lmsg;
2459
2460         ASSERT_CANDOMSG_NETISR0(curthread);
2461
2462         netmsg_init(&nmsg, NULL, &curthread->td_msgport, 0, in6_if_up_dispatch);
2463         lmsg->u.ms_resultp = ifp;
2464         lwkt_domsg(netisr_cpuport(0), lmsg, 0);
2465 }
2466
2467 int
2468 in6if_do_dad(struct ifnet *ifp)
2469 {
2470         if (ifp->if_flags & IFF_LOOPBACK)
2471                 return (0);
2472
2473         switch (ifp->if_type) {
2474 #ifdef IFT_DUMMY
2475         case IFT_DUMMY:
2476 #endif
2477         case IFT_FAITH:
2478                 /*
2479                  * These interfaces do not have the IFF_LOOPBACK flag,
2480                  * but loop packets back.  We do not have to do DAD on such
2481                  * interfaces.  We should even omit it, because loop-backed
2482                  * NS would confuse the DAD procedure.
2483                  */
2484                 return (0);
2485         default:
2486                 /*
2487                  * Our DAD routine requires the interface up and running.
2488                  * However, some interfaces can be up before the RUNNING
2489                  * status.  Additionaly, users may try to assign addresses
2490                  * before the interface becomes up (or running).
2491                  * We simply skip DAD in such a case as a work around.
2492                  * XXX: we should rather mark "tentative" on such addresses,
2493                  * and do DAD after the interface becomes ready.
2494                  */
2495                 if ((ifp->if_flags & (IFF_UP|IFF_RUNNING)) !=
2496                     (IFF_UP|IFF_RUNNING))
2497                         return (0);
2498
2499                 return (1);
2500         }
2501 }
2502
2503 /*
2504  * Calculate max IPv6 MTU through all the interfaces and store it
2505  * to in6_maxmtu.
2506  */
2507 void
2508 in6_setmaxmtu(void)
2509 {
2510         unsigned long maxmtu = 0;
2511         const struct ifnet_array *arr;
2512         int i;
2513
2514         KASSERT(&curthread->td_msgport == netisr_cpuport(0),
2515             ("not in netisr0"));
2516
2517         arr = ifnet_array_get();
2518         for (i = 0; i < arr->ifnet_count; ++i) {
2519                 struct ifnet *ifp = arr->ifnet_arr[i];
2520
2521                 /* this function can be called during ifnet initialization */
2522                 if (ifp->if_afdata[AF_INET6] == NULL)
2523                         continue;
2524                 if ((ifp->if_flags & IFF_LOOPBACK) == 0 &&
2525                     ND_IFINFO(ifp)->linkmtu > maxmtu)
2526                         maxmtu =  ND_IFINFO(ifp)->linkmtu;
2527         }
2528         if (maxmtu)     /* update only when maxmtu is positive */
2529                 in6_maxmtu = maxmtu;
2530 }
2531
2532 void *
2533 in6_domifattach(struct ifnet *ifp)
2534 {
2535         struct in6_ifextra *ext;
2536
2537         ext = (struct in6_ifextra *)kmalloc(sizeof(*ext), M_IFADDR, M_WAITOK);
2538         bzero(ext, sizeof(*ext));
2539
2540         ext->in6_ifstat = (struct in6_ifstat *)kmalloc(sizeof(struct in6_ifstat),
2541                 M_IFADDR, M_WAITOK);
2542         bzero(ext->in6_ifstat, sizeof(*ext->in6_ifstat));
2543
2544         ext->icmp6_ifstat =
2545                 (struct icmp6_ifstat *)kmalloc(sizeof(struct icmp6_ifstat),
2546                         M_IFADDR, M_WAITOK);
2547         bzero(ext->icmp6_ifstat, sizeof(*ext->icmp6_ifstat));
2548
2549         ext->nd_ifinfo = nd6_ifattach(ifp);
2550         ext->scope6_id = scope6_ifattach(ifp);
2551         return ext;
2552 }
2553
2554 void
2555 in6_domifdetach(struct ifnet *ifp, void *aux)
2556 {
2557         struct in6_ifextra *ext = (struct in6_ifextra *)aux;
2558         scope6_ifdetach(ext->scope6_id);
2559         nd6_ifdetach(ext->nd_ifinfo);
2560         kfree(ext->in6_ifstat, M_IFADDR);
2561         kfree(ext->icmp6_ifstat, M_IFADDR);
2562         kfree(ext, M_IFADDR);
2563 }