2 * IPv6 Address [auto]configuration
3 * Linux INET6 implementation
6 * Pedro Roque <roque@di.fc.ul.pt>
7 * Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
9 * $Id: addrconf.c,v 1.69 2001/10/31 21:55:54 davem Exp $
11 * This program is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License
13 * as published by the Free Software Foundation; either version
14 * 2 of the License, or (at your option) any later version.
20 * Janos Farkas : delete timer on ifdown
21 * <chexum@bankinf.banki.hu>
22 * Andi Kleen : kill double kfree on module
24 * Maciej W. Rozycki : FDDI support
25 * sekiya@USAGI : Don't send too many RS
27 * yoshfuji@USAGI : Fixed interval between DAD
29 * YOSHIFUJI Hideaki @USAGI : improved accuracy of
30 * address validation timer.
31 * YOSHIFUJI Hideaki @USAGI : Privacy Extensions (RFC3041)
33 * Yuji SEKIYA @USAGI : Don't assign a same IPv6
34 * address on a same interface.
35 * YOSHIFUJI Hideaki @USAGI : ARCnet support
36 * YOSHIFUJI Hideaki @USAGI : convert /proc/net/if_inet6 to
38 * YOSHIFUJI Hideaki @USAGI : improved source address
39 * selection; consider scope,
43 #include <linux/errno.h>
44 #include <linux/types.h>
45 #include <linux/socket.h>
46 #include <linux/sockios.h>
47 #include <linux/net.h>
48 #include <linux/in6.h>
49 #include <linux/netdevice.h>
50 #include <linux/if_addr.h>
51 #include <linux/if_arp.h>
52 #include <linux/if_arcnet.h>
53 #include <linux/if_infiniband.h>
54 #include <linux/route.h>
55 #include <linux/inetdevice.h>
56 #include <linux/init.h>
58 #include <linux/sysctl.h>
60 #include <linux/capability.h>
61 #include <linux/delay.h>
62 #include <linux/notifier.h>
63 #include <linux/string.h>
65 #include <net/net_namespace.h>
70 #include <net/protocol.h>
71 #include <net/ndisc.h>
72 #include <net/ip6_route.h>
73 #include <net/addrconf.h>
76 #include <net/netlink.h>
77 #include <net/pkt_sched.h>
78 #include <linux/if_tunnel.h>
79 #include <linux/rtnetlink.h>
81 #ifdef CONFIG_IPV6_PRIVACY
82 #include <linux/random.h>
85 #include <asm/uaccess.h>
86 #include <asm/unaligned.h>
88 #include <linux/proc_fs.h>
89 #include <linux/seq_file.h>
91 /* Set to 3 to get tracing... */
95 #define ADBG(x) printk x
100 #define INFINITY_LIFE_TIME 0xFFFFFFFF
101 #define TIME_DELTA(a,b) ((unsigned long)((long)(a) - (long)(b)))
104 static void addrconf_sysctl_register(struct inet6_dev
*idev
, struct ipv6_devconf
*p
);
105 static void addrconf_sysctl_unregister(struct ipv6_devconf
*p
);
108 #ifdef CONFIG_IPV6_PRIVACY
109 static int __ipv6_regen_rndid(struct inet6_dev
*idev
);
110 static int __ipv6_try_regen_rndid(struct inet6_dev
*idev
, struct in6_addr
*tmpaddr
);
111 static void ipv6_regen_rndid(unsigned long data
);
113 static int desync_factor
= MAX_DESYNC_FACTOR
* HZ
;
116 static int ipv6_count_addresses(struct inet6_dev
*idev
);
119 * Configured unicast address hash table
121 static struct inet6_ifaddr
*inet6_addr_lst
[IN6_ADDR_HSIZE
];
122 static DEFINE_RWLOCK(addrconf_hash_lock
);
124 static void addrconf_verify(unsigned long);
126 static DEFINE_TIMER(addr_chk_timer
, addrconf_verify
, 0, 0);
127 static DEFINE_SPINLOCK(addrconf_verify_lock
);
129 static void addrconf_join_anycast(struct inet6_ifaddr
*ifp
);
130 static void addrconf_leave_anycast(struct inet6_ifaddr
*ifp
);
132 static int addrconf_ifdown(struct net_device
*dev
, int how
);
134 static void addrconf_dad_start(struct inet6_ifaddr
*ifp
, u32 flags
);
135 static void addrconf_dad_timer(unsigned long data
);
136 static void addrconf_dad_completed(struct inet6_ifaddr
*ifp
);
137 static void addrconf_dad_run(struct inet6_dev
*idev
);
138 static void addrconf_rs_timer(unsigned long data
);
139 static void __ipv6_ifa_notify(int event
, struct inet6_ifaddr
*ifa
);
140 static void ipv6_ifa_notify(int event
, struct inet6_ifaddr
*ifa
);
142 static void inet6_prefix_notify(int event
, struct inet6_dev
*idev
,
143 struct prefix_info
*pinfo
);
144 static int ipv6_chk_same_addr(const struct in6_addr
*addr
, struct net_device
*dev
);
146 static ATOMIC_NOTIFIER_HEAD(inet6addr_chain
);
148 struct ipv6_devconf ipv6_devconf __read_mostly
= {
150 .hop_limit
= IPV6_DEFAULT_HOPLIMIT
,
151 .mtu6
= IPV6_MIN_MTU
,
153 .accept_redirects
= 1,
155 .force_mld_version
= 0,
157 .rtr_solicits
= MAX_RTR_SOLICITATIONS
,
158 .rtr_solicit_interval
= RTR_SOLICITATION_INTERVAL
,
159 .rtr_solicit_delay
= MAX_RTR_SOLICITATION_DELAY
,
160 #ifdef CONFIG_IPV6_PRIVACY
162 .temp_valid_lft
= TEMP_VALID_LIFETIME
,
163 .temp_prefered_lft
= TEMP_PREFERRED_LIFETIME
,
164 .regen_max_retry
= REGEN_MAX_RETRY
,
165 .max_desync_factor
= MAX_DESYNC_FACTOR
,
167 .max_addresses
= IPV6_MAX_ADDRESSES
,
168 .accept_ra_defrtr
= 1,
169 .accept_ra_pinfo
= 1,
170 #ifdef CONFIG_IPV6_ROUTER_PREF
171 .accept_ra_rtr_pref
= 1,
172 .rtr_probe_interval
= 60 * HZ
,
173 #ifdef CONFIG_IPV6_ROUTE_INFO
174 .accept_ra_rt_info_max_plen
= 0,
178 .accept_source_route
= 0, /* we do not accept RH0 by default. */
181 static struct ipv6_devconf ipv6_devconf_dflt __read_mostly
= {
183 .hop_limit
= IPV6_DEFAULT_HOPLIMIT
,
184 .mtu6
= IPV6_MIN_MTU
,
186 .accept_redirects
= 1,
189 .rtr_solicits
= MAX_RTR_SOLICITATIONS
,
190 .rtr_solicit_interval
= RTR_SOLICITATION_INTERVAL
,
191 .rtr_solicit_delay
= MAX_RTR_SOLICITATION_DELAY
,
192 #ifdef CONFIG_IPV6_PRIVACY
194 .temp_valid_lft
= TEMP_VALID_LIFETIME
,
195 .temp_prefered_lft
= TEMP_PREFERRED_LIFETIME
,
196 .regen_max_retry
= REGEN_MAX_RETRY
,
197 .max_desync_factor
= MAX_DESYNC_FACTOR
,
199 .max_addresses
= IPV6_MAX_ADDRESSES
,
200 .accept_ra_defrtr
= 1,
201 .accept_ra_pinfo
= 1,
202 #ifdef CONFIG_IPV6_ROUTER_PREF
203 .accept_ra_rtr_pref
= 1,
204 .rtr_probe_interval
= 60 * HZ
,
205 #ifdef CONFIG_IPV6_ROUTE_INFO
206 .accept_ra_rt_info_max_plen
= 0,
210 .accept_source_route
= 0, /* we do not accept RH0 by default. */
213 /* IPv6 Wildcard Address and Loopback Address defined by RFC2553 */
214 const struct in6_addr in6addr_any
= IN6ADDR_ANY_INIT
;
215 const struct in6_addr in6addr_loopback
= IN6ADDR_LOOPBACK_INIT
;
217 /* Check if a valid qdisc is available */
218 static inline int addrconf_qdisc_ok(struct net_device
*dev
)
220 return (dev
->qdisc
!= &noop_qdisc
);
223 static void addrconf_del_timer(struct inet6_ifaddr
*ifp
)
225 if (del_timer(&ifp
->timer
))
229 enum addrconf_timer_t
236 static void addrconf_mod_timer(struct inet6_ifaddr
*ifp
,
237 enum addrconf_timer_t what
,
240 if (!del_timer(&ifp
->timer
))
245 ifp
->timer
.function
= addrconf_dad_timer
;
248 ifp
->timer
.function
= addrconf_rs_timer
;
252 ifp
->timer
.expires
= jiffies
+ when
;
253 add_timer(&ifp
->timer
);
256 static int snmp6_alloc_dev(struct inet6_dev
*idev
)
258 if (snmp_mib_init((void **)idev
->stats
.ipv6
,
259 sizeof(struct ipstats_mib
),
260 __alignof__(struct ipstats_mib
)) < 0)
262 if (snmp_mib_init((void **)idev
->stats
.icmpv6
,
263 sizeof(struct icmpv6_mib
),
264 __alignof__(struct icmpv6_mib
)) < 0)
266 if (snmp_mib_init((void **)idev
->stats
.icmpv6msg
,
267 sizeof(struct icmpv6msg_mib
),
268 __alignof__(struct icmpv6msg_mib
)) < 0)
274 snmp_mib_free((void **)idev
->stats
.icmpv6
);
276 snmp_mib_free((void **)idev
->stats
.ipv6
);
281 static void snmp6_free_dev(struct inet6_dev
*idev
)
283 snmp_mib_free((void **)idev
->stats
.icmpv6msg
);
284 snmp_mib_free((void **)idev
->stats
.icmpv6
);
285 snmp_mib_free((void **)idev
->stats
.ipv6
);
288 /* Nobody refers to this device, we may destroy it. */
290 static void in6_dev_finish_destroy_rcu(struct rcu_head
*head
)
292 struct inet6_dev
*idev
= container_of(head
, struct inet6_dev
, rcu
);
296 void in6_dev_finish_destroy(struct inet6_dev
*idev
)
298 struct net_device
*dev
= idev
->dev
;
299 BUG_TRAP(idev
->addr_list
==NULL
);
300 BUG_TRAP(idev
->mc_list
==NULL
);
301 #ifdef NET_REFCNT_DEBUG
302 printk(KERN_DEBUG
"in6_dev_finish_destroy: %s\n", dev
? dev
->name
: "NIL");
306 printk("Freeing alive inet6 device %p\n", idev
);
309 snmp6_free_dev(idev
);
310 call_rcu(&idev
->rcu
, in6_dev_finish_destroy_rcu
);
313 EXPORT_SYMBOL(in6_dev_finish_destroy
);
315 static struct inet6_dev
* ipv6_add_dev(struct net_device
*dev
)
317 struct inet6_dev
*ndev
;
318 struct in6_addr maddr
;
322 if (dev
->mtu
< IPV6_MIN_MTU
)
325 ndev
= kzalloc(sizeof(struct inet6_dev
), GFP_KERNEL
);
330 rwlock_init(&ndev
->lock
);
332 memcpy(&ndev
->cnf
, &ipv6_devconf_dflt
, sizeof(ndev
->cnf
));
333 ndev
->cnf
.mtu6
= dev
->mtu
;
334 ndev
->cnf
.sysctl
= NULL
;
335 ndev
->nd_parms
= neigh_parms_alloc(dev
, &nd_tbl
);
336 if (ndev
->nd_parms
== NULL
) {
340 /* We refer to the device */
343 if (snmp6_alloc_dev(ndev
) < 0) {
345 "%s(): cannot allocate memory for statistics; dev=%s.\n",
346 __FUNCTION__
, dev
->name
));
347 neigh_parms_release(&nd_tbl
, ndev
->nd_parms
);
349 in6_dev_finish_destroy(ndev
);
353 if (snmp6_register_dev(ndev
) < 0) {
355 "%s(): cannot create /proc/net/dev_snmp6/%s\n",
356 __FUNCTION__
, dev
->name
));
357 neigh_parms_release(&nd_tbl
, ndev
->nd_parms
);
359 in6_dev_finish_destroy(ndev
);
363 /* One reference from device. We must do this before
364 * we invoke __ipv6_regen_rndid().
368 #ifdef CONFIG_IPV6_PRIVACY
369 setup_timer(&ndev
->regen_timer
, ipv6_regen_rndid
, (unsigned long)ndev
);
370 if ((dev
->flags
&IFF_LOOPBACK
) ||
371 dev
->type
== ARPHRD_TUNNEL
||
372 #if defined(CONFIG_IPV6_SIT) || defined(CONFIG_IPV6_SIT_MODULE)
373 dev
->type
== ARPHRD_SIT
||
375 dev
->type
== ARPHRD_NONE
) {
377 "%s: Disabled Privacy Extensions\n",
379 ndev
->cnf
.use_tempaddr
= -1;
382 ipv6_regen_rndid((unsigned long) ndev
);
386 if (netif_running(dev
) && addrconf_qdisc_ok(dev
))
387 ndev
->if_flags
|= IF_READY
;
389 ipv6_mc_init_dev(ndev
);
390 ndev
->tstamp
= jiffies
;
392 neigh_sysctl_register(dev
, ndev
->nd_parms
, NET_IPV6
,
393 NET_IPV6_NEIGH
, "ipv6",
394 &ndisc_ifinfo_sysctl_change
,
396 addrconf_sysctl_register(ndev
, &ndev
->cnf
);
398 /* protected by rtnl_lock */
399 rcu_assign_pointer(dev
->ip6_ptr
, ndev
);
401 /* Join all-node multicast group */
402 ipv6_addr_all_nodes(&maddr
);
403 ipv6_dev_mc_inc(dev
, &maddr
);
408 static struct inet6_dev
* ipv6_find_idev(struct net_device
*dev
)
410 struct inet6_dev
*idev
;
414 if ((idev
= __in6_dev_get(dev
)) == NULL
) {
415 if ((idev
= ipv6_add_dev(dev
)) == NULL
)
419 if (dev
->flags
&IFF_UP
)
425 static void dev_forward_change(struct inet6_dev
*idev
)
427 struct net_device
*dev
;
428 struct inet6_ifaddr
*ifa
;
429 struct in6_addr addr
;
434 if (dev
&& (dev
->flags
& IFF_MULTICAST
)) {
435 ipv6_addr_all_routers(&addr
);
437 if (idev
->cnf
.forwarding
)
438 ipv6_dev_mc_inc(dev
, &addr
);
440 ipv6_dev_mc_dec(dev
, &addr
);
442 for (ifa
=idev
->addr_list
; ifa
; ifa
=ifa
->if_next
) {
443 if (ifa
->flags
&IFA_F_TENTATIVE
)
445 if (idev
->cnf
.forwarding
)
446 addrconf_join_anycast(ifa
);
448 addrconf_leave_anycast(ifa
);
453 static void addrconf_forward_change(void)
455 struct net_device
*dev
;
456 struct inet6_dev
*idev
;
458 read_lock(&dev_base_lock
);
459 for_each_netdev(&init_net
, dev
) {
461 idev
= __in6_dev_get(dev
);
463 int changed
= (!idev
->cnf
.forwarding
) ^ (!ipv6_devconf
.forwarding
);
464 idev
->cnf
.forwarding
= ipv6_devconf
.forwarding
;
466 dev_forward_change(idev
);
470 read_unlock(&dev_base_lock
);
474 /* Nobody refers to this ifaddr, destroy it */
476 void inet6_ifa_finish_destroy(struct inet6_ifaddr
*ifp
)
478 BUG_TRAP(ifp
->if_next
==NULL
);
479 BUG_TRAP(ifp
->lst_next
==NULL
);
480 #ifdef NET_REFCNT_DEBUG
481 printk(KERN_DEBUG
"inet6_ifa_finish_destroy\n");
484 in6_dev_put(ifp
->idev
);
486 if (del_timer(&ifp
->timer
))
487 printk("Timer is still running, when freeing ifa=%p\n", ifp
);
490 printk("Freeing alive inet6 address %p\n", ifp
);
493 dst_release(&ifp
->rt
->u
.dst
);
499 ipv6_link_dev_addr(struct inet6_dev
*idev
, struct inet6_ifaddr
*ifp
)
501 struct inet6_ifaddr
*ifa
, **ifap
;
502 int ifp_scope
= ipv6_addr_src_scope(&ifp
->addr
);
505 * Each device address list is sorted in order of scope -
506 * global before linklocal.
508 for (ifap
= &idev
->addr_list
; (ifa
= *ifap
) != NULL
;
509 ifap
= &ifa
->if_next
) {
510 if (ifp_scope
>= ipv6_addr_src_scope(&ifa
->addr
))
514 ifp
->if_next
= *ifap
;
518 /* On success it returns ifp with increased reference count */
520 static struct inet6_ifaddr
*
521 ipv6_add_addr(struct inet6_dev
*idev
, const struct in6_addr
*addr
, int pfxlen
,
522 int scope
, u32 flags
)
524 struct inet6_ifaddr
*ifa
= NULL
;
531 err
= -ENODEV
; /*XXX*/
535 write_lock(&addrconf_hash_lock
);
537 /* Ignore adding duplicate addresses on an interface */
538 if (ipv6_chk_same_addr(addr
, idev
->dev
)) {
539 ADBG(("ipv6_add_addr: already assigned\n"));
544 ifa
= kzalloc(sizeof(struct inet6_ifaddr
), GFP_ATOMIC
);
547 ADBG(("ipv6_add_addr: malloc failed\n"));
552 rt
= addrconf_dst_alloc(idev
, addr
, 0);
558 ipv6_addr_copy(&ifa
->addr
, addr
);
560 spin_lock_init(&ifa
->lock
);
561 init_timer(&ifa
->timer
);
562 ifa
->timer
.data
= (unsigned long) ifa
;
564 ifa
->prefix_len
= pfxlen
;
565 ifa
->flags
= flags
| IFA_F_TENTATIVE
;
566 ifa
->cstamp
= ifa
->tstamp
= jiffies
;
571 * part one of RFC 4429, section 3.3
572 * We should not configure an address as
573 * optimistic if we do not yet know the link
574 * layer address of our nexhop router
577 if (rt
->rt6i_nexthop
== NULL
)
578 ifa
->flags
&= ~IFA_F_OPTIMISTIC
;
585 /* Add to big hash table */
586 hash
= ipv6_addr_hash(addr
);
588 ifa
->lst_next
= inet6_addr_lst
[hash
];
589 inet6_addr_lst
[hash
] = ifa
;
591 write_unlock(&addrconf_hash_lock
);
593 write_lock(&idev
->lock
);
594 /* Add to inet6_dev unicast addr list. */
595 ipv6_link_dev_addr(idev
, ifa
);
597 #ifdef CONFIG_IPV6_PRIVACY
598 if (ifa
->flags
&IFA_F_TEMPORARY
) {
599 ifa
->tmp_next
= idev
->tempaddr_list
;
600 idev
->tempaddr_list
= ifa
;
606 write_unlock(&idev
->lock
);
608 rcu_read_unlock_bh();
610 if (likely(err
== 0))
611 atomic_notifier_call_chain(&inet6addr_chain
, NETDEV_UP
, ifa
);
619 write_unlock(&addrconf_hash_lock
);
623 /* This function wants to get referenced ifp and releases it before return */
625 static void ipv6_del_addr(struct inet6_ifaddr
*ifp
)
627 struct inet6_ifaddr
*ifa
, **ifap
;
628 struct inet6_dev
*idev
= ifp
->idev
;
630 int deleted
= 0, onlink
= 0;
631 unsigned long expires
= jiffies
;
633 hash
= ipv6_addr_hash(&ifp
->addr
);
637 write_lock_bh(&addrconf_hash_lock
);
638 for (ifap
= &inet6_addr_lst
[hash
]; (ifa
=*ifap
) != NULL
;
639 ifap
= &ifa
->lst_next
) {
641 *ifap
= ifa
->lst_next
;
643 ifa
->lst_next
= NULL
;
647 write_unlock_bh(&addrconf_hash_lock
);
649 write_lock_bh(&idev
->lock
);
650 #ifdef CONFIG_IPV6_PRIVACY
651 if (ifp
->flags
&IFA_F_TEMPORARY
) {
652 for (ifap
= &idev
->tempaddr_list
; (ifa
=*ifap
) != NULL
;
653 ifap
= &ifa
->tmp_next
) {
655 *ifap
= ifa
->tmp_next
;
657 in6_ifa_put(ifp
->ifpub
);
661 ifa
->tmp_next
= NULL
;
668 for (ifap
= &idev
->addr_list
; (ifa
=*ifap
) != NULL
;) {
670 *ifap
= ifa
->if_next
;
673 if (!(ifp
->flags
& IFA_F_PERMANENT
) || onlink
> 0)
677 } else if (ifp
->flags
& IFA_F_PERMANENT
) {
678 if (ipv6_prefix_equal(&ifa
->addr
, &ifp
->addr
,
680 if (ifa
->flags
& IFA_F_PERMANENT
) {
685 unsigned long lifetime
;
690 spin_lock(&ifa
->lock
);
691 lifetime
= min_t(unsigned long,
692 ifa
->valid_lft
, 0x7fffffffUL
/HZ
);
693 if (time_before(expires
,
694 ifa
->tstamp
+ lifetime
* HZ
))
695 expires
= ifa
->tstamp
+ lifetime
* HZ
;
696 spin_unlock(&ifa
->lock
);
700 ifap
= &ifa
->if_next
;
702 write_unlock_bh(&idev
->lock
);
704 ipv6_ifa_notify(RTM_DELADDR
, ifp
);
706 atomic_notifier_call_chain(&inet6addr_chain
, NETDEV_DOWN
, ifp
);
708 addrconf_del_timer(ifp
);
711 * Purge or update corresponding prefix
713 * 1) we don't purge prefix here if address was not permanent.
714 * prefix is managed by its own lifetime.
715 * 2) if there're no addresses, delete prefix.
716 * 3) if there're still other permanent address(es),
717 * corresponding prefix is still permanent.
718 * 4) otherwise, update prefix lifetime to the
719 * longest valid lifetime among the corresponding
720 * addresses on the device.
721 * Note: subsequent RA will update lifetime.
725 if ((ifp
->flags
& IFA_F_PERMANENT
) && onlink
< 1) {
726 struct in6_addr prefix
;
729 ipv6_addr_prefix(&prefix
, &ifp
->addr
, ifp
->prefix_len
);
730 rt
= rt6_lookup(&prefix
, NULL
, ifp
->idev
->dev
->ifindex
, 1);
732 if (rt
&& ((rt
->rt6i_flags
& (RTF_GATEWAY
| RTF_DEFAULT
)) == 0)) {
736 } else if (!(rt
->rt6i_flags
& RTF_EXPIRES
)) {
737 rt
->rt6i_expires
= expires
;
738 rt
->rt6i_flags
|= RTF_EXPIRES
;
741 dst_release(&rt
->u
.dst
);
747 #ifdef CONFIG_IPV6_PRIVACY
748 static int ipv6_create_tempaddr(struct inet6_ifaddr
*ifp
, struct inet6_ifaddr
*ift
)
750 struct inet6_dev
*idev
= ifp
->idev
;
751 struct in6_addr addr
, *tmpaddr
;
752 unsigned long tmp_prefered_lft
, tmp_valid_lft
, tmp_cstamp
, tmp_tstamp
;
758 write_lock(&idev
->lock
);
760 spin_lock_bh(&ift
->lock
);
761 memcpy(&addr
.s6_addr
[8], &ift
->addr
.s6_addr
[8], 8);
762 spin_unlock_bh(&ift
->lock
);
769 if (idev
->cnf
.use_tempaddr
<= 0) {
770 write_unlock(&idev
->lock
);
772 "ipv6_create_tempaddr(): use_tempaddr is disabled.\n");
777 spin_lock_bh(&ifp
->lock
);
778 if (ifp
->regen_count
++ >= idev
->cnf
.regen_max_retry
) {
779 idev
->cnf
.use_tempaddr
= -1; /*XXX*/
780 spin_unlock_bh(&ifp
->lock
);
781 write_unlock(&idev
->lock
);
783 "ipv6_create_tempaddr(): regeneration time exceeded. disabled temporary address support.\n");
789 memcpy(addr
.s6_addr
, ifp
->addr
.s6_addr
, 8);
790 if (__ipv6_try_regen_rndid(idev
, tmpaddr
) < 0) {
791 spin_unlock_bh(&ifp
->lock
);
792 write_unlock(&idev
->lock
);
794 "ipv6_create_tempaddr(): regeneration of randomized interface id failed.\n");
800 memcpy(&addr
.s6_addr
[8], idev
->rndid
, 8);
801 tmp_valid_lft
= min_t(__u32
,
803 idev
->cnf
.temp_valid_lft
);
804 tmp_prefered_lft
= min_t(__u32
,
806 idev
->cnf
.temp_prefered_lft
- desync_factor
/ HZ
);
807 tmp_plen
= ifp
->prefix_len
;
808 max_addresses
= idev
->cnf
.max_addresses
;
809 tmp_cstamp
= ifp
->cstamp
;
810 tmp_tstamp
= ifp
->tstamp
;
811 spin_unlock_bh(&ifp
->lock
);
813 write_unlock(&idev
->lock
);
815 addr_flags
= IFA_F_TEMPORARY
;
816 /* set in addrconf_prefix_rcv() */
817 if (ifp
->flags
& IFA_F_OPTIMISTIC
)
818 addr_flags
|= IFA_F_OPTIMISTIC
;
820 ift
= !max_addresses
||
821 ipv6_count_addresses(idev
) < max_addresses
?
822 ipv6_add_addr(idev
, &addr
, tmp_plen
,
823 ipv6_addr_type(&addr
)&IPV6_ADDR_SCOPE_MASK
,
825 if (!ift
|| IS_ERR(ift
)) {
829 "ipv6_create_tempaddr(): retry temporary address regeneration.\n");
831 write_lock(&idev
->lock
);
835 spin_lock_bh(&ift
->lock
);
837 ift
->valid_lft
= tmp_valid_lft
;
838 ift
->prefered_lft
= tmp_prefered_lft
;
839 ift
->cstamp
= tmp_cstamp
;
840 ift
->tstamp
= tmp_tstamp
;
841 spin_unlock_bh(&ift
->lock
);
843 addrconf_dad_start(ift
, 0);
852 * Choose an appropriate source address (RFC3484)
854 struct ipv6_saddr_score
{
862 #define IPV6_SADDR_SCORE_LOCAL 0x0001
863 #define IPV6_SADDR_SCORE_PREFERRED 0x0004
864 #define IPV6_SADDR_SCORE_HOA 0x0008
865 #define IPV6_SADDR_SCORE_OIF 0x0010
866 #define IPV6_SADDR_SCORE_LABEL 0x0020
867 #define IPV6_SADDR_SCORE_PRIVACY 0x0040
869 static inline int ipv6_saddr_preferred(int type
)
871 if (type
& (IPV6_ADDR_MAPPED
|IPV6_ADDR_COMPATv4
|
872 IPV6_ADDR_LOOPBACK
|IPV6_ADDR_RESERVED
))
877 /* static matching label */
878 static inline int ipv6_saddr_label(const struct in6_addr
*addr
, int type
)
881 * prefix (longest match) label
882 * -----------------------------
891 if (type
& IPV6_ADDR_LOOPBACK
)
893 else if (type
& IPV6_ADDR_COMPATv4
)
895 else if (type
& IPV6_ADDR_MAPPED
)
897 else if (addr
->s6_addr32
[0] == htonl(0x20010000))
899 else if (addr
->s6_addr16
[0] == htons(0x2002))
901 else if ((addr
->s6_addr
[0] & 0xfe) == 0xfc)
906 int ipv6_dev_get_saddr(struct net_device
*daddr_dev
,
907 struct in6_addr
*daddr
, struct in6_addr
*saddr
)
909 struct ipv6_saddr_score hiscore
;
910 struct inet6_ifaddr
*ifa_result
= NULL
;
911 int daddr_type
= __ipv6_addr_type(daddr
);
912 int daddr_scope
= __ipv6_addr_src_scope(daddr_type
);
913 u32 daddr_label
= ipv6_saddr_label(daddr
, daddr_type
);
914 struct net_device
*dev
;
916 memset(&hiscore
, 0, sizeof(hiscore
));
918 read_lock(&dev_base_lock
);
921 for_each_netdev(&init_net
, dev
) {
922 struct inet6_dev
*idev
;
923 struct inet6_ifaddr
*ifa
;
925 /* Rule 0: Candidate Source Address (section 4)
926 * - multicast and link-local destination address,
927 * the set of candidate source address MUST only
928 * include addresses assigned to interfaces
929 * belonging to the same link as the outgoing
931 * (- For site-local destination addresses, the
932 * set of candidate source addresses MUST only
933 * include addresses assigned to interfaces
934 * belonging to the same site as the outgoing
937 if ((daddr_type
& IPV6_ADDR_MULTICAST
||
938 daddr_scope
<= IPV6_ADDR_SCOPE_LINKLOCAL
) &&
939 daddr_dev
&& dev
!= daddr_dev
)
942 idev
= __in6_dev_get(dev
);
946 read_lock_bh(&idev
->lock
);
947 for (ifa
= idev
->addr_list
; ifa
; ifa
= ifa
->if_next
) {
948 struct ipv6_saddr_score score
;
950 score
.addr_type
= __ipv6_addr_type(&ifa
->addr
);
953 * - Tentative Address (RFC2462 section 5.4)
954 * - A tentative address is not considered
955 * "assigned to an interface" in the traditional
956 * sense, unless it is also flagged as optimistic.
957 * - Candidate Source Address (section 4)
958 * - In any case, anycast addresses, multicast
959 * addresses, and the unspecified address MUST
960 * NOT be included in a candidate set.
962 if ((ifa
->flags
& IFA_F_TENTATIVE
) &&
963 (!(ifa
->flags
& IFA_F_OPTIMISTIC
)))
965 if (unlikely(score
.addr_type
== IPV6_ADDR_ANY
||
966 score
.addr_type
& IPV6_ADDR_MULTICAST
)) {
967 LIMIT_NETDEBUG(KERN_DEBUG
968 "ADDRCONF: unspecified / multicast address "
969 "assigned as unicast address on %s",
979 if (ifa_result
== NULL
) {
980 /* record it if the first available entry */
984 /* Rule 1: Prefer same address */
985 if (hiscore
.rule
< 1) {
986 if (ipv6_addr_equal(&ifa_result
->addr
, daddr
))
987 hiscore
.attrs
|= IPV6_SADDR_SCORE_LOCAL
;
990 if (ipv6_addr_equal(&ifa
->addr
, daddr
)) {
991 score
.attrs
|= IPV6_SADDR_SCORE_LOCAL
;
992 if (!(hiscore
.attrs
& IPV6_SADDR_SCORE_LOCAL
)) {
997 if (hiscore
.attrs
& IPV6_SADDR_SCORE_LOCAL
)
1001 /* Rule 2: Prefer appropriate scope */
1002 if (hiscore
.rule
< 2) {
1003 hiscore
.scope
= __ipv6_addr_src_scope(hiscore
.addr_type
);
1006 score
.scope
= __ipv6_addr_src_scope(score
.addr_type
);
1007 if (hiscore
.scope
< score
.scope
) {
1008 if (hiscore
.scope
< daddr_scope
) {
1013 } else if (score
.scope
< hiscore
.scope
) {
1014 if (score
.scope
< daddr_scope
)
1015 break; /* addresses sorted by scope */
1022 /* Rule 3: Avoid deprecated and optimistic addresses */
1023 if (hiscore
.rule
< 3) {
1024 if (ipv6_saddr_preferred(hiscore
.addr_type
) ||
1025 (((ifa_result
->flags
&
1026 (IFA_F_DEPRECATED
|IFA_F_OPTIMISTIC
)) == 0)))
1027 hiscore
.attrs
|= IPV6_SADDR_SCORE_PREFERRED
;
1030 if (ipv6_saddr_preferred(score
.addr_type
) ||
1032 (IFA_F_DEPRECATED
|IFA_F_OPTIMISTIC
)) == 0))) {
1033 score
.attrs
|= IPV6_SADDR_SCORE_PREFERRED
;
1034 if (!(hiscore
.attrs
& IPV6_SADDR_SCORE_PREFERRED
)) {
1039 if (hiscore
.attrs
& IPV6_SADDR_SCORE_PREFERRED
)
1043 /* Rule 4: Prefer home address */
1044 #if defined(CONFIG_IPV6_MIP6) || defined(CONFIG_IPV6_MIP6_MODULE)
1045 if (hiscore
.rule
< 4) {
1046 if (ifa_result
->flags
& IFA_F_HOMEADDRESS
)
1047 hiscore
.attrs
|= IPV6_SADDR_SCORE_HOA
;
1050 if (ifa
->flags
& IFA_F_HOMEADDRESS
) {
1051 score
.attrs
|= IPV6_SADDR_SCORE_HOA
;
1052 if (!(ifa_result
->flags
& IFA_F_HOMEADDRESS
)) {
1057 if (hiscore
.attrs
& IPV6_SADDR_SCORE_HOA
)
1061 if (hiscore
.rule
< 4)
1065 /* Rule 5: Prefer outgoing interface */
1066 if (hiscore
.rule
< 5) {
1067 if (daddr_dev
== NULL
||
1068 daddr_dev
== ifa_result
->idev
->dev
)
1069 hiscore
.attrs
|= IPV6_SADDR_SCORE_OIF
;
1072 if (daddr_dev
== NULL
||
1073 daddr_dev
== ifa
->idev
->dev
) {
1074 score
.attrs
|= IPV6_SADDR_SCORE_OIF
;
1075 if (!(hiscore
.attrs
& IPV6_SADDR_SCORE_OIF
)) {
1080 if (hiscore
.attrs
& IPV6_SADDR_SCORE_OIF
)
1084 /* Rule 6: Prefer matching label */
1085 if (hiscore
.rule
< 6) {
1086 if (ipv6_saddr_label(&ifa_result
->addr
, hiscore
.addr_type
) == daddr_label
)
1087 hiscore
.attrs
|= IPV6_SADDR_SCORE_LABEL
;
1090 if (ipv6_saddr_label(&ifa
->addr
, score
.addr_type
) == daddr_label
) {
1091 score
.attrs
|= IPV6_SADDR_SCORE_LABEL
;
1092 if (!(hiscore
.attrs
& IPV6_SADDR_SCORE_LABEL
)) {
1097 if (hiscore
.attrs
& IPV6_SADDR_SCORE_LABEL
)
1101 #ifdef CONFIG_IPV6_PRIVACY
1102 /* Rule 7: Prefer public address
1103 * Note: prefer temprary address if use_tempaddr >= 2
1105 if (hiscore
.rule
< 7) {
1106 if ((!(ifa_result
->flags
& IFA_F_TEMPORARY
)) ^
1107 (ifa_result
->idev
->cnf
.use_tempaddr
>= 2))
1108 hiscore
.attrs
|= IPV6_SADDR_SCORE_PRIVACY
;
1111 if ((!(ifa
->flags
& IFA_F_TEMPORARY
)) ^
1112 (ifa
->idev
->cnf
.use_tempaddr
>= 2)) {
1113 score
.attrs
|= IPV6_SADDR_SCORE_PRIVACY
;
1114 if (!(hiscore
.attrs
& IPV6_SADDR_SCORE_PRIVACY
)) {
1119 if (hiscore
.attrs
& IPV6_SADDR_SCORE_PRIVACY
)
1123 if (hiscore
.rule
< 7)
1126 /* Rule 8: Use longest matching prefix */
1127 if (hiscore
.rule
< 8) {
1128 hiscore
.matchlen
= ipv6_addr_diff(&ifa_result
->addr
, daddr
);
1131 score
.matchlen
= ipv6_addr_diff(&ifa
->addr
, daddr
);
1132 if (score
.matchlen
> hiscore
.matchlen
) {
1137 else if (score
.matchlen
< hiscore
.matchlen
)
1141 /* Final Rule: choose first available one */
1145 in6_ifa_put(ifa_result
);
1150 read_unlock_bh(&idev
->lock
);
1153 read_unlock(&dev_base_lock
);
1156 return -EADDRNOTAVAIL
;
1158 ipv6_addr_copy(saddr
, &ifa_result
->addr
);
1159 in6_ifa_put(ifa_result
);
1164 int ipv6_get_saddr(struct dst_entry
*dst
,
1165 struct in6_addr
*daddr
, struct in6_addr
*saddr
)
1167 return ipv6_dev_get_saddr(dst
? ip6_dst_idev(dst
)->dev
: NULL
, daddr
, saddr
);
1170 EXPORT_SYMBOL(ipv6_get_saddr
);
1172 int ipv6_get_lladdr(struct net_device
*dev
, struct in6_addr
*addr
,
1173 unsigned char banned_flags
)
1175 struct inet6_dev
*idev
;
1176 int err
= -EADDRNOTAVAIL
;
1179 if ((idev
= __in6_dev_get(dev
)) != NULL
) {
1180 struct inet6_ifaddr
*ifp
;
1182 read_lock_bh(&idev
->lock
);
1183 for (ifp
=idev
->addr_list
; ifp
; ifp
=ifp
->if_next
) {
1184 if (ifp
->scope
== IFA_LINK
&& !(ifp
->flags
& banned_flags
)) {
1185 ipv6_addr_copy(addr
, &ifp
->addr
);
1190 read_unlock_bh(&idev
->lock
);
1196 static int ipv6_count_addresses(struct inet6_dev
*idev
)
1199 struct inet6_ifaddr
*ifp
;
1201 read_lock_bh(&idev
->lock
);
1202 for (ifp
=idev
->addr_list
; ifp
; ifp
=ifp
->if_next
)
1204 read_unlock_bh(&idev
->lock
);
1208 int ipv6_chk_addr(struct in6_addr
*addr
, struct net_device
*dev
, int strict
)
1210 struct inet6_ifaddr
* ifp
;
1211 u8 hash
= ipv6_addr_hash(addr
);
1213 read_lock_bh(&addrconf_hash_lock
);
1214 for(ifp
= inet6_addr_lst
[hash
]; ifp
; ifp
=ifp
->lst_next
) {
1215 if (ipv6_addr_equal(&ifp
->addr
, addr
) &&
1216 !(ifp
->flags
&IFA_F_TENTATIVE
)) {
1217 if (dev
== NULL
|| ifp
->idev
->dev
== dev
||
1218 !(ifp
->scope
&(IFA_LINK
|IFA_HOST
) || strict
))
1222 read_unlock_bh(&addrconf_hash_lock
);
1226 EXPORT_SYMBOL(ipv6_chk_addr
);
1229 int ipv6_chk_same_addr(const struct in6_addr
*addr
, struct net_device
*dev
)
1231 struct inet6_ifaddr
* ifp
;
1232 u8 hash
= ipv6_addr_hash(addr
);
1234 for(ifp
= inet6_addr_lst
[hash
]; ifp
; ifp
=ifp
->lst_next
) {
1235 if (ipv6_addr_equal(&ifp
->addr
, addr
)) {
1236 if (dev
== NULL
|| ifp
->idev
->dev
== dev
)
1243 struct inet6_ifaddr
* ipv6_get_ifaddr(struct in6_addr
*addr
, struct net_device
*dev
, int strict
)
1245 struct inet6_ifaddr
* ifp
;
1246 u8 hash
= ipv6_addr_hash(addr
);
1248 read_lock_bh(&addrconf_hash_lock
);
1249 for(ifp
= inet6_addr_lst
[hash
]; ifp
; ifp
=ifp
->lst_next
) {
1250 if (ipv6_addr_equal(&ifp
->addr
, addr
)) {
1251 if (dev
== NULL
|| ifp
->idev
->dev
== dev
||
1252 !(ifp
->scope
&(IFA_LINK
|IFA_HOST
) || strict
)) {
1258 read_unlock_bh(&addrconf_hash_lock
);
1263 int ipv6_rcv_saddr_equal(const struct sock
*sk
, const struct sock
*sk2
)
1265 const struct in6_addr
*sk_rcv_saddr6
= &inet6_sk(sk
)->rcv_saddr
;
1266 const struct in6_addr
*sk2_rcv_saddr6
= inet6_rcv_saddr(sk2
);
1267 __be32 sk_rcv_saddr
= inet_sk(sk
)->rcv_saddr
;
1268 __be32 sk2_rcv_saddr
= inet_rcv_saddr(sk2
);
1269 int sk_ipv6only
= ipv6_only_sock(sk
);
1270 int sk2_ipv6only
= inet_v6_ipv6only(sk2
);
1271 int addr_type
= ipv6_addr_type(sk_rcv_saddr6
);
1272 int addr_type2
= sk2_rcv_saddr6
? ipv6_addr_type(sk2_rcv_saddr6
) : IPV6_ADDR_MAPPED
;
1274 if (!sk2_rcv_saddr
&& !sk_ipv6only
)
1277 if (addr_type2
== IPV6_ADDR_ANY
&&
1278 !(sk2_ipv6only
&& addr_type
== IPV6_ADDR_MAPPED
))
1281 if (addr_type
== IPV6_ADDR_ANY
&&
1282 !(sk_ipv6only
&& addr_type2
== IPV6_ADDR_MAPPED
))
1285 if (sk2_rcv_saddr6
&&
1286 ipv6_addr_equal(sk_rcv_saddr6
, sk2_rcv_saddr6
))
1289 if (addr_type
== IPV6_ADDR_MAPPED
&&
1291 (!sk2_rcv_saddr
|| !sk_rcv_saddr
|| sk_rcv_saddr
== sk2_rcv_saddr
))
1297 /* Gets referenced address, destroys ifaddr */
1299 static void addrconf_dad_stop(struct inet6_ifaddr
*ifp
)
1301 if (ifp
->flags
&IFA_F_PERMANENT
) {
1302 spin_lock_bh(&ifp
->lock
);
1303 addrconf_del_timer(ifp
);
1304 ifp
->flags
|= IFA_F_TENTATIVE
;
1305 spin_unlock_bh(&ifp
->lock
);
1307 #ifdef CONFIG_IPV6_PRIVACY
1308 } else if (ifp
->flags
&IFA_F_TEMPORARY
) {
1309 struct inet6_ifaddr
*ifpub
;
1310 spin_lock_bh(&ifp
->lock
);
1313 in6_ifa_hold(ifpub
);
1314 spin_unlock_bh(&ifp
->lock
);
1315 ipv6_create_tempaddr(ifpub
, ifp
);
1318 spin_unlock_bh(&ifp
->lock
);
1326 void addrconf_dad_failure(struct inet6_ifaddr
*ifp
)
1328 if (net_ratelimit())
1329 printk(KERN_INFO
"%s: duplicate address detected!\n", ifp
->idev
->dev
->name
);
1330 addrconf_dad_stop(ifp
);
1333 /* Join to solicited addr multicast group. */
1335 void addrconf_join_solict(struct net_device
*dev
, struct in6_addr
*addr
)
1337 struct in6_addr maddr
;
1339 if (dev
->flags
&(IFF_LOOPBACK
|IFF_NOARP
))
1342 addrconf_addr_solict_mult(addr
, &maddr
);
1343 ipv6_dev_mc_inc(dev
, &maddr
);
1346 void addrconf_leave_solict(struct inet6_dev
*idev
, struct in6_addr
*addr
)
1348 struct in6_addr maddr
;
1350 if (idev
->dev
->flags
&(IFF_LOOPBACK
|IFF_NOARP
))
1353 addrconf_addr_solict_mult(addr
, &maddr
);
1354 __ipv6_dev_mc_dec(idev
, &maddr
);
1357 static void addrconf_join_anycast(struct inet6_ifaddr
*ifp
)
1359 struct in6_addr addr
;
1360 ipv6_addr_prefix(&addr
, &ifp
->addr
, ifp
->prefix_len
);
1361 if (ipv6_addr_any(&addr
))
1363 ipv6_dev_ac_inc(ifp
->idev
->dev
, &addr
);
1366 static void addrconf_leave_anycast(struct inet6_ifaddr
*ifp
)
1368 struct in6_addr addr
;
1369 ipv6_addr_prefix(&addr
, &ifp
->addr
, ifp
->prefix_len
);
1370 if (ipv6_addr_any(&addr
))
1372 __ipv6_dev_ac_dec(ifp
->idev
, &addr
);
1375 static int addrconf_ifid_eui48(u8
*eui
, struct net_device
*dev
)
1377 if (dev
->addr_len
!= ETH_ALEN
)
1379 memcpy(eui
, dev
->dev_addr
, 3);
1380 memcpy(eui
+ 5, dev
->dev_addr
+ 3, 3);
1383 * The zSeries OSA network cards can be shared among various
1384 * OS instances, but the OSA cards have only one MAC address.
1385 * This leads to duplicate address conflicts in conjunction
1386 * with IPv6 if more than one instance uses the same card.
1388 * The driver for these cards can deliver a unique 16-bit
1389 * identifier for each instance sharing the same card. It is
1390 * placed instead of 0xFFFE in the interface identifier. The
1391 * "u" bit of the interface identifier is not inverted in this
1392 * case. Hence the resulting interface identifier has local
1393 * scope according to RFC2373.
1396 eui
[3] = (dev
->dev_id
>> 8) & 0xFF;
1397 eui
[4] = dev
->dev_id
& 0xFF;
1406 static int addrconf_ifid_arcnet(u8
*eui
, struct net_device
*dev
)
1408 /* XXX: inherit EUI-64 from other interface -- yoshfuji */
1409 if (dev
->addr_len
!= ARCNET_ALEN
)
1412 eui
[7] = *(u8
*)dev
->dev_addr
;
1416 static int addrconf_ifid_infiniband(u8
*eui
, struct net_device
*dev
)
1418 if (dev
->addr_len
!= INFINIBAND_ALEN
)
1420 memcpy(eui
, dev
->dev_addr
+ 12, 8);
1425 static int ipv6_generate_eui64(u8
*eui
, struct net_device
*dev
)
1427 switch (dev
->type
) {
1430 case ARPHRD_IEEE802_TR
:
1431 return addrconf_ifid_eui48(eui
, dev
);
1433 return addrconf_ifid_arcnet(eui
, dev
);
1434 case ARPHRD_INFINIBAND
:
1435 return addrconf_ifid_infiniband(eui
, dev
);
1440 static int ipv6_inherit_eui64(u8
*eui
, struct inet6_dev
*idev
)
1443 struct inet6_ifaddr
*ifp
;
1445 read_lock_bh(&idev
->lock
);
1446 for (ifp
=idev
->addr_list
; ifp
; ifp
=ifp
->if_next
) {
1447 if (ifp
->scope
== IFA_LINK
&& !(ifp
->flags
&IFA_F_TENTATIVE
)) {
1448 memcpy(eui
, ifp
->addr
.s6_addr
+8, 8);
1453 read_unlock_bh(&idev
->lock
);
1457 #ifdef CONFIG_IPV6_PRIVACY
1458 /* (re)generation of randomized interface identifier (RFC 3041 3.2, 3.5) */
1459 static int __ipv6_regen_rndid(struct inet6_dev
*idev
)
1462 get_random_bytes(idev
->rndid
, sizeof(idev
->rndid
));
1463 idev
->rndid
[0] &= ~0x02;
1466 * <draft-ietf-ipngwg-temp-addresses-v2-00.txt>:
1467 * check if generated address is not inappropriate
1469 * - Reserved subnet anycast (RFC 2526)
1470 * 11111101 11....11 1xxxxxxx
1471 * - ISATAP (draft-ietf-ngtrans-isatap-13.txt) 5.1
1472 * 00-00-5E-FE-xx-xx-xx-xx
1474 * - XXX: already assigned to an address on the device
1476 if (idev
->rndid
[0] == 0xfd &&
1477 (idev
->rndid
[1]&idev
->rndid
[2]&idev
->rndid
[3]&idev
->rndid
[4]&idev
->rndid
[5]&idev
->rndid
[6]) == 0xff &&
1478 (idev
->rndid
[7]&0x80))
1480 if ((idev
->rndid
[0]|idev
->rndid
[1]) == 0) {
1481 if (idev
->rndid
[2] == 0x5e && idev
->rndid
[3] == 0xfe)
1483 if ((idev
->rndid
[2]|idev
->rndid
[3]|idev
->rndid
[4]|idev
->rndid
[5]|idev
->rndid
[6]|idev
->rndid
[7]) == 0x00)
1490 static void ipv6_regen_rndid(unsigned long data
)
1492 struct inet6_dev
*idev
= (struct inet6_dev
*) data
;
1493 unsigned long expires
;
1496 write_lock_bh(&idev
->lock
);
1501 if (__ipv6_regen_rndid(idev
) < 0)
1505 idev
->cnf
.temp_prefered_lft
* HZ
-
1506 idev
->cnf
.regen_max_retry
* idev
->cnf
.dad_transmits
* idev
->nd_parms
->retrans_time
- desync_factor
;
1507 if (time_before(expires
, jiffies
)) {
1509 "ipv6_regen_rndid(): too short regeneration interval; timer disabled for %s.\n",
1514 if (!mod_timer(&idev
->regen_timer
, expires
))
1518 write_unlock_bh(&idev
->lock
);
1519 rcu_read_unlock_bh();
1523 static int __ipv6_try_regen_rndid(struct inet6_dev
*idev
, struct in6_addr
*tmpaddr
) {
1526 if (tmpaddr
&& memcmp(idev
->rndid
, &tmpaddr
->s6_addr
[8], 8) == 0)
1527 ret
= __ipv6_regen_rndid(idev
);
1537 addrconf_prefix_route(struct in6_addr
*pfx
, int plen
, struct net_device
*dev
,
1538 unsigned long expires
, u32 flags
)
1540 struct fib6_config cfg
= {
1541 .fc_table
= RT6_TABLE_PREFIX
,
1542 .fc_metric
= IP6_RT_PRIO_ADDRCONF
,
1543 .fc_ifindex
= dev
->ifindex
,
1544 .fc_expires
= expires
,
1546 .fc_flags
= RTF_UP
| flags
,
1549 ipv6_addr_copy(&cfg
.fc_dst
, pfx
);
1551 /* Prevent useless cloning on PtP SIT.
1552 This thing is done here expecting that the whole
1553 class of non-broadcast devices need not cloning.
1555 #if defined(CONFIG_IPV6_SIT) || defined(CONFIG_IPV6_SIT_MODULE)
1556 if (dev
->type
== ARPHRD_SIT
&& (dev
->flags
& IFF_POINTOPOINT
))
1557 cfg
.fc_flags
|= RTF_NONEXTHOP
;
1560 ip6_route_add(&cfg
);
1563 /* Create "default" multicast route to the interface */
1565 static void addrconf_add_mroute(struct net_device
*dev
)
1567 struct fib6_config cfg
= {
1568 .fc_table
= RT6_TABLE_LOCAL
,
1569 .fc_metric
= IP6_RT_PRIO_ADDRCONF
,
1570 .fc_ifindex
= dev
->ifindex
,
1575 ipv6_addr_set(&cfg
.fc_dst
, htonl(0xFF000000), 0, 0, 0);
1577 ip6_route_add(&cfg
);
1580 #if defined(CONFIG_IPV6_SIT) || defined(CONFIG_IPV6_SIT_MODULE)
1581 static void sit_route_add(struct net_device
*dev
)
1583 struct fib6_config cfg
= {
1584 .fc_table
= RT6_TABLE_MAIN
,
1585 .fc_metric
= IP6_RT_PRIO_ADDRCONF
,
1586 .fc_ifindex
= dev
->ifindex
,
1588 .fc_flags
= RTF_UP
| RTF_NONEXTHOP
,
1591 /* prefix length - 96 bits "::d.d.d.d" */
1592 ip6_route_add(&cfg
);
1596 static void addrconf_add_lroute(struct net_device
*dev
)
1598 struct in6_addr addr
;
1600 ipv6_addr_set(&addr
, htonl(0xFE800000), 0, 0, 0);
1601 addrconf_prefix_route(&addr
, 64, dev
, 0, 0);
1604 static struct inet6_dev
*addrconf_add_dev(struct net_device
*dev
)
1606 struct inet6_dev
*idev
;
1610 if ((idev
= ipv6_find_idev(dev
)) == NULL
)
1613 /* Add default multicast route */
1614 addrconf_add_mroute(dev
);
1616 /* Add link local route */
1617 addrconf_add_lroute(dev
);
1621 void addrconf_prefix_rcv(struct net_device
*dev
, u8
*opt
, int len
)
1623 struct prefix_info
*pinfo
;
1627 unsigned long rt_expires
;
1628 struct inet6_dev
*in6_dev
;
1630 pinfo
= (struct prefix_info
*) opt
;
1632 if (len
< sizeof(struct prefix_info
)) {
1633 ADBG(("addrconf: prefix option too short\n"));
1638 * Validation checks ([ADDRCONF], page 19)
1641 addr_type
= ipv6_addr_type(&pinfo
->prefix
);
1643 if (addr_type
& (IPV6_ADDR_MULTICAST
|IPV6_ADDR_LINKLOCAL
))
1646 valid_lft
= ntohl(pinfo
->valid
);
1647 prefered_lft
= ntohl(pinfo
->prefered
);
1649 if (prefered_lft
> valid_lft
) {
1650 if (net_ratelimit())
1651 printk(KERN_WARNING
"addrconf: prefix option has invalid lifetime\n");
1655 in6_dev
= in6_dev_get(dev
);
1657 if (in6_dev
== NULL
) {
1658 if (net_ratelimit())
1659 printk(KERN_DEBUG
"addrconf: device %s not configured\n", dev
->name
);
1664 * Two things going on here:
1665 * 1) Add routes for on-link prefixes
1666 * 2) Configure prefixes with the auto flag set
1669 /* Avoid arithmetic overflow. Really, we could
1670 save rt_expires in seconds, likely valid_lft,
1671 but it would require division in fib gc, that it
1674 if (valid_lft
>= 0x7FFFFFFF/HZ
)
1675 rt_expires
= 0x7FFFFFFF - (0x7FFFFFFF % HZ
);
1677 rt_expires
= valid_lft
* HZ
;
1680 * We convert this (in jiffies) to clock_t later.
1681 * Avoid arithmetic overflow there as well.
1682 * Overflow can happen only if HZ < USER_HZ.
1684 if (HZ
< USER_HZ
&& rt_expires
> 0x7FFFFFFF / USER_HZ
)
1685 rt_expires
= 0x7FFFFFFF / USER_HZ
;
1687 if (pinfo
->onlink
) {
1688 struct rt6_info
*rt
;
1689 rt
= rt6_lookup(&pinfo
->prefix
, NULL
, dev
->ifindex
, 1);
1691 if (rt
&& ((rt
->rt6i_flags
& (RTF_GATEWAY
| RTF_DEFAULT
)) == 0)) {
1692 if (rt
->rt6i_flags
&RTF_EXPIRES
) {
1693 if (valid_lft
== 0) {
1697 rt
->rt6i_expires
= jiffies
+ rt_expires
;
1700 } else if (valid_lft
) {
1701 addrconf_prefix_route(&pinfo
->prefix
, pinfo
->prefix_len
,
1702 dev
, jiffies_to_clock_t(rt_expires
), RTF_ADDRCONF
|RTF_EXPIRES
|RTF_PREFIX_RT
);
1705 dst_release(&rt
->u
.dst
);
1708 /* Try to figure out our local address for this prefix */
1710 if (pinfo
->autoconf
&& in6_dev
->cnf
.autoconf
) {
1711 struct inet6_ifaddr
* ifp
;
1712 struct in6_addr addr
;
1713 int create
= 0, update_lft
= 0;
1715 if (pinfo
->prefix_len
== 64) {
1716 memcpy(&addr
, &pinfo
->prefix
, 8);
1717 if (ipv6_generate_eui64(addr
.s6_addr
+ 8, dev
) &&
1718 ipv6_inherit_eui64(addr
.s6_addr
+ 8, in6_dev
)) {
1719 in6_dev_put(in6_dev
);
1724 if (net_ratelimit())
1725 printk(KERN_DEBUG
"IPv6 addrconf: prefix with wrong length %d\n",
1727 in6_dev_put(in6_dev
);
1732 ifp
= ipv6_get_ifaddr(&addr
, dev
, 1);
1734 if (ifp
== NULL
&& valid_lft
) {
1735 int max_addresses
= in6_dev
->cnf
.max_addresses
;
1738 #ifdef CONFIG_IPV6_OPTIMISTIC_DAD
1739 if (in6_dev
->cnf
.optimistic_dad
&&
1740 !ipv6_devconf
.forwarding
)
1741 addr_flags
= IFA_F_OPTIMISTIC
;
1744 /* Do not allow to create too much of autoconfigured
1745 * addresses; this would be too easy way to crash kernel.
1747 if (!max_addresses
||
1748 ipv6_count_addresses(in6_dev
) < max_addresses
)
1749 ifp
= ipv6_add_addr(in6_dev
, &addr
, pinfo
->prefix_len
,
1750 addr_type
&IPV6_ADDR_SCOPE_MASK
,
1753 if (!ifp
|| IS_ERR(ifp
)) {
1754 in6_dev_put(in6_dev
);
1758 update_lft
= create
= 1;
1759 ifp
->cstamp
= jiffies
;
1760 addrconf_dad_start(ifp
, RTF_ADDRCONF
|RTF_PREFIX_RT
);
1766 #ifdef CONFIG_IPV6_PRIVACY
1767 struct inet6_ifaddr
*ift
;
1771 /* update lifetime (RFC2462 5.5.3 e) */
1772 spin_lock(&ifp
->lock
);
1774 if (ifp
->valid_lft
> (now
- ifp
->tstamp
) / HZ
)
1775 stored_lft
= ifp
->valid_lft
- (now
- ifp
->tstamp
) / HZ
;
1778 if (!update_lft
&& stored_lft
) {
1779 if (valid_lft
> MIN_VALID_LIFETIME
||
1780 valid_lft
> stored_lft
)
1782 else if (stored_lft
<= MIN_VALID_LIFETIME
) {
1783 /* valid_lft <= stored_lft is always true */
1787 valid_lft
= MIN_VALID_LIFETIME
;
1788 if (valid_lft
< prefered_lft
)
1789 prefered_lft
= valid_lft
;
1795 ifp
->valid_lft
= valid_lft
;
1796 ifp
->prefered_lft
= prefered_lft
;
1799 ifp
->flags
&= ~IFA_F_DEPRECATED
;
1800 spin_unlock(&ifp
->lock
);
1802 if (!(flags
&IFA_F_TENTATIVE
))
1803 ipv6_ifa_notify(0, ifp
);
1805 spin_unlock(&ifp
->lock
);
1807 #ifdef CONFIG_IPV6_PRIVACY
1808 read_lock_bh(&in6_dev
->lock
);
1809 /* update all temporary addresses in the list */
1810 for (ift
=in6_dev
->tempaddr_list
; ift
; ift
=ift
->tmp_next
) {
1812 * When adjusting the lifetimes of an existing
1813 * temporary address, only lower the lifetimes.
1814 * Implementations must not increase the
1815 * lifetimes of an existing temporary address
1816 * when processing a Prefix Information Option.
1818 spin_lock(&ift
->lock
);
1820 if (ift
->valid_lft
> valid_lft
&&
1821 ift
->valid_lft
- valid_lft
> (jiffies
- ift
->tstamp
) / HZ
)
1822 ift
->valid_lft
= valid_lft
+ (jiffies
- ift
->tstamp
) / HZ
;
1823 if (ift
->prefered_lft
> prefered_lft
&&
1824 ift
->prefered_lft
- prefered_lft
> (jiffies
- ift
->tstamp
) / HZ
)
1825 ift
->prefered_lft
= prefered_lft
+ (jiffies
- ift
->tstamp
) / HZ
;
1826 spin_unlock(&ift
->lock
);
1827 if (!(flags
&IFA_F_TENTATIVE
))
1828 ipv6_ifa_notify(0, ift
);
1831 if (create
&& in6_dev
->cnf
.use_tempaddr
> 0) {
1833 * When a new public address is created as described in [ADDRCONF],
1834 * also create a new temporary address.
1836 read_unlock_bh(&in6_dev
->lock
);
1837 ipv6_create_tempaddr(ifp
, NULL
);
1839 read_unlock_bh(&in6_dev
->lock
);
1846 inet6_prefix_notify(RTM_NEWPREFIX
, in6_dev
, pinfo
);
1847 in6_dev_put(in6_dev
);
1851 * Set destination address.
1852 * Special case for SIT interfaces where we create a new "virtual"
1855 int addrconf_set_dstaddr(void __user
*arg
)
1857 struct in6_ifreq ireq
;
1858 struct net_device
*dev
;
1864 if (copy_from_user(&ireq
, arg
, sizeof(struct in6_ifreq
)))
1867 dev
= __dev_get_by_index(&init_net
, ireq
.ifr6_ifindex
);
1873 #if defined(CONFIG_IPV6_SIT) || defined(CONFIG_IPV6_SIT_MODULE)
1874 if (dev
->type
== ARPHRD_SIT
) {
1877 struct ip_tunnel_parm p
;
1879 err
= -EADDRNOTAVAIL
;
1880 if (!(ipv6_addr_type(&ireq
.ifr6_addr
) & IPV6_ADDR_COMPATv4
))
1883 memset(&p
, 0, sizeof(p
));
1884 p
.iph
.daddr
= ireq
.ifr6_addr
.s6_addr32
[3];
1888 p
.iph
.protocol
= IPPROTO_IPV6
;
1890 ifr
.ifr_ifru
.ifru_data
= (void __user
*)&p
;
1892 oldfs
= get_fs(); set_fs(KERNEL_DS
);
1893 err
= dev
->do_ioctl(dev
, &ifr
, SIOCADDTUNNEL
);
1898 if ((dev
= __dev_get_by_name(&init_net
, p
.name
)) == NULL
)
1900 err
= dev_open(dev
);
1911 * Manual configuration of address on an interface
1913 static int inet6_addr_add(int ifindex
, struct in6_addr
*pfx
, int plen
,
1914 __u8 ifa_flags
, __u32 prefered_lft
, __u32 valid_lft
)
1916 struct inet6_ifaddr
*ifp
;
1917 struct inet6_dev
*idev
;
1918 struct net_device
*dev
;
1920 u32 flags
= RTF_EXPIRES
;
1924 /* check the lifetime */
1925 if (!valid_lft
|| prefered_lft
> valid_lft
)
1928 if ((dev
= __dev_get_by_index(&init_net
, ifindex
)) == NULL
)
1931 if ((idev
= addrconf_add_dev(dev
)) == NULL
)
1934 scope
= ipv6_addr_scope(pfx
);
1936 if (valid_lft
== INFINITY_LIFE_TIME
) {
1937 ifa_flags
|= IFA_F_PERMANENT
;
1939 } else if (valid_lft
>= 0x7FFFFFFF/HZ
)
1940 valid_lft
= 0x7FFFFFFF/HZ
;
1942 if (prefered_lft
== 0)
1943 ifa_flags
|= IFA_F_DEPRECATED
;
1944 else if ((prefered_lft
>= 0x7FFFFFFF/HZ
) &&
1945 (prefered_lft
!= INFINITY_LIFE_TIME
))
1946 prefered_lft
= 0x7FFFFFFF/HZ
;
1948 ifp
= ipv6_add_addr(idev
, pfx
, plen
, scope
, ifa_flags
);
1951 spin_lock_bh(&ifp
->lock
);
1952 ifp
->valid_lft
= valid_lft
;
1953 ifp
->prefered_lft
= prefered_lft
;
1954 ifp
->tstamp
= jiffies
;
1955 spin_unlock_bh(&ifp
->lock
);
1957 addrconf_prefix_route(&ifp
->addr
, ifp
->prefix_len
, dev
,
1958 jiffies_to_clock_t(valid_lft
* HZ
), flags
);
1960 * Note that section 3.1 of RFC 4429 indicates
1961 * that the Optimistic flag should not be set for
1962 * manually configured addresses
1964 addrconf_dad_start(ifp
, 0);
1970 return PTR_ERR(ifp
);
1973 static int inet6_addr_del(int ifindex
, struct in6_addr
*pfx
, int plen
)
1975 struct inet6_ifaddr
*ifp
;
1976 struct inet6_dev
*idev
;
1977 struct net_device
*dev
;
1979 if ((dev
= __dev_get_by_index(&init_net
, ifindex
)) == NULL
)
1982 if ((idev
= __in6_dev_get(dev
)) == NULL
)
1985 read_lock_bh(&idev
->lock
);
1986 for (ifp
= idev
->addr_list
; ifp
; ifp
=ifp
->if_next
) {
1987 if (ifp
->prefix_len
== plen
&&
1988 ipv6_addr_equal(pfx
, &ifp
->addr
)) {
1990 read_unlock_bh(&idev
->lock
);
1994 /* If the last address is deleted administratively,
1995 disable IPv6 on this interface.
1997 if (idev
->addr_list
== NULL
)
1998 addrconf_ifdown(idev
->dev
, 1);
2002 read_unlock_bh(&idev
->lock
);
2003 return -EADDRNOTAVAIL
;
2007 int addrconf_add_ifaddr(void __user
*arg
)
2009 struct in6_ifreq ireq
;
2012 if (!capable(CAP_NET_ADMIN
))
2015 if (copy_from_user(&ireq
, arg
, sizeof(struct in6_ifreq
)))
2019 err
= inet6_addr_add(ireq
.ifr6_ifindex
, &ireq
.ifr6_addr
, ireq
.ifr6_prefixlen
,
2020 IFA_F_PERMANENT
, INFINITY_LIFE_TIME
, INFINITY_LIFE_TIME
);
2025 int addrconf_del_ifaddr(void __user
*arg
)
2027 struct in6_ifreq ireq
;
2030 if (!capable(CAP_NET_ADMIN
))
2033 if (copy_from_user(&ireq
, arg
, sizeof(struct in6_ifreq
)))
2037 err
= inet6_addr_del(ireq
.ifr6_ifindex
, &ireq
.ifr6_addr
, ireq
.ifr6_prefixlen
);
2042 #if defined(CONFIG_IPV6_SIT) || defined(CONFIG_IPV6_SIT_MODULE)
2043 static void sit_add_v4_addrs(struct inet6_dev
*idev
)
2045 struct inet6_ifaddr
* ifp
;
2046 struct in6_addr addr
;
2047 struct net_device
*dev
;
2052 memset(&addr
, 0, sizeof(struct in6_addr
));
2053 memcpy(&addr
.s6_addr32
[3], idev
->dev
->dev_addr
, 4);
2055 if (idev
->dev
->flags
&IFF_POINTOPOINT
) {
2056 addr
.s6_addr32
[0] = htonl(0xfe800000);
2059 scope
= IPV6_ADDR_COMPATv4
;
2062 if (addr
.s6_addr32
[3]) {
2063 ifp
= ipv6_add_addr(idev
, &addr
, 128, scope
, IFA_F_PERMANENT
);
2065 spin_lock_bh(&ifp
->lock
);
2066 ifp
->flags
&= ~IFA_F_TENTATIVE
;
2067 spin_unlock_bh(&ifp
->lock
);
2068 ipv6_ifa_notify(RTM_NEWADDR
, ifp
);
2074 for_each_netdev(&init_net
, dev
) {
2075 struct in_device
* in_dev
= __in_dev_get_rtnl(dev
);
2076 if (in_dev
&& (dev
->flags
& IFF_UP
)) {
2077 struct in_ifaddr
* ifa
;
2081 for (ifa
= in_dev
->ifa_list
; ifa
; ifa
= ifa
->ifa_next
) {
2084 addr
.s6_addr32
[3] = ifa
->ifa_local
;
2086 if (ifa
->ifa_scope
== RT_SCOPE_LINK
)
2088 if (ifa
->ifa_scope
>= RT_SCOPE_HOST
) {
2089 if (idev
->dev
->flags
&IFF_POINTOPOINT
)
2093 if (idev
->dev
->flags
&IFF_POINTOPOINT
)
2098 ifp
= ipv6_add_addr(idev
, &addr
, plen
, flag
,
2101 spin_lock_bh(&ifp
->lock
);
2102 ifp
->flags
&= ~IFA_F_TENTATIVE
;
2103 spin_unlock_bh(&ifp
->lock
);
2104 ipv6_ifa_notify(RTM_NEWADDR
, ifp
);
2113 static void init_loopback(struct net_device
*dev
)
2115 struct inet6_dev
*idev
;
2116 struct inet6_ifaddr
* ifp
;
2122 if ((idev
= ipv6_find_idev(dev
)) == NULL
) {
2123 printk(KERN_DEBUG
"init loopback: add_dev failed\n");
2127 ifp
= ipv6_add_addr(idev
, &in6addr_loopback
, 128, IFA_HOST
, IFA_F_PERMANENT
);
2129 spin_lock_bh(&ifp
->lock
);
2130 ifp
->flags
&= ~IFA_F_TENTATIVE
;
2131 spin_unlock_bh(&ifp
->lock
);
2132 ipv6_ifa_notify(RTM_NEWADDR
, ifp
);
2137 static void addrconf_add_linklocal(struct inet6_dev
*idev
, struct in6_addr
*addr
)
2139 struct inet6_ifaddr
* ifp
;
2140 u32 addr_flags
= IFA_F_PERMANENT
;
2142 #ifdef CONFIG_IPV6_OPTIMISTIC_DAD
2143 if (idev
->cnf
.optimistic_dad
&&
2144 !ipv6_devconf
.forwarding
)
2145 addr_flags
|= IFA_F_OPTIMISTIC
;
2149 ifp
= ipv6_add_addr(idev
, addr
, 64, IFA_LINK
, addr_flags
);
2151 addrconf_prefix_route(&ifp
->addr
, ifp
->prefix_len
, idev
->dev
, 0, 0);
2152 addrconf_dad_start(ifp
, 0);
2157 static void addrconf_dev_config(struct net_device
*dev
)
2159 struct in6_addr addr
;
2160 struct inet6_dev
* idev
;
2164 if ((dev
->type
!= ARPHRD_ETHER
) &&
2165 (dev
->type
!= ARPHRD_FDDI
) &&
2166 (dev
->type
!= ARPHRD_IEEE802_TR
) &&
2167 (dev
->type
!= ARPHRD_ARCNET
) &&
2168 (dev
->type
!= ARPHRD_INFINIBAND
)) {
2169 /* Alas, we support only Ethernet autoconfiguration. */
2173 idev
= addrconf_add_dev(dev
);
2177 memset(&addr
, 0, sizeof(struct in6_addr
));
2178 addr
.s6_addr32
[0] = htonl(0xFE800000);
2180 if (ipv6_generate_eui64(addr
.s6_addr
+ 8, dev
) == 0)
2181 addrconf_add_linklocal(idev
, &addr
);
2184 #if defined(CONFIG_IPV6_SIT) || defined(CONFIG_IPV6_SIT_MODULE)
2185 static void addrconf_sit_config(struct net_device
*dev
)
2187 struct inet6_dev
*idev
;
2192 * Configure the tunnel with one of our IPv4
2193 * addresses... we should configure all of
2194 * our v4 addrs in the tunnel
2197 if ((idev
= ipv6_find_idev(dev
)) == NULL
) {
2198 printk(KERN_DEBUG
"init sit: add_dev failed\n");
2202 sit_add_v4_addrs(idev
);
2204 if (dev
->flags
&IFF_POINTOPOINT
) {
2205 addrconf_add_mroute(dev
);
2206 addrconf_add_lroute(dev
);
2213 ipv6_inherit_linklocal(struct inet6_dev
*idev
, struct net_device
*link_dev
)
2215 struct in6_addr lladdr
;
2217 if (!ipv6_get_lladdr(link_dev
, &lladdr
, IFA_F_TENTATIVE
)) {
2218 addrconf_add_linklocal(idev
, &lladdr
);
2224 static void ip6_tnl_add_linklocal(struct inet6_dev
*idev
)
2226 struct net_device
*link_dev
;
2228 /* first try to inherit the link-local address from the link device */
2229 if (idev
->dev
->iflink
&&
2230 (link_dev
= __dev_get_by_index(&init_net
, idev
->dev
->iflink
))) {
2231 if (!ipv6_inherit_linklocal(idev
, link_dev
))
2234 /* then try to inherit it from any device */
2235 for_each_netdev(&init_net
, link_dev
) {
2236 if (!ipv6_inherit_linklocal(idev
, link_dev
))
2239 printk(KERN_DEBUG
"init ip6-ip6: add_linklocal failed\n");
2243 * Autoconfigure tunnel with a link-local address so routing protocols,
2244 * DHCPv6, MLD etc. can be run over the virtual link
2247 static void addrconf_ip6_tnl_config(struct net_device
*dev
)
2249 struct inet6_dev
*idev
;
2253 if ((idev
= addrconf_add_dev(dev
)) == NULL
) {
2254 printk(KERN_DEBUG
"init ip6-ip6: add_dev failed\n");
2257 ip6_tnl_add_linklocal(idev
);
2260 static int addrconf_notify(struct notifier_block
*this, unsigned long event
,
2263 struct net_device
*dev
= (struct net_device
*) data
;
2264 struct inet6_dev
*idev
= __in6_dev_get(dev
);
2265 int run_pending
= 0;
2268 if (dev
->nd_net
!= &init_net
)
2272 case NETDEV_REGISTER
:
2273 if (!idev
&& dev
->mtu
>= IPV6_MIN_MTU
) {
2274 idev
= ipv6_add_dev(dev
);
2276 return notifier_from_errno(-ENOMEM
);
2281 if (dev
->flags
& IFF_SLAVE
)
2284 if (event
== NETDEV_UP
) {
2285 if (!addrconf_qdisc_ok(dev
)) {
2286 /* device is not ready yet. */
2288 "ADDRCONF(NETDEV_UP): %s: "
2289 "link is not ready\n",
2294 if (!idev
&& dev
->mtu
>= IPV6_MIN_MTU
)
2295 idev
= ipv6_add_dev(dev
);
2298 idev
->if_flags
|= IF_READY
;
2300 if (!addrconf_qdisc_ok(dev
)) {
2301 /* device is still not ready. */
2306 if (idev
->if_flags
& IF_READY
) {
2307 /* device is already configured. */
2310 idev
->if_flags
|= IF_READY
;
2314 "ADDRCONF(NETDEV_CHANGE): %s: "
2315 "link becomes ready\n",
2322 #if defined(CONFIG_IPV6_SIT) || defined(CONFIG_IPV6_SIT_MODULE)
2324 addrconf_sit_config(dev
);
2327 case ARPHRD_TUNNEL6
:
2328 addrconf_ip6_tnl_config(dev
);
2330 case ARPHRD_LOOPBACK
:
2335 addrconf_dev_config(dev
);
2340 addrconf_dad_run(idev
);
2342 /* If the MTU changed during the interface down, when the
2343 interface up, the changed MTU must be reflected in the
2344 idev as well as routers.
2346 if (idev
->cnf
.mtu6
!= dev
->mtu
&& dev
->mtu
>= IPV6_MIN_MTU
) {
2347 rt6_mtu_change(dev
, dev
->mtu
);
2348 idev
->cnf
.mtu6
= dev
->mtu
;
2350 idev
->tstamp
= jiffies
;
2351 inet6_ifinfo_notify(RTM_NEWLINK
, idev
);
2352 /* If the changed mtu during down is lower than IPV6_MIN_MTU
2353 stop IPv6 on this interface.
2355 if (dev
->mtu
< IPV6_MIN_MTU
)
2356 addrconf_ifdown(dev
, event
!= NETDEV_DOWN
);
2360 case NETDEV_CHANGEMTU
:
2361 if (idev
&& dev
->mtu
>= IPV6_MIN_MTU
) {
2362 rt6_mtu_change(dev
, dev
->mtu
);
2363 idev
->cnf
.mtu6
= dev
->mtu
;
2367 if (!idev
&& dev
->mtu
>= IPV6_MIN_MTU
) {
2368 idev
= ipv6_add_dev(dev
);
2373 /* MTU falled under IPV6_MIN_MTU. Stop IPv6 on this interface. */
2376 case NETDEV_UNREGISTER
:
2378 * Remove all addresses from this interface.
2380 addrconf_ifdown(dev
, event
!= NETDEV_DOWN
);
2383 case NETDEV_CHANGENAME
:
2385 snmp6_unregister_dev(idev
);
2386 #ifdef CONFIG_SYSCTL
2387 addrconf_sysctl_unregister(&idev
->cnf
);
2388 neigh_sysctl_unregister(idev
->nd_parms
);
2389 neigh_sysctl_register(dev
, idev
->nd_parms
,
2390 NET_IPV6
, NET_IPV6_NEIGH
, "ipv6",
2391 &ndisc_ifinfo_sysctl_change
,
2393 addrconf_sysctl_register(idev
, &idev
->cnf
);
2395 err
= snmp6_register_dev(idev
);
2397 return notifier_from_errno(err
);
2406 * addrconf module should be notified of a device going up
2408 static struct notifier_block ipv6_dev_notf
= {
2409 .notifier_call
= addrconf_notify
,
2413 static int addrconf_ifdown(struct net_device
*dev
, int how
)
2415 struct inet6_dev
*idev
;
2416 struct inet6_ifaddr
*ifa
, **bifa
;
2421 if (dev
== init_net
.loopback_dev
&& how
== 1)
2425 neigh_ifdown(&nd_tbl
, dev
);
2427 idev
= __in6_dev_get(dev
);
2431 /* Step 1: remove reference to ipv6 device from parent device.
2437 /* protected by rtnl_lock */
2438 rcu_assign_pointer(dev
->ip6_ptr
, NULL
);
2440 /* Step 1.5: remove snmp6 entry */
2441 snmp6_unregister_dev(idev
);
2445 /* Step 2: clear hash table */
2446 for (i
=0; i
<IN6_ADDR_HSIZE
; i
++) {
2447 bifa
= &inet6_addr_lst
[i
];
2449 write_lock_bh(&addrconf_hash_lock
);
2450 while ((ifa
= *bifa
) != NULL
) {
2451 if (ifa
->idev
== idev
) {
2452 *bifa
= ifa
->lst_next
;
2453 ifa
->lst_next
= NULL
;
2454 addrconf_del_timer(ifa
);
2458 bifa
= &ifa
->lst_next
;
2460 write_unlock_bh(&addrconf_hash_lock
);
2463 write_lock_bh(&idev
->lock
);
2465 /* Step 3: clear flags for stateless addrconf */
2467 idev
->if_flags
&= ~(IF_RS_SENT
|IF_RA_RCVD
|IF_READY
);
2469 /* Step 4: clear address list */
2470 #ifdef CONFIG_IPV6_PRIVACY
2471 if (how
== 1 && del_timer(&idev
->regen_timer
))
2474 /* clear tempaddr list */
2475 while ((ifa
= idev
->tempaddr_list
) != NULL
) {
2476 idev
->tempaddr_list
= ifa
->tmp_next
;
2477 ifa
->tmp_next
= NULL
;
2479 write_unlock_bh(&idev
->lock
);
2480 spin_lock_bh(&ifa
->lock
);
2483 in6_ifa_put(ifa
->ifpub
);
2486 spin_unlock_bh(&ifa
->lock
);
2488 write_lock_bh(&idev
->lock
);
2491 while ((ifa
= idev
->addr_list
) != NULL
) {
2492 idev
->addr_list
= ifa
->if_next
;
2493 ifa
->if_next
= NULL
;
2495 addrconf_del_timer(ifa
);
2496 write_unlock_bh(&idev
->lock
);
2498 __ipv6_ifa_notify(RTM_DELADDR
, ifa
);
2499 atomic_notifier_call_chain(&inet6addr_chain
, NETDEV_DOWN
, ifa
);
2502 write_lock_bh(&idev
->lock
);
2504 write_unlock_bh(&idev
->lock
);
2506 /* Step 5: Discard multicast list */
2509 ipv6_mc_destroy_dev(idev
);
2513 idev
->tstamp
= jiffies
;
2515 /* Shot the device (if unregistered) */
2518 #ifdef CONFIG_SYSCTL
2519 addrconf_sysctl_unregister(&idev
->cnf
);
2520 neigh_sysctl_unregister(idev
->nd_parms
);
2522 neigh_parms_release(&nd_tbl
, idev
->nd_parms
);
2523 neigh_ifdown(&nd_tbl
, dev
);
2529 static void addrconf_rs_timer(unsigned long data
)
2531 struct inet6_ifaddr
*ifp
= (struct inet6_ifaddr
*) data
;
2533 if (ifp
->idev
->cnf
.forwarding
)
2536 if (ifp
->idev
->if_flags
& IF_RA_RCVD
) {
2538 * Announcement received after solicitation
2544 spin_lock(&ifp
->lock
);
2545 if (ifp
->probes
++ < ifp
->idev
->cnf
.rtr_solicits
) {
2546 struct in6_addr all_routers
;
2548 /* The wait after the last probe can be shorter */
2549 addrconf_mod_timer(ifp
, AC_RS
,
2550 (ifp
->probes
== ifp
->idev
->cnf
.rtr_solicits
) ?
2551 ifp
->idev
->cnf
.rtr_solicit_delay
:
2552 ifp
->idev
->cnf
.rtr_solicit_interval
);
2553 spin_unlock(&ifp
->lock
);
2555 ipv6_addr_all_routers(&all_routers
);
2557 ndisc_send_rs(ifp
->idev
->dev
, &ifp
->addr
, &all_routers
);
2559 spin_unlock(&ifp
->lock
);
2561 * Note: we do not support deprecated "all on-link"
2562 * assumption any longer.
2564 printk(KERN_DEBUG
"%s: no IPv6 routers present\n",
2565 ifp
->idev
->dev
->name
);
2573 * Duplicate Address Detection
2575 static void addrconf_dad_kick(struct inet6_ifaddr
*ifp
)
2577 unsigned long rand_num
;
2578 struct inet6_dev
*idev
= ifp
->idev
;
2580 if (ifp
->flags
& IFA_F_OPTIMISTIC
)
2583 rand_num
= net_random() % (idev
->cnf
.rtr_solicit_delay
? : 1);
2585 ifp
->probes
= idev
->cnf
.dad_transmits
;
2586 addrconf_mod_timer(ifp
, AC_DAD
, rand_num
);
2589 static void addrconf_dad_start(struct inet6_ifaddr
*ifp
, u32 flags
)
2591 struct inet6_dev
*idev
= ifp
->idev
;
2592 struct net_device
*dev
= idev
->dev
;
2594 addrconf_join_solict(dev
, &ifp
->addr
);
2596 net_srandom(ifp
->addr
.s6_addr32
[3]);
2598 read_lock_bh(&idev
->lock
);
2601 spin_lock_bh(&ifp
->lock
);
2603 if (dev
->flags
&(IFF_NOARP
|IFF_LOOPBACK
) ||
2604 !(ifp
->flags
&IFA_F_TENTATIVE
) ||
2605 ifp
->flags
& IFA_F_NODAD
) {
2606 ifp
->flags
&= ~(IFA_F_TENTATIVE
|IFA_F_OPTIMISTIC
);
2607 spin_unlock_bh(&ifp
->lock
);
2608 read_unlock_bh(&idev
->lock
);
2610 addrconf_dad_completed(ifp
);
2614 if (!(idev
->if_flags
& IF_READY
)) {
2615 spin_unlock_bh(&ifp
->lock
);
2616 read_unlock_bh(&idev
->lock
);
2618 * If the defice is not ready:
2619 * - keep it tentative if it is a permanent address.
2620 * - otherwise, kill it.
2623 addrconf_dad_stop(ifp
);
2628 * Optimistic nodes can start receiving
2631 if(ifp
->flags
& IFA_F_OPTIMISTIC
)
2632 ip6_ins_rt(ifp
->rt
);
2634 addrconf_dad_kick(ifp
);
2635 spin_unlock_bh(&ifp
->lock
);
2637 read_unlock_bh(&idev
->lock
);
2640 static void addrconf_dad_timer(unsigned long data
)
2642 struct inet6_ifaddr
*ifp
= (struct inet6_ifaddr
*) data
;
2643 struct inet6_dev
*idev
= ifp
->idev
;
2644 struct in6_addr unspec
;
2645 struct in6_addr mcaddr
;
2647 read_lock_bh(&idev
->lock
);
2649 read_unlock_bh(&idev
->lock
);
2652 spin_lock_bh(&ifp
->lock
);
2653 if (ifp
->probes
== 0) {
2655 * DAD was successful
2658 ifp
->flags
&= ~(IFA_F_TENTATIVE
|IFA_F_OPTIMISTIC
);
2659 spin_unlock_bh(&ifp
->lock
);
2660 read_unlock_bh(&idev
->lock
);
2662 addrconf_dad_completed(ifp
);
2668 addrconf_mod_timer(ifp
, AC_DAD
, ifp
->idev
->nd_parms
->retrans_time
);
2669 spin_unlock_bh(&ifp
->lock
);
2670 read_unlock_bh(&idev
->lock
);
2672 /* send a neighbour solicitation for our addr */
2673 memset(&unspec
, 0, sizeof(unspec
));
2674 addrconf_addr_solict_mult(&ifp
->addr
, &mcaddr
);
2675 ndisc_send_ns(ifp
->idev
->dev
, NULL
, &ifp
->addr
, &mcaddr
, &unspec
);
2680 static void addrconf_dad_completed(struct inet6_ifaddr
*ifp
)
2682 struct net_device
* dev
= ifp
->idev
->dev
;
2685 * Configure the address for reception. Now it is valid.
2688 ipv6_ifa_notify(RTM_NEWADDR
, ifp
);
2690 /* If added prefix is link local and forwarding is off,
2691 start sending router solicitations.
2694 if (ifp
->idev
->cnf
.forwarding
== 0 &&
2695 ifp
->idev
->cnf
.rtr_solicits
> 0 &&
2696 (dev
->flags
&IFF_LOOPBACK
) == 0 &&
2697 (ipv6_addr_type(&ifp
->addr
) & IPV6_ADDR_LINKLOCAL
)) {
2698 struct in6_addr all_routers
;
2700 ipv6_addr_all_routers(&all_routers
);
2703 * If a host as already performed a random delay
2704 * [...] as part of DAD [...] there is no need
2705 * to delay again before sending the first RS
2707 ndisc_send_rs(ifp
->idev
->dev
, &ifp
->addr
, &all_routers
);
2709 spin_lock_bh(&ifp
->lock
);
2711 ifp
->idev
->if_flags
|= IF_RS_SENT
;
2712 addrconf_mod_timer(ifp
, AC_RS
, ifp
->idev
->cnf
.rtr_solicit_interval
);
2713 spin_unlock_bh(&ifp
->lock
);
2717 static void addrconf_dad_run(struct inet6_dev
*idev
) {
2718 struct inet6_ifaddr
*ifp
;
2720 read_lock_bh(&idev
->lock
);
2721 for (ifp
= idev
->addr_list
; ifp
; ifp
= ifp
->if_next
) {
2722 spin_lock_bh(&ifp
->lock
);
2723 if (!(ifp
->flags
& IFA_F_TENTATIVE
)) {
2724 spin_unlock_bh(&ifp
->lock
);
2727 spin_unlock_bh(&ifp
->lock
);
2728 addrconf_dad_kick(ifp
);
2730 read_unlock_bh(&idev
->lock
);
2733 #ifdef CONFIG_PROC_FS
2734 struct if6_iter_state
{
2738 static struct inet6_ifaddr
*if6_get_first(struct seq_file
*seq
)
2740 struct inet6_ifaddr
*ifa
= NULL
;
2741 struct if6_iter_state
*state
= seq
->private;
2743 for (state
->bucket
= 0; state
->bucket
< IN6_ADDR_HSIZE
; ++state
->bucket
) {
2744 ifa
= inet6_addr_lst
[state
->bucket
];
2751 static struct inet6_ifaddr
*if6_get_next(struct seq_file
*seq
, struct inet6_ifaddr
*ifa
)
2753 struct if6_iter_state
*state
= seq
->private;
2755 ifa
= ifa
->lst_next
;
2757 if (!ifa
&& ++state
->bucket
< IN6_ADDR_HSIZE
) {
2758 ifa
= inet6_addr_lst
[state
->bucket
];
2764 static struct inet6_ifaddr
*if6_get_idx(struct seq_file
*seq
, loff_t pos
)
2766 struct inet6_ifaddr
*ifa
= if6_get_first(seq
);
2769 while(pos
&& (ifa
= if6_get_next(seq
, ifa
)) != NULL
)
2771 return pos
? NULL
: ifa
;
2774 static void *if6_seq_start(struct seq_file
*seq
, loff_t
*pos
)
2776 read_lock_bh(&addrconf_hash_lock
);
2777 return if6_get_idx(seq
, *pos
);
2780 static void *if6_seq_next(struct seq_file
*seq
, void *v
, loff_t
*pos
)
2782 struct inet6_ifaddr
*ifa
;
2784 ifa
= if6_get_next(seq
, v
);
2789 static void if6_seq_stop(struct seq_file
*seq
, void *v
)
2791 read_unlock_bh(&addrconf_hash_lock
);
2794 static int if6_seq_show(struct seq_file
*seq
, void *v
)
2796 struct inet6_ifaddr
*ifp
= (struct inet6_ifaddr
*)v
;
2798 NIP6_SEQFMT
" %02x %02x %02x %02x %8s\n",
2800 ifp
->idev
->dev
->ifindex
,
2804 ifp
->idev
->dev
->name
);
2808 static const struct seq_operations if6_seq_ops
= {
2809 .start
= if6_seq_start
,
2810 .next
= if6_seq_next
,
2811 .show
= if6_seq_show
,
2812 .stop
= if6_seq_stop
,
2815 static int if6_seq_open(struct inode
*inode
, struct file
*file
)
2817 return seq_open_private(file
, &if6_seq_ops
,
2818 sizeof(struct if6_iter_state
));
2821 static const struct file_operations if6_fops
= {
2822 .owner
= THIS_MODULE
,
2823 .open
= if6_seq_open
,
2825 .llseek
= seq_lseek
,
2826 .release
= seq_release_private
,
2829 int __init
if6_proc_init(void)
2831 if (!proc_net_fops_create(&init_net
, "if_inet6", S_IRUGO
, &if6_fops
))
2836 void if6_proc_exit(void)
2838 proc_net_remove(&init_net
, "if_inet6");
2840 #endif /* CONFIG_PROC_FS */
2842 #if defined(CONFIG_IPV6_MIP6) || defined(CONFIG_IPV6_MIP6_MODULE)
2843 /* Check if address is a home address configured on any interface. */
2844 int ipv6_chk_home_addr(struct in6_addr
*addr
)
2847 struct inet6_ifaddr
* ifp
;
2848 u8 hash
= ipv6_addr_hash(addr
);
2849 read_lock_bh(&addrconf_hash_lock
);
2850 for (ifp
= inet6_addr_lst
[hash
]; ifp
; ifp
= ifp
->lst_next
) {
2851 if (ipv6_addr_cmp(&ifp
->addr
, addr
) == 0 &&
2852 (ifp
->flags
& IFA_F_HOMEADDRESS
)) {
2857 read_unlock_bh(&addrconf_hash_lock
);
2863 * Periodic address status verification
2866 static void addrconf_verify(unsigned long foo
)
2868 struct inet6_ifaddr
*ifp
;
2869 unsigned long now
, next
;
2872 spin_lock_bh(&addrconf_verify_lock
);
2874 next
= now
+ ADDR_CHECK_FREQUENCY
;
2876 del_timer(&addr_chk_timer
);
2878 for (i
=0; i
< IN6_ADDR_HSIZE
; i
++) {
2881 read_lock(&addrconf_hash_lock
);
2882 for (ifp
=inet6_addr_lst
[i
]; ifp
; ifp
=ifp
->lst_next
) {
2884 #ifdef CONFIG_IPV6_PRIVACY
2885 unsigned long regen_advance
;
2888 if (ifp
->flags
& IFA_F_PERMANENT
)
2891 spin_lock(&ifp
->lock
);
2892 age
= (now
- ifp
->tstamp
) / HZ
;
2894 #ifdef CONFIG_IPV6_PRIVACY
2895 regen_advance
= ifp
->idev
->cnf
.regen_max_retry
*
2896 ifp
->idev
->cnf
.dad_transmits
*
2897 ifp
->idev
->nd_parms
->retrans_time
/ HZ
;
2900 if (ifp
->valid_lft
!= INFINITY_LIFE_TIME
&&
2901 age
>= ifp
->valid_lft
) {
2902 spin_unlock(&ifp
->lock
);
2904 read_unlock(&addrconf_hash_lock
);
2907 } else if (ifp
->prefered_lft
== INFINITY_LIFE_TIME
) {
2908 spin_unlock(&ifp
->lock
);
2910 } else if (age
>= ifp
->prefered_lft
) {
2911 /* jiffies - ifp->tsamp > age >= ifp->prefered_lft */
2914 if (!(ifp
->flags
&IFA_F_DEPRECATED
)) {
2916 ifp
->flags
|= IFA_F_DEPRECATED
;
2919 if (time_before(ifp
->tstamp
+ ifp
->valid_lft
* HZ
, next
))
2920 next
= ifp
->tstamp
+ ifp
->valid_lft
* HZ
;
2922 spin_unlock(&ifp
->lock
);
2926 read_unlock(&addrconf_hash_lock
);
2928 ipv6_ifa_notify(0, ifp
);
2932 #ifdef CONFIG_IPV6_PRIVACY
2933 } else if ((ifp
->flags
&IFA_F_TEMPORARY
) &&
2934 !(ifp
->flags
&IFA_F_TENTATIVE
)) {
2935 if (age
>= ifp
->prefered_lft
- regen_advance
) {
2936 struct inet6_ifaddr
*ifpub
= ifp
->ifpub
;
2937 if (time_before(ifp
->tstamp
+ ifp
->prefered_lft
* HZ
, next
))
2938 next
= ifp
->tstamp
+ ifp
->prefered_lft
* HZ
;
2939 if (!ifp
->regen_count
&& ifpub
) {
2942 in6_ifa_hold(ifpub
);
2943 spin_unlock(&ifp
->lock
);
2944 read_unlock(&addrconf_hash_lock
);
2945 spin_lock(&ifpub
->lock
);
2946 ifpub
->regen_count
= 0;
2947 spin_unlock(&ifpub
->lock
);
2948 ipv6_create_tempaddr(ifpub
, ifp
);
2953 } else if (time_before(ifp
->tstamp
+ ifp
->prefered_lft
* HZ
- regen_advance
* HZ
, next
))
2954 next
= ifp
->tstamp
+ ifp
->prefered_lft
* HZ
- regen_advance
* HZ
;
2955 spin_unlock(&ifp
->lock
);
2958 /* ifp->prefered_lft <= ifp->valid_lft */
2959 if (time_before(ifp
->tstamp
+ ifp
->prefered_lft
* HZ
, next
))
2960 next
= ifp
->tstamp
+ ifp
->prefered_lft
* HZ
;
2961 spin_unlock(&ifp
->lock
);
2964 read_unlock(&addrconf_hash_lock
);
2967 addr_chk_timer
.expires
= time_before(next
, jiffies
+ HZ
) ? jiffies
+ HZ
: next
;
2968 add_timer(&addr_chk_timer
);
2969 spin_unlock_bh(&addrconf_verify_lock
);
2972 static struct in6_addr
*extract_addr(struct nlattr
*addr
, struct nlattr
*local
)
2974 struct in6_addr
*pfx
= NULL
;
2977 pfx
= nla_data(addr
);
2980 if (pfx
&& nla_memcmp(local
, pfx
, sizeof(*pfx
)))
2983 pfx
= nla_data(local
);
2989 static const struct nla_policy ifa_ipv6_policy
[IFA_MAX
+1] = {
2990 [IFA_ADDRESS
] = { .len
= sizeof(struct in6_addr
) },
2991 [IFA_LOCAL
] = { .len
= sizeof(struct in6_addr
) },
2992 [IFA_CACHEINFO
] = { .len
= sizeof(struct ifa_cacheinfo
) },
2996 inet6_rtm_deladdr(struct sk_buff
*skb
, struct nlmsghdr
*nlh
, void *arg
)
2998 struct ifaddrmsg
*ifm
;
2999 struct nlattr
*tb
[IFA_MAX
+1];
3000 struct in6_addr
*pfx
;
3003 err
= nlmsg_parse(nlh
, sizeof(*ifm
), tb
, IFA_MAX
, ifa_ipv6_policy
);
3007 ifm
= nlmsg_data(nlh
);
3008 pfx
= extract_addr(tb
[IFA_ADDRESS
], tb
[IFA_LOCAL
]);
3012 return inet6_addr_del(ifm
->ifa_index
, pfx
, ifm
->ifa_prefixlen
);
3015 static int inet6_addr_modify(struct inet6_ifaddr
*ifp
, u8 ifa_flags
,
3016 u32 prefered_lft
, u32 valid_lft
)
3018 u32 flags
= RTF_EXPIRES
;
3020 if (!valid_lft
|| (prefered_lft
> valid_lft
))
3023 if (valid_lft
== INFINITY_LIFE_TIME
) {
3024 ifa_flags
|= IFA_F_PERMANENT
;
3026 } else if (valid_lft
>= 0x7FFFFFFF/HZ
)
3027 valid_lft
= 0x7FFFFFFF/HZ
;
3029 if (prefered_lft
== 0)
3030 ifa_flags
|= IFA_F_DEPRECATED
;
3031 else if ((prefered_lft
>= 0x7FFFFFFF/HZ
) &&
3032 (prefered_lft
!= INFINITY_LIFE_TIME
))
3033 prefered_lft
= 0x7FFFFFFF/HZ
;
3035 spin_lock_bh(&ifp
->lock
);
3036 ifp
->flags
= (ifp
->flags
& ~(IFA_F_DEPRECATED
| IFA_F_PERMANENT
| IFA_F_NODAD
| IFA_F_HOMEADDRESS
)) | ifa_flags
;
3037 ifp
->tstamp
= jiffies
;
3038 ifp
->valid_lft
= valid_lft
;
3039 ifp
->prefered_lft
= prefered_lft
;
3041 spin_unlock_bh(&ifp
->lock
);
3042 if (!(ifp
->flags
&IFA_F_TENTATIVE
))
3043 ipv6_ifa_notify(0, ifp
);
3045 addrconf_prefix_route(&ifp
->addr
, ifp
->prefix_len
, ifp
->idev
->dev
,
3046 jiffies_to_clock_t(valid_lft
* HZ
), flags
);
3053 inet6_rtm_newaddr(struct sk_buff
*skb
, struct nlmsghdr
*nlh
, void *arg
)
3055 struct ifaddrmsg
*ifm
;
3056 struct nlattr
*tb
[IFA_MAX
+1];
3057 struct in6_addr
*pfx
;
3058 struct inet6_ifaddr
*ifa
;
3059 struct net_device
*dev
;
3060 u32 valid_lft
= INFINITY_LIFE_TIME
, preferred_lft
= INFINITY_LIFE_TIME
;
3064 err
= nlmsg_parse(nlh
, sizeof(*ifm
), tb
, IFA_MAX
, ifa_ipv6_policy
);
3068 ifm
= nlmsg_data(nlh
);
3069 pfx
= extract_addr(tb
[IFA_ADDRESS
], tb
[IFA_LOCAL
]);
3073 if (tb
[IFA_CACHEINFO
]) {
3074 struct ifa_cacheinfo
*ci
;
3076 ci
= nla_data(tb
[IFA_CACHEINFO
]);
3077 valid_lft
= ci
->ifa_valid
;
3078 preferred_lft
= ci
->ifa_prefered
;
3080 preferred_lft
= INFINITY_LIFE_TIME
;
3081 valid_lft
= INFINITY_LIFE_TIME
;
3084 dev
= __dev_get_by_index(&init_net
, ifm
->ifa_index
);
3088 /* We ignore other flags so far. */
3089 ifa_flags
= ifm
->ifa_flags
& (IFA_F_NODAD
| IFA_F_HOMEADDRESS
);
3091 ifa
= ipv6_get_ifaddr(pfx
, dev
, 1);
3094 * It would be best to check for !NLM_F_CREATE here but
3095 * userspace alreay relies on not having to provide this.
3097 return inet6_addr_add(ifm
->ifa_index
, pfx
, ifm
->ifa_prefixlen
,
3098 ifa_flags
, preferred_lft
, valid_lft
);
3101 if (nlh
->nlmsg_flags
& NLM_F_EXCL
||
3102 !(nlh
->nlmsg_flags
& NLM_F_REPLACE
))
3105 err
= inet6_addr_modify(ifa
, ifa_flags
, preferred_lft
, valid_lft
);
3112 static void put_ifaddrmsg(struct nlmsghdr
*nlh
, u8 prefixlen
, u8 flags
,
3113 u8 scope
, int ifindex
)
3115 struct ifaddrmsg
*ifm
;
3117 ifm
= nlmsg_data(nlh
);
3118 ifm
->ifa_family
= AF_INET6
;
3119 ifm
->ifa_prefixlen
= prefixlen
;
3120 ifm
->ifa_flags
= flags
;
3121 ifm
->ifa_scope
= scope
;
3122 ifm
->ifa_index
= ifindex
;
3125 static int put_cacheinfo(struct sk_buff
*skb
, unsigned long cstamp
,
3126 unsigned long tstamp
, u32 preferred
, u32 valid
)
3128 struct ifa_cacheinfo ci
;
3130 ci
.cstamp
= (u32
)(TIME_DELTA(cstamp
, INITIAL_JIFFIES
) / HZ
* 100
3131 + TIME_DELTA(cstamp
, INITIAL_JIFFIES
) % HZ
* 100 / HZ
);
3132 ci
.tstamp
= (u32
)(TIME_DELTA(tstamp
, INITIAL_JIFFIES
) / HZ
* 100
3133 + TIME_DELTA(tstamp
, INITIAL_JIFFIES
) % HZ
* 100 / HZ
);
3134 ci
.ifa_prefered
= preferred
;
3135 ci
.ifa_valid
= valid
;
3137 return nla_put(skb
, IFA_CACHEINFO
, sizeof(ci
), &ci
);
3140 static inline int rt_scope(int ifa_scope
)
3142 if (ifa_scope
& IFA_HOST
)
3143 return RT_SCOPE_HOST
;
3144 else if (ifa_scope
& IFA_LINK
)
3145 return RT_SCOPE_LINK
;
3146 else if (ifa_scope
& IFA_SITE
)
3147 return RT_SCOPE_SITE
;
3149 return RT_SCOPE_UNIVERSE
;
3152 static inline int inet6_ifaddr_msgsize(void)
3154 return NLMSG_ALIGN(sizeof(struct ifaddrmsg
))
3155 + nla_total_size(16) /* IFA_ADDRESS */
3156 + nla_total_size(sizeof(struct ifa_cacheinfo
));
3159 static int inet6_fill_ifaddr(struct sk_buff
*skb
, struct inet6_ifaddr
*ifa
,
3160 u32 pid
, u32 seq
, int event
, unsigned int flags
)
3162 struct nlmsghdr
*nlh
;
3163 u32 preferred
, valid
;
3165 nlh
= nlmsg_put(skb
, pid
, seq
, event
, sizeof(struct ifaddrmsg
), flags
);
3169 put_ifaddrmsg(nlh
, ifa
->prefix_len
, ifa
->flags
, rt_scope(ifa
->scope
),
3170 ifa
->idev
->dev
->ifindex
);
3172 if (!(ifa
->flags
&IFA_F_PERMANENT
)) {
3173 preferred
= ifa
->prefered_lft
;
3174 valid
= ifa
->valid_lft
;
3175 if (preferred
!= INFINITY_LIFE_TIME
) {
3176 long tval
= (jiffies
- ifa
->tstamp
)/HZ
;
3178 if (valid
!= INFINITY_LIFE_TIME
)
3182 preferred
= INFINITY_LIFE_TIME
;
3183 valid
= INFINITY_LIFE_TIME
;
3186 if (nla_put(skb
, IFA_ADDRESS
, 16, &ifa
->addr
) < 0 ||
3187 put_cacheinfo(skb
, ifa
->cstamp
, ifa
->tstamp
, preferred
, valid
) < 0) {
3188 nlmsg_cancel(skb
, nlh
);
3192 return nlmsg_end(skb
, nlh
);
3195 static int inet6_fill_ifmcaddr(struct sk_buff
*skb
, struct ifmcaddr6
*ifmca
,
3196 u32 pid
, u32 seq
, int event
, u16 flags
)
3198 struct nlmsghdr
*nlh
;
3199 u8 scope
= RT_SCOPE_UNIVERSE
;
3200 int ifindex
= ifmca
->idev
->dev
->ifindex
;
3202 if (ipv6_addr_scope(&ifmca
->mca_addr
) & IFA_SITE
)
3203 scope
= RT_SCOPE_SITE
;
3205 nlh
= nlmsg_put(skb
, pid
, seq
, event
, sizeof(struct ifaddrmsg
), flags
);
3209 put_ifaddrmsg(nlh
, 128, IFA_F_PERMANENT
, scope
, ifindex
);
3210 if (nla_put(skb
, IFA_MULTICAST
, 16, &ifmca
->mca_addr
) < 0 ||
3211 put_cacheinfo(skb
, ifmca
->mca_cstamp
, ifmca
->mca_tstamp
,
3212 INFINITY_LIFE_TIME
, INFINITY_LIFE_TIME
) < 0) {
3213 nlmsg_cancel(skb
, nlh
);
3217 return nlmsg_end(skb
, nlh
);
3220 static int inet6_fill_ifacaddr(struct sk_buff
*skb
, struct ifacaddr6
*ifaca
,
3221 u32 pid
, u32 seq
, int event
, unsigned int flags
)
3223 struct nlmsghdr
*nlh
;
3224 u8 scope
= RT_SCOPE_UNIVERSE
;
3225 int ifindex
= ifaca
->aca_idev
->dev
->ifindex
;
3227 if (ipv6_addr_scope(&ifaca
->aca_addr
) & IFA_SITE
)
3228 scope
= RT_SCOPE_SITE
;
3230 nlh
= nlmsg_put(skb
, pid
, seq
, event
, sizeof(struct ifaddrmsg
), flags
);
3234 put_ifaddrmsg(nlh
, 128, IFA_F_PERMANENT
, scope
, ifindex
);
3235 if (nla_put(skb
, IFA_ANYCAST
, 16, &ifaca
->aca_addr
) < 0 ||
3236 put_cacheinfo(skb
, ifaca
->aca_cstamp
, ifaca
->aca_tstamp
,
3237 INFINITY_LIFE_TIME
, INFINITY_LIFE_TIME
) < 0) {
3238 nlmsg_cancel(skb
, nlh
);
3242 return nlmsg_end(skb
, nlh
);
3252 static int inet6_dump_addr(struct sk_buff
*skb
, struct netlink_callback
*cb
,
3253 enum addr_type_t type
)
3256 int s_idx
, s_ip_idx
;
3258 struct net_device
*dev
;
3259 struct inet6_dev
*idev
= NULL
;
3260 struct inet6_ifaddr
*ifa
;
3261 struct ifmcaddr6
*ifmca
;
3262 struct ifacaddr6
*ifaca
;
3264 s_idx
= cb
->args
[0];
3265 s_ip_idx
= ip_idx
= cb
->args
[1];
3268 for_each_netdev(&init_net
, dev
) {
3274 if ((idev
= in6_dev_get(dev
)) == NULL
)
3276 read_lock_bh(&idev
->lock
);
3279 /* unicast address incl. temp addr */
3280 for (ifa
= idev
->addr_list
; ifa
;
3281 ifa
= ifa
->if_next
, ip_idx
++) {
3282 if (ip_idx
< s_ip_idx
)
3284 if ((err
= inet6_fill_ifaddr(skb
, ifa
,
3285 NETLINK_CB(cb
->skb
).pid
,
3286 cb
->nlh
->nlmsg_seq
, RTM_NEWADDR
,
3291 case MULTICAST_ADDR
:
3292 /* multicast address */
3293 for (ifmca
= idev
->mc_list
; ifmca
;
3294 ifmca
= ifmca
->next
, ip_idx
++) {
3295 if (ip_idx
< s_ip_idx
)
3297 if ((err
= inet6_fill_ifmcaddr(skb
, ifmca
,
3298 NETLINK_CB(cb
->skb
).pid
,
3299 cb
->nlh
->nlmsg_seq
, RTM_GETMULTICAST
,
3305 /* anycast address */
3306 for (ifaca
= idev
->ac_list
; ifaca
;
3307 ifaca
= ifaca
->aca_next
, ip_idx
++) {
3308 if (ip_idx
< s_ip_idx
)
3310 if ((err
= inet6_fill_ifacaddr(skb
, ifaca
,
3311 NETLINK_CB(cb
->skb
).pid
,
3312 cb
->nlh
->nlmsg_seq
, RTM_GETANYCAST
,
3320 read_unlock_bh(&idev
->lock
);
3327 read_unlock_bh(&idev
->lock
);
3331 cb
->args
[1] = ip_idx
;
3335 static int inet6_dump_ifaddr(struct sk_buff
*skb
, struct netlink_callback
*cb
)
3337 enum addr_type_t type
= UNICAST_ADDR
;
3338 return inet6_dump_addr(skb
, cb
, type
);
3341 static int inet6_dump_ifmcaddr(struct sk_buff
*skb
, struct netlink_callback
*cb
)
3343 enum addr_type_t type
= MULTICAST_ADDR
;
3344 return inet6_dump_addr(skb
, cb
, type
);
3348 static int inet6_dump_ifacaddr(struct sk_buff
*skb
, struct netlink_callback
*cb
)
3350 enum addr_type_t type
= ANYCAST_ADDR
;
3351 return inet6_dump_addr(skb
, cb
, type
);
3354 static int inet6_rtm_getaddr(struct sk_buff
*in_skb
, struct nlmsghdr
* nlh
,
3357 struct ifaddrmsg
*ifm
;
3358 struct nlattr
*tb
[IFA_MAX
+1];
3359 struct in6_addr
*addr
= NULL
;
3360 struct net_device
*dev
= NULL
;
3361 struct inet6_ifaddr
*ifa
;
3362 struct sk_buff
*skb
;
3365 err
= nlmsg_parse(nlh
, sizeof(*ifm
), tb
, IFA_MAX
, ifa_ipv6_policy
);
3369 addr
= extract_addr(tb
[IFA_ADDRESS
], tb
[IFA_LOCAL
]);
3375 ifm
= nlmsg_data(nlh
);
3377 dev
= __dev_get_by_index(&init_net
, ifm
->ifa_index
);
3379 if ((ifa
= ipv6_get_ifaddr(addr
, dev
, 1)) == NULL
) {
3380 err
= -EADDRNOTAVAIL
;
3384 if ((skb
= nlmsg_new(inet6_ifaddr_msgsize(), GFP_KERNEL
)) == NULL
) {
3389 err
= inet6_fill_ifaddr(skb
, ifa
, NETLINK_CB(in_skb
).pid
,
3390 nlh
->nlmsg_seq
, RTM_NEWADDR
, 0);
3392 /* -EMSGSIZE implies BUG in inet6_ifaddr_msgsize() */
3393 WARN_ON(err
== -EMSGSIZE
);
3397 err
= rtnl_unicast(skb
, NETLINK_CB(in_skb
).pid
);
3404 static void inet6_ifa_notify(int event
, struct inet6_ifaddr
*ifa
)
3406 struct sk_buff
*skb
;
3409 skb
= nlmsg_new(inet6_ifaddr_msgsize(), GFP_ATOMIC
);
3413 err
= inet6_fill_ifaddr(skb
, ifa
, 0, 0, event
, 0);
3415 /* -EMSGSIZE implies BUG in inet6_ifaddr_msgsize() */
3416 WARN_ON(err
== -EMSGSIZE
);
3420 err
= rtnl_notify(skb
, 0, RTNLGRP_IPV6_IFADDR
, NULL
, GFP_ATOMIC
);
3423 rtnl_set_sk_err(RTNLGRP_IPV6_IFADDR
, err
);
3426 static inline void ipv6_store_devconf(struct ipv6_devconf
*cnf
,
3427 __s32
*array
, int bytes
)
3429 BUG_ON(bytes
< (DEVCONF_MAX
* 4));
3431 memset(array
, 0, bytes
);
3432 array
[DEVCONF_FORWARDING
] = cnf
->forwarding
;
3433 array
[DEVCONF_HOPLIMIT
] = cnf
->hop_limit
;
3434 array
[DEVCONF_MTU6
] = cnf
->mtu6
;
3435 array
[DEVCONF_ACCEPT_RA
] = cnf
->accept_ra
;
3436 array
[DEVCONF_ACCEPT_REDIRECTS
] = cnf
->accept_redirects
;
3437 array
[DEVCONF_AUTOCONF
] = cnf
->autoconf
;
3438 array
[DEVCONF_DAD_TRANSMITS
] = cnf
->dad_transmits
;
3439 array
[DEVCONF_RTR_SOLICITS
] = cnf
->rtr_solicits
;
3440 array
[DEVCONF_RTR_SOLICIT_INTERVAL
] = cnf
->rtr_solicit_interval
;
3441 array
[DEVCONF_RTR_SOLICIT_DELAY
] = cnf
->rtr_solicit_delay
;
3442 array
[DEVCONF_FORCE_MLD_VERSION
] = cnf
->force_mld_version
;
3443 #ifdef CONFIG_IPV6_PRIVACY
3444 array
[DEVCONF_USE_TEMPADDR
] = cnf
->use_tempaddr
;
3445 array
[DEVCONF_TEMP_VALID_LFT
] = cnf
->temp_valid_lft
;
3446 array
[DEVCONF_TEMP_PREFERED_LFT
] = cnf
->temp_prefered_lft
;
3447 array
[DEVCONF_REGEN_MAX_RETRY
] = cnf
->regen_max_retry
;
3448 array
[DEVCONF_MAX_DESYNC_FACTOR
] = cnf
->max_desync_factor
;
3450 array
[DEVCONF_MAX_ADDRESSES
] = cnf
->max_addresses
;
3451 array
[DEVCONF_ACCEPT_RA_DEFRTR
] = cnf
->accept_ra_defrtr
;
3452 array
[DEVCONF_ACCEPT_RA_PINFO
] = cnf
->accept_ra_pinfo
;
3453 #ifdef CONFIG_IPV6_ROUTER_PREF
3454 array
[DEVCONF_ACCEPT_RA_RTR_PREF
] = cnf
->accept_ra_rtr_pref
;
3455 array
[DEVCONF_RTR_PROBE_INTERVAL
] = cnf
->rtr_probe_interval
;
3456 #ifdef CONFIG_IPV6_ROUTE_INFO
3457 array
[DEVCONF_ACCEPT_RA_RT_INFO_MAX_PLEN
] = cnf
->accept_ra_rt_info_max_plen
;
3460 array
[DEVCONF_PROXY_NDP
] = cnf
->proxy_ndp
;
3461 array
[DEVCONF_ACCEPT_SOURCE_ROUTE
] = cnf
->accept_source_route
;
3462 #ifdef CONFIG_IPV6_OPTIMISTIC_DAD
3463 array
[DEVCONF_OPTIMISTIC_DAD
] = cnf
->optimistic_dad
;
3467 static inline size_t inet6_if_nlmsg_size(void)
3469 return NLMSG_ALIGN(sizeof(struct ifinfomsg
))
3470 + nla_total_size(IFNAMSIZ
) /* IFLA_IFNAME */
3471 + nla_total_size(MAX_ADDR_LEN
) /* IFLA_ADDRESS */
3472 + nla_total_size(4) /* IFLA_MTU */
3473 + nla_total_size(4) /* IFLA_LINK */
3474 + nla_total_size( /* IFLA_PROTINFO */
3475 nla_total_size(4) /* IFLA_INET6_FLAGS */
3476 + nla_total_size(sizeof(struct ifla_cacheinfo
))
3477 + nla_total_size(DEVCONF_MAX
* 4) /* IFLA_INET6_CONF */
3478 + nla_total_size(IPSTATS_MIB_MAX
* 8) /* IFLA_INET6_STATS */
3479 + nla_total_size(ICMP6_MIB_MAX
* 8) /* IFLA_INET6_ICMP6STATS */
3483 static inline void __snmp6_fill_stats(u64
*stats
, void **mib
, int items
,
3487 int pad
= bytes
- sizeof(u64
) * items
;
3490 /* Use put_unaligned() because stats may not be aligned for u64. */
3491 put_unaligned(items
, &stats
[0]);
3492 for (i
= 1; i
< items
; i
++)
3493 put_unaligned(snmp_fold_field(mib
, i
), &stats
[i
]);
3495 memset(&stats
[items
], 0, pad
);
3498 static void snmp6_fill_stats(u64
*stats
, struct inet6_dev
*idev
, int attrtype
,
3502 case IFLA_INET6_STATS
:
3503 __snmp6_fill_stats(stats
, (void **)idev
->stats
.ipv6
, IPSTATS_MIB_MAX
, bytes
);
3505 case IFLA_INET6_ICMP6STATS
:
3506 __snmp6_fill_stats(stats
, (void **)idev
->stats
.icmpv6
, ICMP6_MIB_MAX
, bytes
);
3511 static int inet6_fill_ifinfo(struct sk_buff
*skb
, struct inet6_dev
*idev
,
3512 u32 pid
, u32 seq
, int event
, unsigned int flags
)
3514 struct net_device
*dev
= idev
->dev
;
3516 struct ifinfomsg
*hdr
;
3517 struct nlmsghdr
*nlh
;
3519 struct ifla_cacheinfo ci
;
3521 nlh
= nlmsg_put(skb
, pid
, seq
, event
, sizeof(*hdr
), flags
);
3525 hdr
= nlmsg_data(nlh
);
3526 hdr
->ifi_family
= AF_INET6
;
3528 hdr
->ifi_type
= dev
->type
;
3529 hdr
->ifi_index
= dev
->ifindex
;
3530 hdr
->ifi_flags
= dev_get_flags(dev
);
3531 hdr
->ifi_change
= 0;
3533 NLA_PUT_STRING(skb
, IFLA_IFNAME
, dev
->name
);
3536 NLA_PUT(skb
, IFLA_ADDRESS
, dev
->addr_len
, dev
->dev_addr
);
3538 NLA_PUT_U32(skb
, IFLA_MTU
, dev
->mtu
);
3539 if (dev
->ifindex
!= dev
->iflink
)
3540 NLA_PUT_U32(skb
, IFLA_LINK
, dev
->iflink
);
3542 protoinfo
= nla_nest_start(skb
, IFLA_PROTINFO
);
3543 if (protoinfo
== NULL
)
3544 goto nla_put_failure
;
3546 NLA_PUT_U32(skb
, IFLA_INET6_FLAGS
, idev
->if_flags
);
3548 ci
.max_reasm_len
= IPV6_MAXPLEN
;
3549 ci
.tstamp
= (__u32
)(TIME_DELTA(idev
->tstamp
, INITIAL_JIFFIES
) / HZ
* 100
3550 + TIME_DELTA(idev
->tstamp
, INITIAL_JIFFIES
) % HZ
* 100 / HZ
);
3551 ci
.reachable_time
= idev
->nd_parms
->reachable_time
;
3552 ci
.retrans_time
= idev
->nd_parms
->retrans_time
;
3553 NLA_PUT(skb
, IFLA_INET6_CACHEINFO
, sizeof(ci
), &ci
);
3555 nla
= nla_reserve(skb
, IFLA_INET6_CONF
, DEVCONF_MAX
* sizeof(s32
));
3557 goto nla_put_failure
;
3558 ipv6_store_devconf(&idev
->cnf
, nla_data(nla
), nla_len(nla
));
3560 /* XXX - MC not implemented */
3562 nla
= nla_reserve(skb
, IFLA_INET6_STATS
, IPSTATS_MIB_MAX
* sizeof(u64
));
3564 goto nla_put_failure
;
3565 snmp6_fill_stats(nla_data(nla
), idev
, IFLA_INET6_STATS
, nla_len(nla
));
3567 nla
= nla_reserve(skb
, IFLA_INET6_ICMP6STATS
, ICMP6_MIB_MAX
* sizeof(u64
));
3569 goto nla_put_failure
;
3570 snmp6_fill_stats(nla_data(nla
), idev
, IFLA_INET6_ICMP6STATS
, nla_len(nla
));
3572 nla_nest_end(skb
, protoinfo
);
3573 return nlmsg_end(skb
, nlh
);
3576 nlmsg_cancel(skb
, nlh
);
3580 static int inet6_dump_ifinfo(struct sk_buff
*skb
, struct netlink_callback
*cb
)
3583 int s_idx
= cb
->args
[0];
3584 struct net_device
*dev
;
3585 struct inet6_dev
*idev
;
3587 read_lock(&dev_base_lock
);
3589 for_each_netdev(&init_net
, dev
) {
3592 if ((idev
= in6_dev_get(dev
)) == NULL
)
3594 err
= inet6_fill_ifinfo(skb
, idev
, NETLINK_CB(cb
->skb
).pid
,
3595 cb
->nlh
->nlmsg_seq
, RTM_NEWLINK
, NLM_F_MULTI
);
3602 read_unlock(&dev_base_lock
);
3608 void inet6_ifinfo_notify(int event
, struct inet6_dev
*idev
)
3610 struct sk_buff
*skb
;
3613 skb
= nlmsg_new(inet6_if_nlmsg_size(), GFP_ATOMIC
);
3617 err
= inet6_fill_ifinfo(skb
, idev
, 0, 0, event
, 0);
3619 /* -EMSGSIZE implies BUG in inet6_if_nlmsg_size() */
3620 WARN_ON(err
== -EMSGSIZE
);
3624 err
= rtnl_notify(skb
, 0, RTNLGRP_IPV6_IFADDR
, NULL
, GFP_ATOMIC
);
3627 rtnl_set_sk_err(RTNLGRP_IPV6_IFADDR
, err
);
3630 static inline size_t inet6_prefix_nlmsg_size(void)
3632 return NLMSG_ALIGN(sizeof(struct prefixmsg
))
3633 + nla_total_size(sizeof(struct in6_addr
))
3634 + nla_total_size(sizeof(struct prefix_cacheinfo
));
3637 static int inet6_fill_prefix(struct sk_buff
*skb
, struct inet6_dev
*idev
,
3638 struct prefix_info
*pinfo
, u32 pid
, u32 seq
,
3639 int event
, unsigned int flags
)
3641 struct prefixmsg
*pmsg
;
3642 struct nlmsghdr
*nlh
;
3643 struct prefix_cacheinfo ci
;
3645 nlh
= nlmsg_put(skb
, pid
, seq
, event
, sizeof(*pmsg
), flags
);
3649 pmsg
= nlmsg_data(nlh
);
3650 pmsg
->prefix_family
= AF_INET6
;
3651 pmsg
->prefix_pad1
= 0;
3652 pmsg
->prefix_pad2
= 0;
3653 pmsg
->prefix_ifindex
= idev
->dev
->ifindex
;
3654 pmsg
->prefix_len
= pinfo
->prefix_len
;
3655 pmsg
->prefix_type
= pinfo
->type
;
3656 pmsg
->prefix_pad3
= 0;
3657 pmsg
->prefix_flags
= 0;
3659 pmsg
->prefix_flags
|= IF_PREFIX_ONLINK
;
3660 if (pinfo
->autoconf
)
3661 pmsg
->prefix_flags
|= IF_PREFIX_AUTOCONF
;
3663 NLA_PUT(skb
, PREFIX_ADDRESS
, sizeof(pinfo
->prefix
), &pinfo
->prefix
);
3665 ci
.preferred_time
= ntohl(pinfo
->prefered
);
3666 ci
.valid_time
= ntohl(pinfo
->valid
);
3667 NLA_PUT(skb
, PREFIX_CACHEINFO
, sizeof(ci
), &ci
);
3669 return nlmsg_end(skb
, nlh
);
3672 nlmsg_cancel(skb
, nlh
);
3676 static void inet6_prefix_notify(int event
, struct inet6_dev
*idev
,
3677 struct prefix_info
*pinfo
)
3679 struct sk_buff
*skb
;
3682 skb
= nlmsg_new(inet6_prefix_nlmsg_size(), GFP_ATOMIC
);
3686 err
= inet6_fill_prefix(skb
, idev
, pinfo
, 0, 0, event
, 0);
3688 /* -EMSGSIZE implies BUG in inet6_prefix_nlmsg_size() */
3689 WARN_ON(err
== -EMSGSIZE
);
3693 err
= rtnl_notify(skb
, 0, RTNLGRP_IPV6_PREFIX
, NULL
, GFP_ATOMIC
);
3696 rtnl_set_sk_err(RTNLGRP_IPV6_PREFIX
, err
);
3699 static void __ipv6_ifa_notify(int event
, struct inet6_ifaddr
*ifp
)
3701 inet6_ifa_notify(event
? : RTM_NEWADDR
, ifp
);
3706 * If the address was optimistic
3707 * we inserted the route at the start of
3708 * our DAD process, so we don't need
3711 if (!(ifp
->rt
->rt6i_node
))
3712 ip6_ins_rt(ifp
->rt
);
3713 if (ifp
->idev
->cnf
.forwarding
)
3714 addrconf_join_anycast(ifp
);
3717 if (ifp
->idev
->cnf
.forwarding
)
3718 addrconf_leave_anycast(ifp
);
3719 addrconf_leave_solict(ifp
->idev
, &ifp
->addr
);
3720 dst_hold(&ifp
->rt
->u
.dst
);
3721 if (ip6_del_rt(ifp
->rt
))
3722 dst_free(&ifp
->rt
->u
.dst
);
3727 static void ipv6_ifa_notify(int event
, struct inet6_ifaddr
*ifp
)
3730 if (likely(ifp
->idev
->dead
== 0))
3731 __ipv6_ifa_notify(event
, ifp
);
3732 rcu_read_unlock_bh();
3735 #ifdef CONFIG_SYSCTL
3738 int addrconf_sysctl_forward(ctl_table
*ctl
, int write
, struct file
* filp
,
3739 void __user
*buffer
, size_t *lenp
, loff_t
*ppos
)
3741 int *valp
= ctl
->data
;
3745 ret
= proc_dointvec(ctl
, write
, filp
, buffer
, lenp
, ppos
);
3747 if (write
&& valp
!= &ipv6_devconf_dflt
.forwarding
) {
3748 if (valp
!= &ipv6_devconf
.forwarding
) {
3749 if ((!*valp
) ^ (!val
)) {
3750 struct inet6_dev
*idev
= (struct inet6_dev
*)ctl
->extra1
;
3753 dev_forward_change(idev
);
3756 ipv6_devconf_dflt
.forwarding
= ipv6_devconf
.forwarding
;
3757 addrconf_forward_change();
3760 rt6_purge_dflt_routers();
3766 static int addrconf_sysctl_forward_strategy(ctl_table
*table
,
3767 int __user
*name
, int nlen
,
3768 void __user
*oldval
,
3769 size_t __user
*oldlenp
,
3770 void __user
*newval
, size_t newlen
)
3772 int *valp
= table
->data
;
3775 if (!newval
|| !newlen
)
3777 if (newlen
!= sizeof(int))
3779 if (get_user(new, (int __user
*)newval
))
3783 if (oldval
&& oldlenp
) {
3785 if (get_user(len
, oldlenp
))
3788 if (len
> table
->maxlen
)
3789 len
= table
->maxlen
;
3790 if (copy_to_user(oldval
, valp
, len
))
3792 if (put_user(len
, oldlenp
))
3797 if (valp
!= &ipv6_devconf_dflt
.forwarding
) {
3798 if (valp
!= &ipv6_devconf
.forwarding
) {
3799 struct inet6_dev
*idev
= (struct inet6_dev
*)table
->extra1
;
3801 if (unlikely(idev
== NULL
))
3803 changed
= (!*valp
) ^ (!new);
3806 dev_forward_change(idev
);
3809 addrconf_forward_change();
3813 rt6_purge_dflt_routers();
3820 static struct addrconf_sysctl_table
3822 struct ctl_table_header
*sysctl_header
;
3823 ctl_table addrconf_vars
[__NET_IPV6_MAX
];
3824 ctl_table addrconf_dev
[2];
3825 ctl_table addrconf_conf_dir
[2];
3826 ctl_table addrconf_proto_dir
[2];
3827 ctl_table addrconf_root_dir
[2];
3828 } addrconf_sysctl __read_mostly
= {
3829 .sysctl_header
= NULL
,
3832 .ctl_name
= NET_IPV6_FORWARDING
,
3833 .procname
= "forwarding",
3834 .data
= &ipv6_devconf
.forwarding
,
3835 .maxlen
= sizeof(int),
3837 .proc_handler
= &addrconf_sysctl_forward
,
3838 .strategy
= &addrconf_sysctl_forward_strategy
,
3841 .ctl_name
= NET_IPV6_HOP_LIMIT
,
3842 .procname
= "hop_limit",
3843 .data
= &ipv6_devconf
.hop_limit
,
3844 .maxlen
= sizeof(int),
3846 .proc_handler
= proc_dointvec
,
3849 .ctl_name
= NET_IPV6_MTU
,
3851 .data
= &ipv6_devconf
.mtu6
,
3852 .maxlen
= sizeof(int),
3854 .proc_handler
= &proc_dointvec
,
3857 .ctl_name
= NET_IPV6_ACCEPT_RA
,
3858 .procname
= "accept_ra",
3859 .data
= &ipv6_devconf
.accept_ra
,
3860 .maxlen
= sizeof(int),
3862 .proc_handler
= &proc_dointvec
,
3865 .ctl_name
= NET_IPV6_ACCEPT_REDIRECTS
,
3866 .procname
= "accept_redirects",
3867 .data
= &ipv6_devconf
.accept_redirects
,
3868 .maxlen
= sizeof(int),
3870 .proc_handler
= &proc_dointvec
,
3873 .ctl_name
= NET_IPV6_AUTOCONF
,
3874 .procname
= "autoconf",
3875 .data
= &ipv6_devconf
.autoconf
,
3876 .maxlen
= sizeof(int),
3878 .proc_handler
= &proc_dointvec
,
3881 .ctl_name
= NET_IPV6_DAD_TRANSMITS
,
3882 .procname
= "dad_transmits",
3883 .data
= &ipv6_devconf
.dad_transmits
,
3884 .maxlen
= sizeof(int),
3886 .proc_handler
= &proc_dointvec
,
3889 .ctl_name
= NET_IPV6_RTR_SOLICITS
,
3890 .procname
= "router_solicitations",
3891 .data
= &ipv6_devconf
.rtr_solicits
,
3892 .maxlen
= sizeof(int),
3894 .proc_handler
= &proc_dointvec
,
3897 .ctl_name
= NET_IPV6_RTR_SOLICIT_INTERVAL
,
3898 .procname
= "router_solicitation_interval",
3899 .data
= &ipv6_devconf
.rtr_solicit_interval
,
3900 .maxlen
= sizeof(int),
3902 .proc_handler
= &proc_dointvec_jiffies
,
3903 .strategy
= &sysctl_jiffies
,
3906 .ctl_name
= NET_IPV6_RTR_SOLICIT_DELAY
,
3907 .procname
= "router_solicitation_delay",
3908 .data
= &ipv6_devconf
.rtr_solicit_delay
,
3909 .maxlen
= sizeof(int),
3911 .proc_handler
= &proc_dointvec_jiffies
,
3912 .strategy
= &sysctl_jiffies
,
3915 .ctl_name
= NET_IPV6_FORCE_MLD_VERSION
,
3916 .procname
= "force_mld_version",
3917 .data
= &ipv6_devconf
.force_mld_version
,
3918 .maxlen
= sizeof(int),
3920 .proc_handler
= &proc_dointvec
,
3922 #ifdef CONFIG_IPV6_PRIVACY
3924 .ctl_name
= NET_IPV6_USE_TEMPADDR
,
3925 .procname
= "use_tempaddr",
3926 .data
= &ipv6_devconf
.use_tempaddr
,
3927 .maxlen
= sizeof(int),
3929 .proc_handler
= &proc_dointvec
,
3932 .ctl_name
= NET_IPV6_TEMP_VALID_LFT
,
3933 .procname
= "temp_valid_lft",
3934 .data
= &ipv6_devconf
.temp_valid_lft
,
3935 .maxlen
= sizeof(int),
3937 .proc_handler
= &proc_dointvec
,
3940 .ctl_name
= NET_IPV6_TEMP_PREFERED_LFT
,
3941 .procname
= "temp_prefered_lft",
3942 .data
= &ipv6_devconf
.temp_prefered_lft
,
3943 .maxlen
= sizeof(int),
3945 .proc_handler
= &proc_dointvec
,
3948 .ctl_name
= NET_IPV6_REGEN_MAX_RETRY
,
3949 .procname
= "regen_max_retry",
3950 .data
= &ipv6_devconf
.regen_max_retry
,
3951 .maxlen
= sizeof(int),
3953 .proc_handler
= &proc_dointvec
,
3956 .ctl_name
= NET_IPV6_MAX_DESYNC_FACTOR
,
3957 .procname
= "max_desync_factor",
3958 .data
= &ipv6_devconf
.max_desync_factor
,
3959 .maxlen
= sizeof(int),
3961 .proc_handler
= &proc_dointvec
,
3965 .ctl_name
= NET_IPV6_MAX_ADDRESSES
,
3966 .procname
= "max_addresses",
3967 .data
= &ipv6_devconf
.max_addresses
,
3968 .maxlen
= sizeof(int),
3970 .proc_handler
= &proc_dointvec
,
3973 .ctl_name
= NET_IPV6_ACCEPT_RA_DEFRTR
,
3974 .procname
= "accept_ra_defrtr",
3975 .data
= &ipv6_devconf
.accept_ra_defrtr
,
3976 .maxlen
= sizeof(int),
3978 .proc_handler
= &proc_dointvec
,
3981 .ctl_name
= NET_IPV6_ACCEPT_RA_PINFO
,
3982 .procname
= "accept_ra_pinfo",
3983 .data
= &ipv6_devconf
.accept_ra_pinfo
,
3984 .maxlen
= sizeof(int),
3986 .proc_handler
= &proc_dointvec
,
3988 #ifdef CONFIG_IPV6_ROUTER_PREF
3990 .ctl_name
= NET_IPV6_ACCEPT_RA_RTR_PREF
,
3991 .procname
= "accept_ra_rtr_pref",
3992 .data
= &ipv6_devconf
.accept_ra_rtr_pref
,
3993 .maxlen
= sizeof(int),
3995 .proc_handler
= &proc_dointvec
,
3998 .ctl_name
= NET_IPV6_RTR_PROBE_INTERVAL
,
3999 .procname
= "router_probe_interval",
4000 .data
= &ipv6_devconf
.rtr_probe_interval
,
4001 .maxlen
= sizeof(int),
4003 .proc_handler
= &proc_dointvec_jiffies
,
4004 .strategy
= &sysctl_jiffies
,
4006 #ifdef CONFIG_IPV6_ROUTE_INFO
4008 .ctl_name
= NET_IPV6_ACCEPT_RA_RT_INFO_MAX_PLEN
,
4009 .procname
= "accept_ra_rt_info_max_plen",
4010 .data
= &ipv6_devconf
.accept_ra_rt_info_max_plen
,
4011 .maxlen
= sizeof(int),
4013 .proc_handler
= &proc_dointvec
,
4018 .ctl_name
= NET_IPV6_PROXY_NDP
,
4019 .procname
= "proxy_ndp",
4020 .data
= &ipv6_devconf
.proxy_ndp
,
4021 .maxlen
= sizeof(int),
4023 .proc_handler
= &proc_dointvec
,
4026 .ctl_name
= NET_IPV6_ACCEPT_SOURCE_ROUTE
,
4027 .procname
= "accept_source_route",
4028 .data
= &ipv6_devconf
.accept_source_route
,
4029 .maxlen
= sizeof(int),
4031 .proc_handler
= &proc_dointvec
,
4033 #ifdef CONFIG_IPV6_OPTIMISTIC_DAD
4035 .ctl_name
= CTL_UNNUMBERED
,
4036 .procname
= "optimistic_dad",
4037 .data
= &ipv6_devconf
.optimistic_dad
,
4038 .maxlen
= sizeof(int),
4040 .proc_handler
= &proc_dointvec
,
4045 .ctl_name
= 0, /* sentinel */
4050 .ctl_name
= NET_PROTO_CONF_ALL
,
4053 .child
= addrconf_sysctl
.addrconf_vars
,
4056 .ctl_name
= 0, /* sentinel */
4059 .addrconf_conf_dir
= {
4061 .ctl_name
= NET_IPV6_CONF
,
4064 .child
= addrconf_sysctl
.addrconf_dev
,
4067 .ctl_name
= 0, /* sentinel */
4070 .addrconf_proto_dir
= {
4072 .ctl_name
= NET_IPV6
,
4075 .child
= addrconf_sysctl
.addrconf_conf_dir
,
4078 .ctl_name
= 0, /* sentinel */
4081 .addrconf_root_dir
= {
4083 .ctl_name
= CTL_NET
,
4086 .child
= addrconf_sysctl
.addrconf_proto_dir
,
4089 .ctl_name
= 0, /* sentinel */
4094 static void addrconf_sysctl_register(struct inet6_dev
*idev
, struct ipv6_devconf
*p
)
4097 struct net_device
*dev
= idev
? idev
->dev
: NULL
;
4098 struct addrconf_sysctl_table
*t
;
4099 char *dev_name
= NULL
;
4101 t
= kmemdup(&addrconf_sysctl
, sizeof(*t
), GFP_KERNEL
);
4104 for (i
=0; t
->addrconf_vars
[i
].data
; i
++) {
4105 t
->addrconf_vars
[i
].data
+= (char*)p
- (char*)&ipv6_devconf
;
4106 t
->addrconf_vars
[i
].extra1
= idev
; /* embedded; no ref */
4109 dev_name
= dev
->name
;
4110 t
->addrconf_dev
[0].ctl_name
= dev
->ifindex
;
4112 dev_name
= "default";
4113 t
->addrconf_dev
[0].ctl_name
= NET_PROTO_CONF_DEFAULT
;
4117 * Make a copy of dev_name, because '.procname' is regarded as const
4118 * by sysctl and we wouldn't want anyone to change it under our feet
4119 * (see SIOCSIFNAME).
4121 dev_name
= kstrdup(dev_name
, GFP_KERNEL
);
4125 t
->addrconf_dev
[0].procname
= dev_name
;
4127 t
->addrconf_dev
[0].child
= t
->addrconf_vars
;
4128 t
->addrconf_conf_dir
[0].child
= t
->addrconf_dev
;
4129 t
->addrconf_proto_dir
[0].child
= t
->addrconf_conf_dir
;
4130 t
->addrconf_root_dir
[0].child
= t
->addrconf_proto_dir
;
4132 t
->sysctl_header
= register_sysctl_table(t
->addrconf_root_dir
);
4133 if (t
->sysctl_header
== NULL
)
4148 static void addrconf_sysctl_unregister(struct ipv6_devconf
*p
)
4151 struct addrconf_sysctl_table
*t
= p
->sysctl
;
4153 unregister_sysctl_table(t
->sysctl_header
);
4154 kfree(t
->addrconf_dev
[0].procname
);
4166 int register_inet6addr_notifier(struct notifier_block
*nb
)
4168 return atomic_notifier_chain_register(&inet6addr_chain
, nb
);
4171 EXPORT_SYMBOL(register_inet6addr_notifier
);
4173 int unregister_inet6addr_notifier(struct notifier_block
*nb
)
4175 return atomic_notifier_chain_unregister(&inet6addr_chain
,nb
);
4178 EXPORT_SYMBOL(unregister_inet6addr_notifier
);
4181 * Init / cleanup code
4184 int __init
addrconf_init(void)
4188 /* The addrconf netdev notifier requires that loopback_dev
4189 * has it's ipv6 private information allocated and setup
4190 * before it can bring up and give link-local addresses
4191 * to other devices which are up.
4193 * Unfortunately, loopback_dev is not necessarily the first
4194 * entry in the global dev_base list of net devices. In fact,
4195 * it is likely to be the very last entry on that list.
4196 * So this causes the notifier registry below to try and
4197 * give link-local addresses to all devices besides loopback_dev
4198 * first, then loopback_dev, which cases all the non-loopback_dev
4199 * devices to fail to get a link-local address.
4201 * So, as a temporary fix, allocate the ipv6 structure for
4202 * loopback_dev first by hand.
4203 * Longer term, all of the dependencies ipv6 has upon the loopback
4204 * device and it being up should be removed.
4207 if (!ipv6_add_dev(init_net
.loopback_dev
))
4213 ip6_null_entry
.u
.dst
.dev
= init_net
.loopback_dev
;
4214 ip6_null_entry
.rt6i_idev
= in6_dev_get(init_net
.loopback_dev
);
4215 #ifdef CONFIG_IPV6_MULTIPLE_TABLES
4216 ip6_prohibit_entry
.u
.dst
.dev
= init_net
.loopback_dev
;
4217 ip6_prohibit_entry
.rt6i_idev
= in6_dev_get(init_net
.loopback_dev
);
4218 ip6_blk_hole_entry
.u
.dst
.dev
= init_net
.loopback_dev
;
4219 ip6_blk_hole_entry
.rt6i_idev
= in6_dev_get(init_net
.loopback_dev
);
4222 register_netdevice_notifier(&ipv6_dev_notf
);
4226 err
= __rtnl_register(PF_INET6
, RTM_GETLINK
, NULL
, inet6_dump_ifinfo
);
4230 /* Only the first call to __rtnl_register can fail */
4231 __rtnl_register(PF_INET6
, RTM_NEWADDR
, inet6_rtm_newaddr
, NULL
);
4232 __rtnl_register(PF_INET6
, RTM_DELADDR
, inet6_rtm_deladdr
, NULL
);
4233 __rtnl_register(PF_INET6
, RTM_GETADDR
, inet6_rtm_getaddr
, inet6_dump_ifaddr
);
4234 __rtnl_register(PF_INET6
, RTM_GETMULTICAST
, NULL
, inet6_dump_ifmcaddr
);
4235 __rtnl_register(PF_INET6
, RTM_GETANYCAST
, NULL
, inet6_dump_ifacaddr
);
4237 #ifdef CONFIG_SYSCTL
4238 addrconf_sysctl
.sysctl_header
=
4239 register_sysctl_table(addrconf_sysctl
.addrconf_root_dir
);
4240 addrconf_sysctl_register(NULL
, &ipv6_devconf_dflt
);
4245 unregister_netdevice_notifier(&ipv6_dev_notf
);
4250 void __exit
addrconf_cleanup(void)
4252 struct net_device
*dev
;
4253 struct inet6_ifaddr
*ifa
;
4256 unregister_netdevice_notifier(&ipv6_dev_notf
);
4258 #ifdef CONFIG_SYSCTL
4259 addrconf_sysctl_unregister(&ipv6_devconf_dflt
);
4260 addrconf_sysctl_unregister(&ipv6_devconf
);
4269 for_each_netdev(&init_net
, dev
) {
4270 if (__in6_dev_get(dev
) == NULL
)
4272 addrconf_ifdown(dev
, 1);
4274 addrconf_ifdown(init_net
.loopback_dev
, 2);
4280 write_lock_bh(&addrconf_hash_lock
);
4281 for (i
=0; i
< IN6_ADDR_HSIZE
; i
++) {
4282 for (ifa
=inet6_addr_lst
[i
]; ifa
; ) {
4283 struct inet6_ifaddr
*bifa
;
4286 ifa
= ifa
->lst_next
;
4287 printk(KERN_DEBUG
"bug: IPv6 address leakage detected: ifa=%p\n", bifa
);
4288 /* Do not free it; something is wrong.
4289 Now we can investigate it with debugger.
4293 write_unlock_bh(&addrconf_hash_lock
);
4295 del_timer(&addr_chk_timer
);