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 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version
12 * 2 of the License, or (at your option) any later version.
18 * Janos Farkas : delete timer on ifdown
19 * <chexum@bankinf.banki.hu>
20 * Andi Kleen : kill double kfree on module
22 * Maciej W. Rozycki : FDDI support
23 * sekiya@USAGI : Don't send too many RS
25 * yoshfuji@USAGI : Fixed interval between DAD
27 * YOSHIFUJI Hideaki @USAGI : improved accuracy of
28 * address validation timer.
29 * YOSHIFUJI Hideaki @USAGI : Privacy Extensions (RFC3041)
31 * Yuji SEKIYA @USAGI : Don't assign a same IPv6
32 * address on a same interface.
33 * YOSHIFUJI Hideaki @USAGI : ARCnet support
34 * YOSHIFUJI Hideaki @USAGI : convert /proc/net/if_inet6 to
36 * YOSHIFUJI Hideaki @USAGI : improved source address
37 * selection; consider scope,
41 #include <linux/errno.h>
42 #include <linux/types.h>
43 #include <linux/kernel.h>
44 #include <linux/socket.h>
45 #include <linux/sockios.h>
46 #include <linux/net.h>
47 #include <linux/in6.h>
48 #include <linux/netdevice.h>
49 #include <linux/if_addr.h>
50 #include <linux/if_arp.h>
51 #include <linux/if_arcnet.h>
52 #include <linux/if_infiniband.h>
53 #include <linux/route.h>
54 #include <linux/inetdevice.h>
55 #include <linux/init.h>
56 #include <linux/slab.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
);
105 static void addrconf_sysctl_unregister(struct inet6_dev
*idev
);
107 static inline void addrconf_sysctl_register(struct inet6_dev
*idev
)
111 static inline void addrconf_sysctl_unregister(struct inet6_dev
*idev
)
116 #ifdef CONFIG_IPV6_PRIVACY
117 static int __ipv6_regen_rndid(struct inet6_dev
*idev
);
118 static int __ipv6_try_regen_rndid(struct inet6_dev
*idev
, struct in6_addr
*tmpaddr
);
119 static void ipv6_regen_rndid(unsigned long data
);
121 static int desync_factor
= MAX_DESYNC_FACTOR
* HZ
;
124 static int ipv6_generate_eui64(u8
*eui
, struct net_device
*dev
);
125 static int ipv6_count_addresses(struct inet6_dev
*idev
);
128 * Configured unicast address hash table
130 static struct inet6_ifaddr
*inet6_addr_lst
[IN6_ADDR_HSIZE
];
131 static DEFINE_RWLOCK(addrconf_hash_lock
);
133 static void addrconf_verify(unsigned long);
135 static DEFINE_TIMER(addr_chk_timer
, addrconf_verify
, 0, 0);
136 static DEFINE_SPINLOCK(addrconf_verify_lock
);
138 static void addrconf_join_anycast(struct inet6_ifaddr
*ifp
);
139 static void addrconf_leave_anycast(struct inet6_ifaddr
*ifp
);
141 static void addrconf_bonding_change(struct net_device
*dev
,
142 unsigned long event
);
143 static int addrconf_ifdown(struct net_device
*dev
, int how
);
145 static void addrconf_dad_start(struct inet6_ifaddr
*ifp
, u32 flags
);
146 static void addrconf_dad_timer(unsigned long data
);
147 static void addrconf_dad_completed(struct inet6_ifaddr
*ifp
);
148 static void addrconf_dad_run(struct inet6_dev
*idev
);
149 static void addrconf_rs_timer(unsigned long data
);
150 static void __ipv6_ifa_notify(int event
, struct inet6_ifaddr
*ifa
);
151 static void ipv6_ifa_notify(int event
, struct inet6_ifaddr
*ifa
);
153 static void inet6_prefix_notify(int event
, struct inet6_dev
*idev
,
154 struct prefix_info
*pinfo
);
155 static int ipv6_chk_same_addr(struct net
*net
, const struct in6_addr
*addr
,
156 struct net_device
*dev
);
158 static ATOMIC_NOTIFIER_HEAD(inet6addr_chain
);
160 static struct ipv6_devconf ipv6_devconf __read_mostly
= {
162 .hop_limit
= IPV6_DEFAULT_HOPLIMIT
,
163 .mtu6
= IPV6_MIN_MTU
,
165 .accept_redirects
= 1,
167 .force_mld_version
= 0,
169 .rtr_solicits
= MAX_RTR_SOLICITATIONS
,
170 .rtr_solicit_interval
= RTR_SOLICITATION_INTERVAL
,
171 .rtr_solicit_delay
= MAX_RTR_SOLICITATION_DELAY
,
172 #ifdef CONFIG_IPV6_PRIVACY
174 .temp_valid_lft
= TEMP_VALID_LIFETIME
,
175 .temp_prefered_lft
= TEMP_PREFERRED_LIFETIME
,
176 .regen_max_retry
= REGEN_MAX_RETRY
,
177 .max_desync_factor
= MAX_DESYNC_FACTOR
,
179 .max_addresses
= IPV6_MAX_ADDRESSES
,
180 .accept_ra_defrtr
= 1,
181 .accept_ra_pinfo
= 1,
182 #ifdef CONFIG_IPV6_ROUTER_PREF
183 .accept_ra_rtr_pref
= 1,
184 .rtr_probe_interval
= 60 * HZ
,
185 #ifdef CONFIG_IPV6_ROUTE_INFO
186 .accept_ra_rt_info_max_plen
= 0,
190 .accept_source_route
= 0, /* we do not accept RH0 by default. */
195 static struct ipv6_devconf ipv6_devconf_dflt __read_mostly
= {
197 .hop_limit
= IPV6_DEFAULT_HOPLIMIT
,
198 .mtu6
= IPV6_MIN_MTU
,
200 .accept_redirects
= 1,
203 .rtr_solicits
= MAX_RTR_SOLICITATIONS
,
204 .rtr_solicit_interval
= RTR_SOLICITATION_INTERVAL
,
205 .rtr_solicit_delay
= MAX_RTR_SOLICITATION_DELAY
,
206 #ifdef CONFIG_IPV6_PRIVACY
208 .temp_valid_lft
= TEMP_VALID_LIFETIME
,
209 .temp_prefered_lft
= TEMP_PREFERRED_LIFETIME
,
210 .regen_max_retry
= REGEN_MAX_RETRY
,
211 .max_desync_factor
= MAX_DESYNC_FACTOR
,
213 .max_addresses
= IPV6_MAX_ADDRESSES
,
214 .accept_ra_defrtr
= 1,
215 .accept_ra_pinfo
= 1,
216 #ifdef CONFIG_IPV6_ROUTER_PREF
217 .accept_ra_rtr_pref
= 1,
218 .rtr_probe_interval
= 60 * HZ
,
219 #ifdef CONFIG_IPV6_ROUTE_INFO
220 .accept_ra_rt_info_max_plen
= 0,
224 .accept_source_route
= 0, /* we do not accept RH0 by default. */
229 /* IPv6 Wildcard Address and Loopback Address defined by RFC2553 */
230 const struct in6_addr in6addr_any
= IN6ADDR_ANY_INIT
;
231 const struct in6_addr in6addr_loopback
= IN6ADDR_LOOPBACK_INIT
;
232 const struct in6_addr in6addr_linklocal_allnodes
= IN6ADDR_LINKLOCAL_ALLNODES_INIT
;
233 const struct in6_addr in6addr_linklocal_allrouters
= IN6ADDR_LINKLOCAL_ALLROUTERS_INIT
;
235 /* Check if a valid qdisc is available */
236 static inline bool addrconf_qdisc_ok(const struct net_device
*dev
)
238 return !qdisc_tx_is_noop(dev
);
241 /* Check if a route is valid prefix route */
242 static inline int addrconf_is_prefix_route(const struct rt6_info
*rt
)
244 return ((rt
->rt6i_flags
& (RTF_GATEWAY
| RTF_DEFAULT
)) == 0);
247 static void addrconf_del_timer(struct inet6_ifaddr
*ifp
)
249 if (del_timer(&ifp
->timer
))
253 enum addrconf_timer_t
260 static void addrconf_mod_timer(struct inet6_ifaddr
*ifp
,
261 enum addrconf_timer_t what
,
264 if (!del_timer(&ifp
->timer
))
269 ifp
->timer
.function
= addrconf_dad_timer
;
272 ifp
->timer
.function
= addrconf_rs_timer
;
276 ifp
->timer
.expires
= jiffies
+ when
;
277 add_timer(&ifp
->timer
);
280 static int snmp6_alloc_dev(struct inet6_dev
*idev
)
282 if (snmp_mib_init((void __percpu
**)idev
->stats
.ipv6
,
283 sizeof(struct ipstats_mib
)) < 0)
285 if (snmp_mib_init((void __percpu
**)idev
->stats
.icmpv6
,
286 sizeof(struct icmpv6_mib
)) < 0)
288 if (snmp_mib_init((void __percpu
**)idev
->stats
.icmpv6msg
,
289 sizeof(struct icmpv6msg_mib
)) < 0)
295 snmp_mib_free((void __percpu
**)idev
->stats
.icmpv6
);
297 snmp_mib_free((void __percpu
**)idev
->stats
.ipv6
);
302 static void snmp6_free_dev(struct inet6_dev
*idev
)
304 snmp_mib_free((void __percpu
**)idev
->stats
.icmpv6msg
);
305 snmp_mib_free((void __percpu
**)idev
->stats
.icmpv6
);
306 snmp_mib_free((void __percpu
**)idev
->stats
.ipv6
);
309 /* Nobody refers to this device, we may destroy it. */
311 static void in6_dev_finish_destroy_rcu(struct rcu_head
*head
)
313 struct inet6_dev
*idev
= container_of(head
, struct inet6_dev
, rcu
);
317 void in6_dev_finish_destroy(struct inet6_dev
*idev
)
319 struct net_device
*dev
= idev
->dev
;
321 WARN_ON(idev
->addr_list
!= NULL
);
322 WARN_ON(idev
->mc_list
!= NULL
);
324 #ifdef NET_REFCNT_DEBUG
325 printk(KERN_DEBUG
"in6_dev_finish_destroy: %s\n", dev
? dev
->name
: "NIL");
329 printk("Freeing alive inet6 device %p\n", idev
);
332 snmp6_free_dev(idev
);
333 call_rcu(&idev
->rcu
, in6_dev_finish_destroy_rcu
);
336 EXPORT_SYMBOL(in6_dev_finish_destroy
);
338 static struct inet6_dev
* ipv6_add_dev(struct net_device
*dev
)
340 struct inet6_dev
*ndev
;
344 if (dev
->mtu
< IPV6_MIN_MTU
)
347 ndev
= kzalloc(sizeof(struct inet6_dev
), GFP_KERNEL
);
352 rwlock_init(&ndev
->lock
);
354 memcpy(&ndev
->cnf
, dev_net(dev
)->ipv6
.devconf_dflt
, sizeof(ndev
->cnf
));
355 ndev
->cnf
.mtu6
= dev
->mtu
;
356 ndev
->cnf
.sysctl
= NULL
;
357 ndev
->nd_parms
= neigh_parms_alloc(dev
, &nd_tbl
);
358 if (ndev
->nd_parms
== NULL
) {
362 if (ndev
->cnf
.forwarding
)
363 dev_disable_lro(dev
);
364 /* We refer to the device */
367 if (snmp6_alloc_dev(ndev
) < 0) {
369 "%s(): cannot allocate memory for statistics; dev=%s.\n",
370 __func__
, dev
->name
));
371 neigh_parms_release(&nd_tbl
, ndev
->nd_parms
);
373 in6_dev_finish_destroy(ndev
);
377 if (snmp6_register_dev(ndev
) < 0) {
379 "%s(): cannot create /proc/net/dev_snmp6/%s\n",
380 __func__
, dev
->name
));
381 neigh_parms_release(&nd_tbl
, ndev
->nd_parms
);
383 in6_dev_finish_destroy(ndev
);
387 /* One reference from device. We must do this before
388 * we invoke __ipv6_regen_rndid().
392 if (dev
->flags
& (IFF_NOARP
| IFF_LOOPBACK
))
393 ndev
->cnf
.accept_dad
= -1;
395 #if defined(CONFIG_IPV6_SIT) || defined(CONFIG_IPV6_SIT_MODULE)
396 if (dev
->type
== ARPHRD_SIT
&& (dev
->priv_flags
& IFF_ISATAP
)) {
398 "%s: Disabled Multicast RS\n",
400 ndev
->cnf
.rtr_solicits
= 0;
404 #ifdef CONFIG_IPV6_PRIVACY
405 setup_timer(&ndev
->regen_timer
, ipv6_regen_rndid
, (unsigned long)ndev
);
406 if ((dev
->flags
&IFF_LOOPBACK
) ||
407 dev
->type
== ARPHRD_TUNNEL
||
408 dev
->type
== ARPHRD_TUNNEL6
||
409 dev
->type
== ARPHRD_SIT
||
410 dev
->type
== ARPHRD_NONE
) {
412 "%s: Disabled Privacy Extensions\n",
414 ndev
->cnf
.use_tempaddr
= -1;
417 ipv6_regen_rndid((unsigned long) ndev
);
421 if (netif_running(dev
) && addrconf_qdisc_ok(dev
))
422 ndev
->if_flags
|= IF_READY
;
424 ipv6_mc_init_dev(ndev
);
425 ndev
->tstamp
= jiffies
;
426 addrconf_sysctl_register(ndev
);
427 /* protected by rtnl_lock */
428 rcu_assign_pointer(dev
->ip6_ptr
, ndev
);
430 /* Join all-node multicast group */
431 ipv6_dev_mc_inc(dev
, &in6addr_linklocal_allnodes
);
436 static struct inet6_dev
* ipv6_find_idev(struct net_device
*dev
)
438 struct inet6_dev
*idev
;
442 if ((idev
= __in6_dev_get(dev
)) == NULL
) {
443 if ((idev
= ipv6_add_dev(dev
)) == NULL
)
447 if (dev
->flags
&IFF_UP
)
453 static void dev_forward_change(struct inet6_dev
*idev
)
455 struct net_device
*dev
;
456 struct inet6_ifaddr
*ifa
;
461 if (idev
->cnf
.forwarding
)
462 dev_disable_lro(dev
);
463 if (dev
&& (dev
->flags
& IFF_MULTICAST
)) {
464 if (idev
->cnf
.forwarding
)
465 ipv6_dev_mc_inc(dev
, &in6addr_linklocal_allrouters
);
467 ipv6_dev_mc_dec(dev
, &in6addr_linklocal_allrouters
);
469 for (ifa
=idev
->addr_list
; ifa
; ifa
=ifa
->if_next
) {
470 if (ifa
->flags
&IFA_F_TENTATIVE
)
472 if (idev
->cnf
.forwarding
)
473 addrconf_join_anycast(ifa
);
475 addrconf_leave_anycast(ifa
);
480 static void addrconf_forward_change(struct net
*net
, __s32 newf
)
482 struct net_device
*dev
;
483 struct inet6_dev
*idev
;
486 for_each_netdev_rcu(net
, dev
) {
487 idev
= __in6_dev_get(dev
);
489 int changed
= (!idev
->cnf
.forwarding
) ^ (!newf
);
490 idev
->cnf
.forwarding
= newf
;
492 dev_forward_change(idev
);
498 static int addrconf_fixup_forwarding(struct ctl_table
*table
, int *p
, int old
)
502 net
= (struct net
*)table
->extra2
;
503 if (p
== &net
->ipv6
.devconf_dflt
->forwarding
)
506 if (!rtnl_trylock()) {
507 /* Restore the original values before restarting */
509 return restart_syscall();
512 if (p
== &net
->ipv6
.devconf_all
->forwarding
) {
513 __s32 newf
= net
->ipv6
.devconf_all
->forwarding
;
514 net
->ipv6
.devconf_dflt
->forwarding
= newf
;
515 addrconf_forward_change(net
, newf
);
516 } else if ((!*p
) ^ (!old
))
517 dev_forward_change((struct inet6_dev
*)table
->extra1
);
521 rt6_purge_dflt_routers(net
);
526 /* Nobody refers to this ifaddr, destroy it */
528 void inet6_ifa_finish_destroy(struct inet6_ifaddr
*ifp
)
530 WARN_ON(ifp
->if_next
!= NULL
);
531 WARN_ON(ifp
->lst_next
!= NULL
);
533 #ifdef NET_REFCNT_DEBUG
534 printk(KERN_DEBUG
"inet6_ifa_finish_destroy\n");
537 in6_dev_put(ifp
->idev
);
539 if (del_timer(&ifp
->timer
))
540 printk("Timer is still running, when freeing ifa=%p\n", ifp
);
543 printk("Freeing alive inet6 address %p\n", ifp
);
546 dst_release(&ifp
->rt
->u
.dst
);
552 ipv6_link_dev_addr(struct inet6_dev
*idev
, struct inet6_ifaddr
*ifp
)
554 struct inet6_ifaddr
*ifa
, **ifap
;
555 int ifp_scope
= ipv6_addr_src_scope(&ifp
->addr
);
558 * Each device address list is sorted in order of scope -
559 * global before linklocal.
561 for (ifap
= &idev
->addr_list
; (ifa
= *ifap
) != NULL
;
562 ifap
= &ifa
->if_next
) {
563 if (ifp_scope
>= ipv6_addr_src_scope(&ifa
->addr
))
567 ifp
->if_next
= *ifap
;
572 * Hash function taken from net_alias.c
574 static u8
ipv6_addr_hash(const struct in6_addr
*addr
)
579 * We perform the hash function over the last 64 bits of the address
580 * This will include the IEEE address token on links that support it.
583 word
= (__force u32
)(addr
->s6_addr32
[2] ^ addr
->s6_addr32
[3]);
584 word
^= (word
>> 16);
587 return ((word
^ (word
>> 4)) & 0x0f);
590 /* On success it returns ifp with increased reference count */
592 static struct inet6_ifaddr
*
593 ipv6_add_addr(struct inet6_dev
*idev
, const struct in6_addr
*addr
, int pfxlen
,
594 int scope
, u32 flags
)
596 struct inet6_ifaddr
*ifa
= NULL
;
600 int addr_type
= ipv6_addr_type(addr
);
602 if (addr_type
== IPV6_ADDR_ANY
||
603 addr_type
& IPV6_ADDR_MULTICAST
||
604 (!(idev
->dev
->flags
& IFF_LOOPBACK
) &&
605 addr_type
& IPV6_ADDR_LOOPBACK
))
606 return ERR_PTR(-EADDRNOTAVAIL
);
610 err
= -ENODEV
; /*XXX*/
614 if (idev
->cnf
.disable_ipv6
) {
619 write_lock(&addrconf_hash_lock
);
621 /* Ignore adding duplicate addresses on an interface */
622 if (ipv6_chk_same_addr(dev_net(idev
->dev
), addr
, idev
->dev
)) {
623 ADBG(("ipv6_add_addr: already assigned\n"));
628 ifa
= kzalloc(sizeof(struct inet6_ifaddr
), GFP_ATOMIC
);
631 ADBG(("ipv6_add_addr: malloc failed\n"));
636 rt
= addrconf_dst_alloc(idev
, addr
, 0);
642 ipv6_addr_copy(&ifa
->addr
, addr
);
644 spin_lock_init(&ifa
->lock
);
645 init_timer(&ifa
->timer
);
646 ifa
->timer
.data
= (unsigned long) ifa
;
648 ifa
->prefix_len
= pfxlen
;
649 ifa
->flags
= flags
| IFA_F_TENTATIVE
;
650 ifa
->cstamp
= ifa
->tstamp
= jiffies
;
655 * part one of RFC 4429, section 3.3
656 * We should not configure an address as
657 * optimistic if we do not yet know the link
658 * layer address of our nexhop router
661 if (rt
->rt6i_nexthop
== NULL
)
662 ifa
->flags
&= ~IFA_F_OPTIMISTIC
;
669 /* Add to big hash table */
670 hash
= ipv6_addr_hash(addr
);
672 ifa
->lst_next
= inet6_addr_lst
[hash
];
673 inet6_addr_lst
[hash
] = ifa
;
675 write_unlock(&addrconf_hash_lock
);
677 write_lock(&idev
->lock
);
678 /* Add to inet6_dev unicast addr list. */
679 ipv6_link_dev_addr(idev
, ifa
);
681 #ifdef CONFIG_IPV6_PRIVACY
682 if (ifa
->flags
&IFA_F_TEMPORARY
) {
683 ifa
->tmp_next
= idev
->tempaddr_list
;
684 idev
->tempaddr_list
= ifa
;
690 write_unlock(&idev
->lock
);
692 rcu_read_unlock_bh();
694 if (likely(err
== 0))
695 atomic_notifier_call_chain(&inet6addr_chain
, NETDEV_UP
, ifa
);
703 write_unlock(&addrconf_hash_lock
);
707 /* This function wants to get referenced ifp and releases it before return */
709 static void ipv6_del_addr(struct inet6_ifaddr
*ifp
)
711 struct inet6_ifaddr
*ifa
, **ifap
;
712 struct inet6_dev
*idev
= ifp
->idev
;
714 int deleted
= 0, onlink
= 0;
715 unsigned long expires
= jiffies
;
717 hash
= ipv6_addr_hash(&ifp
->addr
);
721 write_lock_bh(&addrconf_hash_lock
);
722 for (ifap
= &inet6_addr_lst
[hash
]; (ifa
=*ifap
) != NULL
;
723 ifap
= &ifa
->lst_next
) {
725 *ifap
= ifa
->lst_next
;
727 ifa
->lst_next
= NULL
;
731 write_unlock_bh(&addrconf_hash_lock
);
733 write_lock_bh(&idev
->lock
);
734 #ifdef CONFIG_IPV6_PRIVACY
735 if (ifp
->flags
&IFA_F_TEMPORARY
) {
736 for (ifap
= &idev
->tempaddr_list
; (ifa
=*ifap
) != NULL
;
737 ifap
= &ifa
->tmp_next
) {
739 *ifap
= ifa
->tmp_next
;
741 in6_ifa_put(ifp
->ifpub
);
745 ifa
->tmp_next
= NULL
;
752 for (ifap
= &idev
->addr_list
; (ifa
=*ifap
) != NULL
;) {
754 *ifap
= ifa
->if_next
;
757 if (!(ifp
->flags
& IFA_F_PERMANENT
) || onlink
> 0)
761 } else if (ifp
->flags
& IFA_F_PERMANENT
) {
762 if (ipv6_prefix_equal(&ifa
->addr
, &ifp
->addr
,
764 if (ifa
->flags
& IFA_F_PERMANENT
) {
769 unsigned long lifetime
;
774 spin_lock(&ifa
->lock
);
776 lifetime
= addrconf_timeout_fixup(ifa
->valid_lft
, HZ
);
778 * Note: Because this address is
779 * not permanent, lifetime <
780 * LONG_MAX / HZ here.
782 if (time_before(expires
,
783 ifa
->tstamp
+ lifetime
* HZ
))
784 expires
= ifa
->tstamp
+ lifetime
* HZ
;
785 spin_unlock(&ifa
->lock
);
789 ifap
= &ifa
->if_next
;
791 write_unlock_bh(&idev
->lock
);
793 addrconf_del_timer(ifp
);
795 ipv6_ifa_notify(RTM_DELADDR
, ifp
);
797 atomic_notifier_call_chain(&inet6addr_chain
, NETDEV_DOWN
, ifp
);
800 * Purge or update corresponding prefix
802 * 1) we don't purge prefix here if address was not permanent.
803 * prefix is managed by its own lifetime.
804 * 2) if there're no addresses, delete prefix.
805 * 3) if there're still other permanent address(es),
806 * corresponding prefix is still permanent.
807 * 4) otherwise, update prefix lifetime to the
808 * longest valid lifetime among the corresponding
809 * addresses on the device.
810 * Note: subsequent RA will update lifetime.
814 if ((ifp
->flags
& IFA_F_PERMANENT
) && onlink
< 1) {
815 struct in6_addr prefix
;
817 struct net
*net
= dev_net(ifp
->idev
->dev
);
818 ipv6_addr_prefix(&prefix
, &ifp
->addr
, ifp
->prefix_len
);
819 rt
= rt6_lookup(net
, &prefix
, NULL
, ifp
->idev
->dev
->ifindex
, 1);
821 if (rt
&& addrconf_is_prefix_route(rt
)) {
825 } else if (!(rt
->rt6i_flags
& RTF_EXPIRES
)) {
826 rt
->rt6i_expires
= expires
;
827 rt
->rt6i_flags
|= RTF_EXPIRES
;
830 dst_release(&rt
->u
.dst
);
836 #ifdef CONFIG_IPV6_PRIVACY
837 static int ipv6_create_tempaddr(struct inet6_ifaddr
*ifp
, struct inet6_ifaddr
*ift
)
839 struct inet6_dev
*idev
= ifp
->idev
;
840 struct in6_addr addr
, *tmpaddr
;
841 unsigned long tmp_prefered_lft
, tmp_valid_lft
, tmp_cstamp
, tmp_tstamp
;
842 unsigned long regen_advance
;
848 write_lock(&idev
->lock
);
850 spin_lock_bh(&ift
->lock
);
851 memcpy(&addr
.s6_addr
[8], &ift
->addr
.s6_addr
[8], 8);
852 spin_unlock_bh(&ift
->lock
);
859 if (idev
->cnf
.use_tempaddr
<= 0) {
860 write_unlock(&idev
->lock
);
862 "ipv6_create_tempaddr(): use_tempaddr is disabled.\n");
867 spin_lock_bh(&ifp
->lock
);
868 if (ifp
->regen_count
++ >= idev
->cnf
.regen_max_retry
) {
869 idev
->cnf
.use_tempaddr
= -1; /*XXX*/
870 spin_unlock_bh(&ifp
->lock
);
871 write_unlock(&idev
->lock
);
873 "ipv6_create_tempaddr(): regeneration time exceeded. disabled temporary address support.\n");
879 memcpy(addr
.s6_addr
, ifp
->addr
.s6_addr
, 8);
880 if (__ipv6_try_regen_rndid(idev
, tmpaddr
) < 0) {
881 spin_unlock_bh(&ifp
->lock
);
882 write_unlock(&idev
->lock
);
884 "ipv6_create_tempaddr(): regeneration of randomized interface id failed.\n");
890 memcpy(&addr
.s6_addr
[8], idev
->rndid
, 8);
891 tmp_valid_lft
= min_t(__u32
,
893 idev
->cnf
.temp_valid_lft
);
894 tmp_prefered_lft
= min_t(__u32
,
896 idev
->cnf
.temp_prefered_lft
- desync_factor
/ HZ
);
897 tmp_plen
= ifp
->prefix_len
;
898 max_addresses
= idev
->cnf
.max_addresses
;
899 tmp_cstamp
= ifp
->cstamp
;
900 tmp_tstamp
= ifp
->tstamp
;
901 spin_unlock_bh(&ifp
->lock
);
903 regen_advance
= idev
->cnf
.regen_max_retry
*
904 idev
->cnf
.dad_transmits
*
905 idev
->nd_parms
->retrans_time
/ HZ
;
906 write_unlock(&idev
->lock
);
908 /* A temporary address is created only if this calculated Preferred
909 * Lifetime is greater than REGEN_ADVANCE time units. In particular,
910 * an implementation must not create a temporary address with a zero
911 * Preferred Lifetime.
913 if (tmp_prefered_lft
<= regen_advance
) {
920 addr_flags
= IFA_F_TEMPORARY
;
921 /* set in addrconf_prefix_rcv() */
922 if (ifp
->flags
& IFA_F_OPTIMISTIC
)
923 addr_flags
|= IFA_F_OPTIMISTIC
;
925 ift
= !max_addresses
||
926 ipv6_count_addresses(idev
) < max_addresses
?
927 ipv6_add_addr(idev
, &addr
, tmp_plen
,
928 ipv6_addr_type(&addr
)&IPV6_ADDR_SCOPE_MASK
,
930 if (!ift
|| IS_ERR(ift
)) {
934 "ipv6_create_tempaddr(): retry temporary address regeneration.\n");
936 write_lock(&idev
->lock
);
940 spin_lock_bh(&ift
->lock
);
942 ift
->valid_lft
= tmp_valid_lft
;
943 ift
->prefered_lft
= tmp_prefered_lft
;
944 ift
->cstamp
= tmp_cstamp
;
945 ift
->tstamp
= tmp_tstamp
;
946 spin_unlock_bh(&ift
->lock
);
948 addrconf_dad_start(ift
, 0);
957 * Choose an appropriate source address (RFC3484)
960 IPV6_SADDR_RULE_INIT
= 0,
961 IPV6_SADDR_RULE_LOCAL
,
962 IPV6_SADDR_RULE_SCOPE
,
963 IPV6_SADDR_RULE_PREFERRED
,
964 #ifdef CONFIG_IPV6_MIP6
968 IPV6_SADDR_RULE_LABEL
,
969 #ifdef CONFIG_IPV6_PRIVACY
970 IPV6_SADDR_RULE_PRIVACY
,
972 IPV6_SADDR_RULE_ORCHID
,
973 IPV6_SADDR_RULE_PREFIX
,
977 struct ipv6_saddr_score
{
980 struct inet6_ifaddr
*ifa
;
981 DECLARE_BITMAP(scorebits
, IPV6_SADDR_RULE_MAX
);
986 struct ipv6_saddr_dst
{
987 const struct in6_addr
*addr
;
994 static inline int ipv6_saddr_preferred(int type
)
996 if (type
& (IPV6_ADDR_MAPPED
|IPV6_ADDR_COMPATv4
|IPV6_ADDR_LOOPBACK
))
1001 static int ipv6_get_saddr_eval(struct net
*net
,
1002 struct ipv6_saddr_score
*score
,
1003 struct ipv6_saddr_dst
*dst
,
1008 if (i
<= score
->rule
) {
1010 case IPV6_SADDR_RULE_SCOPE
:
1011 ret
= score
->scopedist
;
1013 case IPV6_SADDR_RULE_PREFIX
:
1014 ret
= score
->matchlen
;
1017 ret
= !!test_bit(i
, score
->scorebits
);
1023 case IPV6_SADDR_RULE_INIT
:
1024 /* Rule 0: remember if hiscore is not ready yet */
1027 case IPV6_SADDR_RULE_LOCAL
:
1028 /* Rule 1: Prefer same address */
1029 ret
= ipv6_addr_equal(&score
->ifa
->addr
, dst
->addr
);
1031 case IPV6_SADDR_RULE_SCOPE
:
1032 /* Rule 2: Prefer appropriate scope
1037 * ---+--+-+---> scope
1039 * | d is scope of the destination.
1041 * | \ <- smaller scope is better if
1042 * B-15 | \ if scope is enough for destinaion.
1043 * | ret = B - scope (-1 <= scope >= d <= 15).
1045 * |/ <- greater is better
1046 * -C / if scope is not enough for destination.
1047 * /| ret = scope - C (-1 <= d < scope <= 15).
1049 * d - C - 1 < B -15 (for all -1 <= d <= 15).
1050 * C > d + 14 - B >= 15 + 14 - B = 29 - B.
1051 * Assume B = 0 and we get C > 29.
1053 ret
= __ipv6_addr_src_scope(score
->addr_type
);
1054 if (ret
>= dst
->scope
)
1057 ret
-= 128; /* 30 is enough */
1058 score
->scopedist
= ret
;
1060 case IPV6_SADDR_RULE_PREFERRED
:
1061 /* Rule 3: Avoid deprecated and optimistic addresses */
1062 ret
= ipv6_saddr_preferred(score
->addr_type
) ||
1063 !(score
->ifa
->flags
& (IFA_F_DEPRECATED
|IFA_F_OPTIMISTIC
));
1065 #ifdef CONFIG_IPV6_MIP6
1066 case IPV6_SADDR_RULE_HOA
:
1068 /* Rule 4: Prefer home address */
1069 int prefhome
= !(dst
->prefs
& IPV6_PREFER_SRC_COA
);
1070 ret
= !(score
->ifa
->flags
& IFA_F_HOMEADDRESS
) ^ prefhome
;
1074 case IPV6_SADDR_RULE_OIF
:
1075 /* Rule 5: Prefer outgoing interface */
1076 ret
= (!dst
->ifindex
||
1077 dst
->ifindex
== score
->ifa
->idev
->dev
->ifindex
);
1079 case IPV6_SADDR_RULE_LABEL
:
1080 /* Rule 6: Prefer matching label */
1081 ret
= ipv6_addr_label(net
,
1082 &score
->ifa
->addr
, score
->addr_type
,
1083 score
->ifa
->idev
->dev
->ifindex
) == dst
->label
;
1085 #ifdef CONFIG_IPV6_PRIVACY
1086 case IPV6_SADDR_RULE_PRIVACY
:
1088 /* Rule 7: Prefer public address
1089 * Note: prefer temprary address if use_tempaddr >= 2
1091 int preftmp
= dst
->prefs
& (IPV6_PREFER_SRC_PUBLIC
|IPV6_PREFER_SRC_TMP
) ?
1092 !!(dst
->prefs
& IPV6_PREFER_SRC_TMP
) :
1093 score
->ifa
->idev
->cnf
.use_tempaddr
>= 2;
1094 ret
= (!(score
->ifa
->flags
& IFA_F_TEMPORARY
)) ^ preftmp
;
1098 case IPV6_SADDR_RULE_ORCHID
:
1099 /* Rule 8-: Prefer ORCHID vs ORCHID or
1100 * non-ORCHID vs non-ORCHID
1102 ret
= !(ipv6_addr_orchid(&score
->ifa
->addr
) ^
1103 ipv6_addr_orchid(dst
->addr
));
1105 case IPV6_SADDR_RULE_PREFIX
:
1106 /* Rule 8: Use longest matching prefix */
1107 score
->matchlen
= ret
= ipv6_addr_diff(&score
->ifa
->addr
,
1115 __set_bit(i
, score
->scorebits
);
1121 int ipv6_dev_get_saddr(struct net
*net
, struct net_device
*dst_dev
,
1122 const struct in6_addr
*daddr
, unsigned int prefs
,
1123 struct in6_addr
*saddr
)
1125 struct ipv6_saddr_score scores
[2],
1126 *score
= &scores
[0], *hiscore
= &scores
[1];
1127 struct ipv6_saddr_dst dst
;
1128 struct net_device
*dev
;
1131 dst_type
= __ipv6_addr_type(daddr
);
1133 dst
.ifindex
= dst_dev
? dst_dev
->ifindex
: 0;
1134 dst
.scope
= __ipv6_addr_src_scope(dst_type
);
1135 dst
.label
= ipv6_addr_label(net
, daddr
, dst_type
, dst
.ifindex
);
1139 hiscore
->ifa
= NULL
;
1143 for_each_netdev_rcu(net
, dev
) {
1144 struct inet6_dev
*idev
;
1146 /* Candidate Source Address (section 4)
1147 * - multicast and link-local destination address,
1148 * the set of candidate source address MUST only
1149 * include addresses assigned to interfaces
1150 * belonging to the same link as the outgoing
1152 * (- For site-local destination addresses, the
1153 * set of candidate source addresses MUST only
1154 * include addresses assigned to interfaces
1155 * belonging to the same site as the outgoing
1158 if (((dst_type
& IPV6_ADDR_MULTICAST
) ||
1159 dst
.scope
<= IPV6_ADDR_SCOPE_LINKLOCAL
) &&
1160 dst
.ifindex
&& dev
->ifindex
!= dst
.ifindex
)
1163 idev
= __in6_dev_get(dev
);
1167 read_lock_bh(&idev
->lock
);
1168 for (score
->ifa
= idev
->addr_list
; score
->ifa
; score
->ifa
= score
->ifa
->if_next
) {
1172 * - Tentative Address (RFC2462 section 5.4)
1173 * - A tentative address is not considered
1174 * "assigned to an interface" in the traditional
1175 * sense, unless it is also flagged as optimistic.
1176 * - Candidate Source Address (section 4)
1177 * - In any case, anycast addresses, multicast
1178 * addresses, and the unspecified address MUST
1179 * NOT be included in a candidate set.
1181 if ((score
->ifa
->flags
& IFA_F_TENTATIVE
) &&
1182 (!(score
->ifa
->flags
& IFA_F_OPTIMISTIC
)))
1185 score
->addr_type
= __ipv6_addr_type(&score
->ifa
->addr
);
1187 if (unlikely(score
->addr_type
== IPV6_ADDR_ANY
||
1188 score
->addr_type
& IPV6_ADDR_MULTICAST
)) {
1189 LIMIT_NETDEBUG(KERN_DEBUG
1190 "ADDRCONF: unspecified / multicast address "
1191 "assigned as unicast address on %s",
1197 bitmap_zero(score
->scorebits
, IPV6_SADDR_RULE_MAX
);
1199 for (i
= 0; i
< IPV6_SADDR_RULE_MAX
; i
++) {
1200 int minihiscore
, miniscore
;
1202 minihiscore
= ipv6_get_saddr_eval(net
, hiscore
, &dst
, i
);
1203 miniscore
= ipv6_get_saddr_eval(net
, score
, &dst
, i
);
1205 if (minihiscore
> miniscore
) {
1206 if (i
== IPV6_SADDR_RULE_SCOPE
&&
1207 score
->scopedist
> 0) {
1210 * each remaining entry
1211 * has too small (not enough)
1212 * scope, because ifa entries
1213 * are sorted by their scope
1219 } else if (minihiscore
< miniscore
) {
1221 in6_ifa_put(hiscore
->ifa
);
1223 in6_ifa_hold(score
->ifa
);
1225 swap(hiscore
, score
);
1227 /* restore our iterator */
1228 score
->ifa
= hiscore
->ifa
;
1235 read_unlock_bh(&idev
->lock
);
1240 return -EADDRNOTAVAIL
;
1242 ipv6_addr_copy(saddr
, &hiscore
->ifa
->addr
);
1243 in6_ifa_put(hiscore
->ifa
);
1247 EXPORT_SYMBOL(ipv6_dev_get_saddr
);
1249 int ipv6_get_lladdr(struct net_device
*dev
, struct in6_addr
*addr
,
1250 unsigned char banned_flags
)
1252 struct inet6_dev
*idev
;
1253 int err
= -EADDRNOTAVAIL
;
1256 if ((idev
= __in6_dev_get(dev
)) != NULL
) {
1257 struct inet6_ifaddr
*ifp
;
1259 read_lock_bh(&idev
->lock
);
1260 for (ifp
=idev
->addr_list
; ifp
; ifp
=ifp
->if_next
) {
1261 if (ifp
->scope
== IFA_LINK
&& !(ifp
->flags
& banned_flags
)) {
1262 ipv6_addr_copy(addr
, &ifp
->addr
);
1267 read_unlock_bh(&idev
->lock
);
1273 static int ipv6_count_addresses(struct inet6_dev
*idev
)
1276 struct inet6_ifaddr
*ifp
;
1278 read_lock_bh(&idev
->lock
);
1279 for (ifp
=idev
->addr_list
; ifp
; ifp
=ifp
->if_next
)
1281 read_unlock_bh(&idev
->lock
);
1285 int ipv6_chk_addr(struct net
*net
, struct in6_addr
*addr
,
1286 struct net_device
*dev
, int strict
)
1288 struct inet6_ifaddr
* ifp
;
1289 u8 hash
= ipv6_addr_hash(addr
);
1291 read_lock_bh(&addrconf_hash_lock
);
1292 for(ifp
= inet6_addr_lst
[hash
]; ifp
; ifp
=ifp
->lst_next
) {
1293 if (!net_eq(dev_net(ifp
->idev
->dev
), net
))
1295 if (ipv6_addr_equal(&ifp
->addr
, addr
) &&
1296 !(ifp
->flags
&IFA_F_TENTATIVE
)) {
1297 if (dev
== NULL
|| ifp
->idev
->dev
== dev
||
1298 !(ifp
->scope
&(IFA_LINK
|IFA_HOST
) || strict
))
1302 read_unlock_bh(&addrconf_hash_lock
);
1305 EXPORT_SYMBOL(ipv6_chk_addr
);
1308 int ipv6_chk_same_addr(struct net
*net
, const struct in6_addr
*addr
,
1309 struct net_device
*dev
)
1311 struct inet6_ifaddr
* ifp
;
1312 u8 hash
= ipv6_addr_hash(addr
);
1314 for(ifp
= inet6_addr_lst
[hash
]; ifp
; ifp
=ifp
->lst_next
) {
1315 if (!net_eq(dev_net(ifp
->idev
->dev
), net
))
1317 if (ipv6_addr_equal(&ifp
->addr
, addr
)) {
1318 if (dev
== NULL
|| ifp
->idev
->dev
== dev
)
1325 int ipv6_chk_prefix(struct in6_addr
*addr
, struct net_device
*dev
)
1327 struct inet6_dev
*idev
;
1328 struct inet6_ifaddr
*ifa
;
1333 idev
= __in6_dev_get(dev
);
1335 read_lock_bh(&idev
->lock
);
1336 for (ifa
= idev
->addr_list
; ifa
; ifa
= ifa
->if_next
) {
1337 onlink
= ipv6_prefix_equal(addr
, &ifa
->addr
,
1342 read_unlock_bh(&idev
->lock
);
1348 EXPORT_SYMBOL(ipv6_chk_prefix
);
1350 struct inet6_ifaddr
*ipv6_get_ifaddr(struct net
*net
, const struct in6_addr
*addr
,
1351 struct net_device
*dev
, int strict
)
1353 struct inet6_ifaddr
* ifp
;
1354 u8 hash
= ipv6_addr_hash(addr
);
1356 read_lock_bh(&addrconf_hash_lock
);
1357 for(ifp
= inet6_addr_lst
[hash
]; ifp
; ifp
=ifp
->lst_next
) {
1358 if (!net_eq(dev_net(ifp
->idev
->dev
), net
))
1360 if (ipv6_addr_equal(&ifp
->addr
, addr
)) {
1361 if (dev
== NULL
|| ifp
->idev
->dev
== dev
||
1362 !(ifp
->scope
&(IFA_LINK
|IFA_HOST
) || strict
)) {
1368 read_unlock_bh(&addrconf_hash_lock
);
1373 /* Gets referenced address, destroys ifaddr */
1375 static void addrconf_dad_stop(struct inet6_ifaddr
*ifp
, int dad_failed
)
1377 if (ifp
->flags
&IFA_F_PERMANENT
) {
1378 spin_lock_bh(&ifp
->lock
);
1379 addrconf_del_timer(ifp
);
1380 ifp
->flags
|= IFA_F_TENTATIVE
;
1382 ifp
->flags
|= IFA_F_DADFAILED
;
1383 spin_unlock_bh(&ifp
->lock
);
1385 ipv6_ifa_notify(0, ifp
);
1387 #ifdef CONFIG_IPV6_PRIVACY
1388 } else if (ifp
->flags
&IFA_F_TEMPORARY
) {
1389 struct inet6_ifaddr
*ifpub
;
1390 spin_lock_bh(&ifp
->lock
);
1393 in6_ifa_hold(ifpub
);
1394 spin_unlock_bh(&ifp
->lock
);
1395 ipv6_create_tempaddr(ifpub
, ifp
);
1398 spin_unlock_bh(&ifp
->lock
);
1406 void addrconf_dad_failure(struct inet6_ifaddr
*ifp
)
1408 struct inet6_dev
*idev
= ifp
->idev
;
1410 if (net_ratelimit())
1411 printk(KERN_INFO
"%s: IPv6 duplicate address %pI6c detected!\n",
1412 ifp
->idev
->dev
->name
, &ifp
->addr
);
1414 if (idev
->cnf
.accept_dad
> 1 && !idev
->cnf
.disable_ipv6
) {
1415 struct in6_addr addr
;
1417 addr
.s6_addr32
[0] = htonl(0xfe800000);
1418 addr
.s6_addr32
[1] = 0;
1420 if (!ipv6_generate_eui64(addr
.s6_addr
+ 8, idev
->dev
) &&
1421 ipv6_addr_equal(&ifp
->addr
, &addr
)) {
1422 /* DAD failed for link-local based on MAC address */
1423 idev
->cnf
.disable_ipv6
= 1;
1425 printk(KERN_INFO
"%s: IPv6 being disabled!\n",
1426 ifp
->idev
->dev
->name
);
1430 addrconf_dad_stop(ifp
, 1);
1433 /* Join to solicited addr multicast group. */
1435 void addrconf_join_solict(struct net_device
*dev
, struct in6_addr
*addr
)
1437 struct in6_addr maddr
;
1439 if (dev
->flags
&(IFF_LOOPBACK
|IFF_NOARP
))
1442 addrconf_addr_solict_mult(addr
, &maddr
);
1443 ipv6_dev_mc_inc(dev
, &maddr
);
1446 void addrconf_leave_solict(struct inet6_dev
*idev
, struct in6_addr
*addr
)
1448 struct in6_addr maddr
;
1450 if (idev
->dev
->flags
&(IFF_LOOPBACK
|IFF_NOARP
))
1453 addrconf_addr_solict_mult(addr
, &maddr
);
1454 __ipv6_dev_mc_dec(idev
, &maddr
);
1457 static void addrconf_join_anycast(struct inet6_ifaddr
*ifp
)
1459 struct in6_addr addr
;
1460 ipv6_addr_prefix(&addr
, &ifp
->addr
, ifp
->prefix_len
);
1461 if (ipv6_addr_any(&addr
))
1463 ipv6_dev_ac_inc(ifp
->idev
->dev
, &addr
);
1466 static void addrconf_leave_anycast(struct inet6_ifaddr
*ifp
)
1468 struct in6_addr addr
;
1469 ipv6_addr_prefix(&addr
, &ifp
->addr
, ifp
->prefix_len
);
1470 if (ipv6_addr_any(&addr
))
1472 __ipv6_dev_ac_dec(ifp
->idev
, &addr
);
1475 static int addrconf_ifid_eui48(u8
*eui
, struct net_device
*dev
)
1477 if (dev
->addr_len
!= ETH_ALEN
)
1479 memcpy(eui
, dev
->dev_addr
, 3);
1480 memcpy(eui
+ 5, dev
->dev_addr
+ 3, 3);
1483 * The zSeries OSA network cards can be shared among various
1484 * OS instances, but the OSA cards have only one MAC address.
1485 * This leads to duplicate address conflicts in conjunction
1486 * with IPv6 if more than one instance uses the same card.
1488 * The driver for these cards can deliver a unique 16-bit
1489 * identifier for each instance sharing the same card. It is
1490 * placed instead of 0xFFFE in the interface identifier. The
1491 * "u" bit of the interface identifier is not inverted in this
1492 * case. Hence the resulting interface identifier has local
1493 * scope according to RFC2373.
1496 eui
[3] = (dev
->dev_id
>> 8) & 0xFF;
1497 eui
[4] = dev
->dev_id
& 0xFF;
1506 static int addrconf_ifid_arcnet(u8
*eui
, struct net_device
*dev
)
1508 /* XXX: inherit EUI-64 from other interface -- yoshfuji */
1509 if (dev
->addr_len
!= ARCNET_ALEN
)
1512 eui
[7] = *(u8
*)dev
->dev_addr
;
1516 static int addrconf_ifid_infiniband(u8
*eui
, struct net_device
*dev
)
1518 if (dev
->addr_len
!= INFINIBAND_ALEN
)
1520 memcpy(eui
, dev
->dev_addr
+ 12, 8);
1525 int __ipv6_isatap_ifid(u8
*eui
, __be32 addr
)
1529 eui
[0] = (ipv4_is_zeronet(addr
) || ipv4_is_private_10(addr
) ||
1530 ipv4_is_loopback(addr
) || ipv4_is_linklocal_169(addr
) ||
1531 ipv4_is_private_172(addr
) || ipv4_is_test_192(addr
) ||
1532 ipv4_is_anycast_6to4(addr
) || ipv4_is_private_192(addr
) ||
1533 ipv4_is_test_198(addr
) || ipv4_is_multicast(addr
) ||
1534 ipv4_is_lbcast(addr
)) ? 0x00 : 0x02;
1538 memcpy(eui
+ 4, &addr
, 4);
1541 EXPORT_SYMBOL(__ipv6_isatap_ifid
);
1543 static int addrconf_ifid_sit(u8
*eui
, struct net_device
*dev
)
1545 if (dev
->priv_flags
& IFF_ISATAP
)
1546 return __ipv6_isatap_ifid(eui
, *(__be32
*)dev
->dev_addr
);
1550 static int ipv6_generate_eui64(u8
*eui
, struct net_device
*dev
)
1552 switch (dev
->type
) {
1555 case ARPHRD_IEEE802_TR
:
1556 return addrconf_ifid_eui48(eui
, dev
);
1558 return addrconf_ifid_arcnet(eui
, dev
);
1559 case ARPHRD_INFINIBAND
:
1560 return addrconf_ifid_infiniband(eui
, dev
);
1562 return addrconf_ifid_sit(eui
, dev
);
1567 static int ipv6_inherit_eui64(u8
*eui
, struct inet6_dev
*idev
)
1570 struct inet6_ifaddr
*ifp
;
1572 read_lock_bh(&idev
->lock
);
1573 for (ifp
=idev
->addr_list
; ifp
; ifp
=ifp
->if_next
) {
1574 if (ifp
->scope
== IFA_LINK
&& !(ifp
->flags
&IFA_F_TENTATIVE
)) {
1575 memcpy(eui
, ifp
->addr
.s6_addr
+8, 8);
1580 read_unlock_bh(&idev
->lock
);
1584 #ifdef CONFIG_IPV6_PRIVACY
1585 /* (re)generation of randomized interface identifier (RFC 3041 3.2, 3.5) */
1586 static int __ipv6_regen_rndid(struct inet6_dev
*idev
)
1589 get_random_bytes(idev
->rndid
, sizeof(idev
->rndid
));
1590 idev
->rndid
[0] &= ~0x02;
1593 * <draft-ietf-ipngwg-temp-addresses-v2-00.txt>:
1594 * check if generated address is not inappropriate
1596 * - Reserved subnet anycast (RFC 2526)
1597 * 11111101 11....11 1xxxxxxx
1598 * - ISATAP (RFC4214) 6.1
1599 * 00-00-5E-FE-xx-xx-xx-xx
1601 * - XXX: already assigned to an address on the device
1603 if (idev
->rndid
[0] == 0xfd &&
1604 (idev
->rndid
[1]&idev
->rndid
[2]&idev
->rndid
[3]&idev
->rndid
[4]&idev
->rndid
[5]&idev
->rndid
[6]) == 0xff &&
1605 (idev
->rndid
[7]&0x80))
1607 if ((idev
->rndid
[0]|idev
->rndid
[1]) == 0) {
1608 if (idev
->rndid
[2] == 0x5e && idev
->rndid
[3] == 0xfe)
1610 if ((idev
->rndid
[2]|idev
->rndid
[3]|idev
->rndid
[4]|idev
->rndid
[5]|idev
->rndid
[6]|idev
->rndid
[7]) == 0x00)
1617 static void ipv6_regen_rndid(unsigned long data
)
1619 struct inet6_dev
*idev
= (struct inet6_dev
*) data
;
1620 unsigned long expires
;
1623 write_lock_bh(&idev
->lock
);
1628 if (__ipv6_regen_rndid(idev
) < 0)
1632 idev
->cnf
.temp_prefered_lft
* HZ
-
1633 idev
->cnf
.regen_max_retry
* idev
->cnf
.dad_transmits
* idev
->nd_parms
->retrans_time
- desync_factor
;
1634 if (time_before(expires
, jiffies
)) {
1636 "ipv6_regen_rndid(): too short regeneration interval; timer disabled for %s.\n",
1641 if (!mod_timer(&idev
->regen_timer
, expires
))
1645 write_unlock_bh(&idev
->lock
);
1646 rcu_read_unlock_bh();
1650 static int __ipv6_try_regen_rndid(struct inet6_dev
*idev
, struct in6_addr
*tmpaddr
) {
1653 if (tmpaddr
&& memcmp(idev
->rndid
, &tmpaddr
->s6_addr
[8], 8) == 0)
1654 ret
= __ipv6_regen_rndid(idev
);
1664 addrconf_prefix_route(struct in6_addr
*pfx
, int plen
, struct net_device
*dev
,
1665 unsigned long expires
, u32 flags
)
1667 struct fib6_config cfg
= {
1668 .fc_table
= RT6_TABLE_PREFIX
,
1669 .fc_metric
= IP6_RT_PRIO_ADDRCONF
,
1670 .fc_ifindex
= dev
->ifindex
,
1671 .fc_expires
= expires
,
1673 .fc_flags
= RTF_UP
| flags
,
1674 .fc_nlinfo
.nl_net
= dev_net(dev
),
1675 .fc_protocol
= RTPROT_KERNEL
,
1678 ipv6_addr_copy(&cfg
.fc_dst
, pfx
);
1680 /* Prevent useless cloning on PtP SIT.
1681 This thing is done here expecting that the whole
1682 class of non-broadcast devices need not cloning.
1684 #if defined(CONFIG_IPV6_SIT) || defined(CONFIG_IPV6_SIT_MODULE)
1685 if (dev
->type
== ARPHRD_SIT
&& (dev
->flags
& IFF_POINTOPOINT
))
1686 cfg
.fc_flags
|= RTF_NONEXTHOP
;
1689 ip6_route_add(&cfg
);
1692 /* Create "default" multicast route to the interface */
1694 static void addrconf_add_mroute(struct net_device
*dev
)
1696 struct fib6_config cfg
= {
1697 .fc_table
= RT6_TABLE_LOCAL
,
1698 .fc_metric
= IP6_RT_PRIO_ADDRCONF
,
1699 .fc_ifindex
= dev
->ifindex
,
1702 .fc_nlinfo
.nl_net
= dev_net(dev
),
1705 ipv6_addr_set(&cfg
.fc_dst
, htonl(0xFF000000), 0, 0, 0);
1707 ip6_route_add(&cfg
);
1710 #if defined(CONFIG_IPV6_SIT) || defined(CONFIG_IPV6_SIT_MODULE)
1711 static void sit_route_add(struct net_device
*dev
)
1713 struct fib6_config cfg
= {
1714 .fc_table
= RT6_TABLE_MAIN
,
1715 .fc_metric
= IP6_RT_PRIO_ADDRCONF
,
1716 .fc_ifindex
= dev
->ifindex
,
1718 .fc_flags
= RTF_UP
| RTF_NONEXTHOP
,
1719 .fc_nlinfo
.nl_net
= dev_net(dev
),
1722 /* prefix length - 96 bits "::d.d.d.d" */
1723 ip6_route_add(&cfg
);
1727 static void addrconf_add_lroute(struct net_device
*dev
)
1729 struct in6_addr addr
;
1731 ipv6_addr_set(&addr
, htonl(0xFE800000), 0, 0, 0);
1732 addrconf_prefix_route(&addr
, 64, dev
, 0, 0);
1735 static struct inet6_dev
*addrconf_add_dev(struct net_device
*dev
)
1737 struct inet6_dev
*idev
;
1741 if ((idev
= ipv6_find_idev(dev
)) == NULL
)
1744 /* Add default multicast route */
1745 addrconf_add_mroute(dev
);
1747 /* Add link local route */
1748 addrconf_add_lroute(dev
);
1752 void addrconf_prefix_rcv(struct net_device
*dev
, u8
*opt
, int len
)
1754 struct prefix_info
*pinfo
;
1758 struct inet6_dev
*in6_dev
;
1759 struct net
*net
= dev_net(dev
);
1761 pinfo
= (struct prefix_info
*) opt
;
1763 if (len
< sizeof(struct prefix_info
)) {
1764 ADBG(("addrconf: prefix option too short\n"));
1769 * Validation checks ([ADDRCONF], page 19)
1772 addr_type
= ipv6_addr_type(&pinfo
->prefix
);
1774 if (addr_type
& (IPV6_ADDR_MULTICAST
|IPV6_ADDR_LINKLOCAL
))
1777 valid_lft
= ntohl(pinfo
->valid
);
1778 prefered_lft
= ntohl(pinfo
->prefered
);
1780 if (prefered_lft
> valid_lft
) {
1781 if (net_ratelimit())
1782 printk(KERN_WARNING
"addrconf: prefix option has invalid lifetime\n");
1786 in6_dev
= in6_dev_get(dev
);
1788 if (in6_dev
== NULL
) {
1789 if (net_ratelimit())
1790 printk(KERN_DEBUG
"addrconf: device %s not configured\n", dev
->name
);
1795 * Two things going on here:
1796 * 1) Add routes for on-link prefixes
1797 * 2) Configure prefixes with the auto flag set
1800 if (pinfo
->onlink
) {
1801 struct rt6_info
*rt
;
1802 unsigned long rt_expires
;
1804 /* Avoid arithmetic overflow. Really, we could
1805 * save rt_expires in seconds, likely valid_lft,
1806 * but it would require division in fib gc, that it
1810 rt_expires
= addrconf_timeout_fixup(valid_lft
, HZ
);
1812 rt_expires
= addrconf_timeout_fixup(valid_lft
, USER_HZ
);
1814 if (addrconf_finite_timeout(rt_expires
))
1817 rt
= rt6_lookup(net
, &pinfo
->prefix
, NULL
,
1820 if (rt
&& addrconf_is_prefix_route(rt
)) {
1821 /* Autoconf prefix route */
1822 if (valid_lft
== 0) {
1825 } else if (addrconf_finite_timeout(rt_expires
)) {
1827 rt
->rt6i_expires
= jiffies
+ rt_expires
;
1828 rt
->rt6i_flags
|= RTF_EXPIRES
;
1830 rt
->rt6i_flags
&= ~RTF_EXPIRES
;
1831 rt
->rt6i_expires
= 0;
1833 } else if (valid_lft
) {
1834 clock_t expires
= 0;
1835 int flags
= RTF_ADDRCONF
| RTF_PREFIX_RT
;
1836 if (addrconf_finite_timeout(rt_expires
)) {
1838 flags
|= RTF_EXPIRES
;
1839 expires
= jiffies_to_clock_t(rt_expires
);
1841 addrconf_prefix_route(&pinfo
->prefix
, pinfo
->prefix_len
,
1842 dev
, expires
, flags
);
1845 dst_release(&rt
->u
.dst
);
1848 /* Try to figure out our local address for this prefix */
1850 if (pinfo
->autoconf
&& in6_dev
->cnf
.autoconf
) {
1851 struct inet6_ifaddr
* ifp
;
1852 struct in6_addr addr
;
1853 int create
= 0, update_lft
= 0;
1855 if (pinfo
->prefix_len
== 64) {
1856 memcpy(&addr
, &pinfo
->prefix
, 8);
1857 if (ipv6_generate_eui64(addr
.s6_addr
+ 8, dev
) &&
1858 ipv6_inherit_eui64(addr
.s6_addr
+ 8, in6_dev
)) {
1859 in6_dev_put(in6_dev
);
1864 if (net_ratelimit())
1865 printk(KERN_DEBUG
"IPv6 addrconf: prefix with wrong length %d\n",
1867 in6_dev_put(in6_dev
);
1872 ifp
= ipv6_get_ifaddr(net
, &addr
, dev
, 1);
1874 if (ifp
== NULL
&& valid_lft
) {
1875 int max_addresses
= in6_dev
->cnf
.max_addresses
;
1878 #ifdef CONFIG_IPV6_OPTIMISTIC_DAD
1879 if (in6_dev
->cnf
.optimistic_dad
&&
1880 !net
->ipv6
.devconf_all
->forwarding
)
1881 addr_flags
= IFA_F_OPTIMISTIC
;
1884 /* Do not allow to create too much of autoconfigured
1885 * addresses; this would be too easy way to crash kernel.
1887 if (!max_addresses
||
1888 ipv6_count_addresses(in6_dev
) < max_addresses
)
1889 ifp
= ipv6_add_addr(in6_dev
, &addr
, pinfo
->prefix_len
,
1890 addr_type
&IPV6_ADDR_SCOPE_MASK
,
1893 if (!ifp
|| IS_ERR(ifp
)) {
1894 in6_dev_put(in6_dev
);
1898 update_lft
= create
= 1;
1899 ifp
->cstamp
= jiffies
;
1900 addrconf_dad_start(ifp
, RTF_ADDRCONF
|RTF_PREFIX_RT
);
1906 #ifdef CONFIG_IPV6_PRIVACY
1907 struct inet6_ifaddr
*ift
;
1911 /* update lifetime (RFC2462 5.5.3 e) */
1912 spin_lock(&ifp
->lock
);
1914 if (ifp
->valid_lft
> (now
- ifp
->tstamp
) / HZ
)
1915 stored_lft
= ifp
->valid_lft
- (now
- ifp
->tstamp
) / HZ
;
1918 if (!update_lft
&& stored_lft
) {
1919 if (valid_lft
> MIN_VALID_LIFETIME
||
1920 valid_lft
> stored_lft
)
1922 else if (stored_lft
<= MIN_VALID_LIFETIME
) {
1923 /* valid_lft <= stored_lft is always true */
1925 * RFC 4862 Section 5.5.3e:
1926 * "Note that the preferred lifetime of
1927 * the corresponding address is always
1928 * reset to the Preferred Lifetime in
1929 * the received Prefix Information
1930 * option, regardless of whether the
1931 * valid lifetime is also reset or
1934 * So if the preferred lifetime in
1935 * this advertisement is different
1936 * than what we have stored, but the
1937 * valid lifetime is invalid, just
1938 * reset prefered_lft.
1940 * We must set the valid lifetime
1941 * to the stored lifetime since we'll
1942 * be updating the timestamp below,
1943 * else we'll set it back to the
1946 if (prefered_lft
!= ifp
->prefered_lft
) {
1947 valid_lft
= stored_lft
;
1951 valid_lft
= MIN_VALID_LIFETIME
;
1952 if (valid_lft
< prefered_lft
)
1953 prefered_lft
= valid_lft
;
1959 ifp
->valid_lft
= valid_lft
;
1960 ifp
->prefered_lft
= prefered_lft
;
1963 ifp
->flags
&= ~IFA_F_DEPRECATED
;
1964 spin_unlock(&ifp
->lock
);
1966 if (!(flags
&IFA_F_TENTATIVE
))
1967 ipv6_ifa_notify(0, ifp
);
1969 spin_unlock(&ifp
->lock
);
1971 #ifdef CONFIG_IPV6_PRIVACY
1972 read_lock_bh(&in6_dev
->lock
);
1973 /* update all temporary addresses in the list */
1974 for (ift
=in6_dev
->tempaddr_list
; ift
; ift
=ift
->tmp_next
) {
1976 * When adjusting the lifetimes of an existing
1977 * temporary address, only lower the lifetimes.
1978 * Implementations must not increase the
1979 * lifetimes of an existing temporary address
1980 * when processing a Prefix Information Option.
1982 if (ifp
!= ift
->ifpub
)
1985 spin_lock(&ift
->lock
);
1987 if (ift
->valid_lft
> valid_lft
&&
1988 ift
->valid_lft
- valid_lft
> (jiffies
- ift
->tstamp
) / HZ
)
1989 ift
->valid_lft
= valid_lft
+ (jiffies
- ift
->tstamp
) / HZ
;
1990 if (ift
->prefered_lft
> prefered_lft
&&
1991 ift
->prefered_lft
- prefered_lft
> (jiffies
- ift
->tstamp
) / HZ
)
1992 ift
->prefered_lft
= prefered_lft
+ (jiffies
- ift
->tstamp
) / HZ
;
1993 spin_unlock(&ift
->lock
);
1994 if (!(flags
&IFA_F_TENTATIVE
))
1995 ipv6_ifa_notify(0, ift
);
1998 if (create
&& in6_dev
->cnf
.use_tempaddr
> 0) {
2000 * When a new public address is created as described in [ADDRCONF],
2001 * also create a new temporary address.
2003 read_unlock_bh(&in6_dev
->lock
);
2004 ipv6_create_tempaddr(ifp
, NULL
);
2006 read_unlock_bh(&in6_dev
->lock
);
2013 inet6_prefix_notify(RTM_NEWPREFIX
, in6_dev
, pinfo
);
2014 in6_dev_put(in6_dev
);
2018 * Set destination address.
2019 * Special case for SIT interfaces where we create a new "virtual"
2022 int addrconf_set_dstaddr(struct net
*net
, void __user
*arg
)
2024 struct in6_ifreq ireq
;
2025 struct net_device
*dev
;
2031 if (copy_from_user(&ireq
, arg
, sizeof(struct in6_ifreq
)))
2034 dev
= __dev_get_by_index(net
, ireq
.ifr6_ifindex
);
2040 #if defined(CONFIG_IPV6_SIT) || defined(CONFIG_IPV6_SIT_MODULE)
2041 if (dev
->type
== ARPHRD_SIT
) {
2042 const struct net_device_ops
*ops
= dev
->netdev_ops
;
2044 struct ip_tunnel_parm p
;
2046 err
= -EADDRNOTAVAIL
;
2047 if (!(ipv6_addr_type(&ireq
.ifr6_addr
) & IPV6_ADDR_COMPATv4
))
2050 memset(&p
, 0, sizeof(p
));
2051 p
.iph
.daddr
= ireq
.ifr6_addr
.s6_addr32
[3];
2055 p
.iph
.protocol
= IPPROTO_IPV6
;
2057 ifr
.ifr_ifru
.ifru_data
= (__force
void __user
*)&p
;
2059 if (ops
->ndo_do_ioctl
) {
2060 mm_segment_t oldfs
= get_fs();
2063 err
= ops
->ndo_do_ioctl(dev
, &ifr
, SIOCADDTUNNEL
);
2070 dev
= __dev_get_by_name(net
, p
.name
);
2073 err
= dev_open(dev
);
2084 * Manual configuration of address on an interface
2086 static int inet6_addr_add(struct net
*net
, int ifindex
, struct in6_addr
*pfx
,
2087 unsigned int plen
, __u8 ifa_flags
, __u32 prefered_lft
,
2090 struct inet6_ifaddr
*ifp
;
2091 struct inet6_dev
*idev
;
2092 struct net_device
*dev
;
2096 unsigned long timeout
;
2103 /* check the lifetime */
2104 if (!valid_lft
|| prefered_lft
> valid_lft
)
2107 dev
= __dev_get_by_index(net
, ifindex
);
2111 if ((idev
= addrconf_add_dev(dev
)) == NULL
)
2114 scope
= ipv6_addr_scope(pfx
);
2116 timeout
= addrconf_timeout_fixup(valid_lft
, HZ
);
2117 if (addrconf_finite_timeout(timeout
)) {
2118 expires
= jiffies_to_clock_t(timeout
* HZ
);
2119 valid_lft
= timeout
;
2120 flags
= RTF_EXPIRES
;
2124 ifa_flags
|= IFA_F_PERMANENT
;
2127 timeout
= addrconf_timeout_fixup(prefered_lft
, HZ
);
2128 if (addrconf_finite_timeout(timeout
)) {
2130 ifa_flags
|= IFA_F_DEPRECATED
;
2131 prefered_lft
= timeout
;
2134 ifp
= ipv6_add_addr(idev
, pfx
, plen
, scope
, ifa_flags
);
2137 spin_lock_bh(&ifp
->lock
);
2138 ifp
->valid_lft
= valid_lft
;
2139 ifp
->prefered_lft
= prefered_lft
;
2140 ifp
->tstamp
= jiffies
;
2141 spin_unlock_bh(&ifp
->lock
);
2143 addrconf_prefix_route(&ifp
->addr
, ifp
->prefix_len
, dev
,
2146 * Note that section 3.1 of RFC 4429 indicates
2147 * that the Optimistic flag should not be set for
2148 * manually configured addresses
2150 addrconf_dad_start(ifp
, 0);
2156 return PTR_ERR(ifp
);
2159 static int inet6_addr_del(struct net
*net
, int ifindex
, struct in6_addr
*pfx
,
2162 struct inet6_ifaddr
*ifp
;
2163 struct inet6_dev
*idev
;
2164 struct net_device
*dev
;
2169 dev
= __dev_get_by_index(net
, ifindex
);
2173 if ((idev
= __in6_dev_get(dev
)) == NULL
)
2176 read_lock_bh(&idev
->lock
);
2177 for (ifp
= idev
->addr_list
; ifp
; ifp
=ifp
->if_next
) {
2178 if (ifp
->prefix_len
== plen
&&
2179 ipv6_addr_equal(pfx
, &ifp
->addr
)) {
2181 read_unlock_bh(&idev
->lock
);
2185 /* If the last address is deleted administratively,
2186 disable IPv6 on this interface.
2188 if (idev
->addr_list
== NULL
)
2189 addrconf_ifdown(idev
->dev
, 1);
2193 read_unlock_bh(&idev
->lock
);
2194 return -EADDRNOTAVAIL
;
2198 int addrconf_add_ifaddr(struct net
*net
, void __user
*arg
)
2200 struct in6_ifreq ireq
;
2203 if (!capable(CAP_NET_ADMIN
))
2206 if (copy_from_user(&ireq
, arg
, sizeof(struct in6_ifreq
)))
2210 err
= inet6_addr_add(net
, ireq
.ifr6_ifindex
, &ireq
.ifr6_addr
,
2211 ireq
.ifr6_prefixlen
, IFA_F_PERMANENT
,
2212 INFINITY_LIFE_TIME
, INFINITY_LIFE_TIME
);
2217 int addrconf_del_ifaddr(struct net
*net
, void __user
*arg
)
2219 struct in6_ifreq ireq
;
2222 if (!capable(CAP_NET_ADMIN
))
2225 if (copy_from_user(&ireq
, arg
, sizeof(struct in6_ifreq
)))
2229 err
= inet6_addr_del(net
, ireq
.ifr6_ifindex
, &ireq
.ifr6_addr
,
2230 ireq
.ifr6_prefixlen
);
2235 static void add_addr(struct inet6_dev
*idev
, const struct in6_addr
*addr
,
2236 int plen
, int scope
)
2238 struct inet6_ifaddr
*ifp
;
2240 ifp
= ipv6_add_addr(idev
, addr
, plen
, scope
, IFA_F_PERMANENT
);
2242 spin_lock_bh(&ifp
->lock
);
2243 ifp
->flags
&= ~IFA_F_TENTATIVE
;
2244 spin_unlock_bh(&ifp
->lock
);
2245 ipv6_ifa_notify(RTM_NEWADDR
, ifp
);
2250 #if defined(CONFIG_IPV6_SIT) || defined(CONFIG_IPV6_SIT_MODULE)
2251 static void sit_add_v4_addrs(struct inet6_dev
*idev
)
2253 struct in6_addr addr
;
2254 struct net_device
*dev
;
2255 struct net
*net
= dev_net(idev
->dev
);
2260 memset(&addr
, 0, sizeof(struct in6_addr
));
2261 memcpy(&addr
.s6_addr32
[3], idev
->dev
->dev_addr
, 4);
2263 if (idev
->dev
->flags
&IFF_POINTOPOINT
) {
2264 addr
.s6_addr32
[0] = htonl(0xfe800000);
2267 scope
= IPV6_ADDR_COMPATv4
;
2270 if (addr
.s6_addr32
[3]) {
2271 add_addr(idev
, &addr
, 128, scope
);
2275 for_each_netdev(net
, dev
) {
2276 struct in_device
* in_dev
= __in_dev_get_rtnl(dev
);
2277 if (in_dev
&& (dev
->flags
& IFF_UP
)) {
2278 struct in_ifaddr
* ifa
;
2282 for (ifa
= in_dev
->ifa_list
; ifa
; ifa
= ifa
->ifa_next
) {
2285 addr
.s6_addr32
[3] = ifa
->ifa_local
;
2287 if (ifa
->ifa_scope
== RT_SCOPE_LINK
)
2289 if (ifa
->ifa_scope
>= RT_SCOPE_HOST
) {
2290 if (idev
->dev
->flags
&IFF_POINTOPOINT
)
2294 if (idev
->dev
->flags
&IFF_POINTOPOINT
)
2299 add_addr(idev
, &addr
, plen
, flag
);
2306 static void init_loopback(struct net_device
*dev
)
2308 struct inet6_dev
*idev
;
2314 if ((idev
= ipv6_find_idev(dev
)) == NULL
) {
2315 printk(KERN_DEBUG
"init loopback: add_dev failed\n");
2319 add_addr(idev
, &in6addr_loopback
, 128, IFA_HOST
);
2322 static void addrconf_add_linklocal(struct inet6_dev
*idev
, struct in6_addr
*addr
)
2324 struct inet6_ifaddr
* ifp
;
2325 u32 addr_flags
= IFA_F_PERMANENT
;
2327 #ifdef CONFIG_IPV6_OPTIMISTIC_DAD
2328 if (idev
->cnf
.optimistic_dad
&&
2329 !dev_net(idev
->dev
)->ipv6
.devconf_all
->forwarding
)
2330 addr_flags
|= IFA_F_OPTIMISTIC
;
2334 ifp
= ipv6_add_addr(idev
, addr
, 64, IFA_LINK
, addr_flags
);
2336 addrconf_prefix_route(&ifp
->addr
, ifp
->prefix_len
, idev
->dev
, 0, 0);
2337 addrconf_dad_start(ifp
, 0);
2342 static void addrconf_dev_config(struct net_device
*dev
)
2344 struct in6_addr addr
;
2345 struct inet6_dev
* idev
;
2349 if ((dev
->type
!= ARPHRD_ETHER
) &&
2350 (dev
->type
!= ARPHRD_FDDI
) &&
2351 (dev
->type
!= ARPHRD_IEEE802_TR
) &&
2352 (dev
->type
!= ARPHRD_ARCNET
) &&
2353 (dev
->type
!= ARPHRD_INFINIBAND
)) {
2354 /* Alas, we support only Ethernet autoconfiguration. */
2358 idev
= addrconf_add_dev(dev
);
2362 memset(&addr
, 0, sizeof(struct in6_addr
));
2363 addr
.s6_addr32
[0] = htonl(0xFE800000);
2365 if (ipv6_generate_eui64(addr
.s6_addr
+ 8, dev
) == 0)
2366 addrconf_add_linklocal(idev
, &addr
);
2369 #if defined(CONFIG_IPV6_SIT) || defined(CONFIG_IPV6_SIT_MODULE)
2370 static void addrconf_sit_config(struct net_device
*dev
)
2372 struct inet6_dev
*idev
;
2377 * Configure the tunnel with one of our IPv4
2378 * addresses... we should configure all of
2379 * our v4 addrs in the tunnel
2382 if ((idev
= ipv6_find_idev(dev
)) == NULL
) {
2383 printk(KERN_DEBUG
"init sit: add_dev failed\n");
2387 if (dev
->priv_flags
& IFF_ISATAP
) {
2388 struct in6_addr addr
;
2390 ipv6_addr_set(&addr
, htonl(0xFE800000), 0, 0, 0);
2391 addrconf_prefix_route(&addr
, 64, dev
, 0, 0);
2392 if (!ipv6_generate_eui64(addr
.s6_addr
+ 8, dev
))
2393 addrconf_add_linklocal(idev
, &addr
);
2397 sit_add_v4_addrs(idev
);
2399 if (dev
->flags
&IFF_POINTOPOINT
) {
2400 addrconf_add_mroute(dev
);
2401 addrconf_add_lroute(dev
);
2408 ipv6_inherit_linklocal(struct inet6_dev
*idev
, struct net_device
*link_dev
)
2410 struct in6_addr lladdr
;
2412 if (!ipv6_get_lladdr(link_dev
, &lladdr
, IFA_F_TENTATIVE
)) {
2413 addrconf_add_linklocal(idev
, &lladdr
);
2419 static void ip6_tnl_add_linklocal(struct inet6_dev
*idev
)
2421 struct net_device
*link_dev
;
2422 struct net
*net
= dev_net(idev
->dev
);
2424 /* first try to inherit the link-local address from the link device */
2425 if (idev
->dev
->iflink
&&
2426 (link_dev
= __dev_get_by_index(net
, idev
->dev
->iflink
))) {
2427 if (!ipv6_inherit_linklocal(idev
, link_dev
))
2430 /* then try to inherit it from any device */
2431 for_each_netdev(net
, link_dev
) {
2432 if (!ipv6_inherit_linklocal(idev
, link_dev
))
2435 printk(KERN_DEBUG
"init ip6-ip6: add_linklocal failed\n");
2439 * Autoconfigure tunnel with a link-local address so routing protocols,
2440 * DHCPv6, MLD etc. can be run over the virtual link
2443 static void addrconf_ip6_tnl_config(struct net_device
*dev
)
2445 struct inet6_dev
*idev
;
2449 if ((idev
= addrconf_add_dev(dev
)) == NULL
) {
2450 printk(KERN_DEBUG
"init ip6-ip6: add_dev failed\n");
2453 ip6_tnl_add_linklocal(idev
);
2456 static int addrconf_notify(struct notifier_block
*this, unsigned long event
,
2459 struct net_device
*dev
= (struct net_device
*) data
;
2460 struct inet6_dev
*idev
= __in6_dev_get(dev
);
2461 int run_pending
= 0;
2465 case NETDEV_REGISTER
:
2466 if (!idev
&& dev
->mtu
>= IPV6_MIN_MTU
) {
2467 idev
= ipv6_add_dev(dev
);
2469 return notifier_from_errno(-ENOMEM
);
2474 if (dev
->flags
& IFF_SLAVE
)
2477 if (event
== NETDEV_UP
) {
2478 if (!addrconf_qdisc_ok(dev
)) {
2479 /* device is not ready yet. */
2481 "ADDRCONF(NETDEV_UP): %s: "
2482 "link is not ready\n",
2487 if (!idev
&& dev
->mtu
>= IPV6_MIN_MTU
)
2488 idev
= ipv6_add_dev(dev
);
2491 idev
->if_flags
|= IF_READY
;
2495 if (!addrconf_qdisc_ok(dev
)) {
2496 /* device is still not ready. */
2501 if (idev
->if_flags
& IF_READY
) {
2502 /* device is already configured. */
2505 idev
->if_flags
|= IF_READY
;
2509 "ADDRCONF(NETDEV_CHANGE): %s: "
2510 "link becomes ready\n",
2517 #if defined(CONFIG_IPV6_SIT) || defined(CONFIG_IPV6_SIT_MODULE)
2519 addrconf_sit_config(dev
);
2522 case ARPHRD_TUNNEL6
:
2523 addrconf_ip6_tnl_config(dev
);
2525 case ARPHRD_LOOPBACK
:
2530 addrconf_dev_config(dev
);
2535 addrconf_dad_run(idev
);
2537 /* If the MTU changed during the interface down, when the
2538 interface up, the changed MTU must be reflected in the
2539 idev as well as routers.
2541 if (idev
->cnf
.mtu6
!= dev
->mtu
&& dev
->mtu
>= IPV6_MIN_MTU
) {
2542 rt6_mtu_change(dev
, dev
->mtu
);
2543 idev
->cnf
.mtu6
= dev
->mtu
;
2545 idev
->tstamp
= jiffies
;
2546 inet6_ifinfo_notify(RTM_NEWLINK
, idev
);
2547 /* If the changed mtu during down is lower than IPV6_MIN_MTU
2548 stop IPv6 on this interface.
2550 if (dev
->mtu
< IPV6_MIN_MTU
)
2551 addrconf_ifdown(dev
, event
!= NETDEV_DOWN
);
2555 case NETDEV_CHANGEMTU
:
2556 if (idev
&& dev
->mtu
>= IPV6_MIN_MTU
) {
2557 rt6_mtu_change(dev
, dev
->mtu
);
2558 idev
->cnf
.mtu6
= dev
->mtu
;
2562 if (!idev
&& dev
->mtu
>= IPV6_MIN_MTU
) {
2563 idev
= ipv6_add_dev(dev
);
2568 /* MTU falled under IPV6_MIN_MTU. Stop IPv6 on this interface. */
2571 case NETDEV_UNREGISTER
:
2573 * Remove all addresses from this interface.
2575 addrconf_ifdown(dev
, event
!= NETDEV_DOWN
);
2578 case NETDEV_CHANGENAME
:
2580 snmp6_unregister_dev(idev
);
2581 addrconf_sysctl_unregister(idev
);
2582 addrconf_sysctl_register(idev
);
2583 err
= snmp6_register_dev(idev
);
2585 return notifier_from_errno(err
);
2588 case NETDEV_BONDING_OLDTYPE
:
2589 case NETDEV_BONDING_NEWTYPE
:
2590 addrconf_bonding_change(dev
, event
);
2598 * addrconf module should be notified of a device going up
2600 static struct notifier_block ipv6_dev_notf
= {
2601 .notifier_call
= addrconf_notify
,
2605 static void addrconf_bonding_change(struct net_device
*dev
, unsigned long event
)
2607 struct inet6_dev
*idev
;
2610 idev
= __in6_dev_get(dev
);
2612 if (event
== NETDEV_BONDING_NEWTYPE
)
2613 ipv6_mc_remap(idev
);
2614 else if (event
== NETDEV_BONDING_OLDTYPE
)
2615 ipv6_mc_unmap(idev
);
2618 static int addrconf_ifdown(struct net_device
*dev
, int how
)
2620 struct inet6_dev
*idev
;
2621 struct inet6_ifaddr
*ifa
, *keep_list
, **bifa
;
2622 struct net
*net
= dev_net(dev
);
2627 rt6_ifdown(net
, dev
);
2628 neigh_ifdown(&nd_tbl
, dev
);
2630 idev
= __in6_dev_get(dev
);
2634 /* Step 1: remove reference to ipv6 device from parent device.
2640 /* protected by rtnl_lock */
2641 rcu_assign_pointer(dev
->ip6_ptr
, NULL
);
2643 /* Step 1.5: remove snmp6 entry */
2644 snmp6_unregister_dev(idev
);
2648 /* Step 2: clear hash table */
2649 for (i
=0; i
<IN6_ADDR_HSIZE
; i
++) {
2650 bifa
= &inet6_addr_lst
[i
];
2652 write_lock_bh(&addrconf_hash_lock
);
2653 while ((ifa
= *bifa
) != NULL
) {
2654 if (ifa
->idev
== idev
&&
2655 (how
|| !(ifa
->flags
&IFA_F_PERMANENT
) ||
2656 ipv6_addr_type(&ifa
->addr
) & IPV6_ADDR_LINKLOCAL
)) {
2657 *bifa
= ifa
->lst_next
;
2658 ifa
->lst_next
= NULL
;
2662 bifa
= &ifa
->lst_next
;
2664 write_unlock_bh(&addrconf_hash_lock
);
2667 write_lock_bh(&idev
->lock
);
2669 /* Step 3: clear flags for stateless addrconf */
2671 idev
->if_flags
&= ~(IF_RS_SENT
|IF_RA_RCVD
|IF_READY
);
2673 /* Step 4: clear address list */
2674 #ifdef CONFIG_IPV6_PRIVACY
2675 if (how
&& del_timer(&idev
->regen_timer
))
2678 /* clear tempaddr list */
2679 while ((ifa
= idev
->tempaddr_list
) != NULL
) {
2680 idev
->tempaddr_list
= ifa
->tmp_next
;
2681 ifa
->tmp_next
= NULL
;
2683 write_unlock_bh(&idev
->lock
);
2684 spin_lock_bh(&ifa
->lock
);
2687 in6_ifa_put(ifa
->ifpub
);
2690 spin_unlock_bh(&ifa
->lock
);
2692 write_lock_bh(&idev
->lock
);
2697 while ((ifa
= idev
->addr_list
) != NULL
) {
2698 idev
->addr_list
= ifa
->if_next
;
2699 ifa
->if_next
= NULL
;
2701 addrconf_del_timer(ifa
);
2703 /* If just doing link down, and address is permanent
2704 and not link-local, then retain it. */
2706 (ifa
->flags
&IFA_F_PERMANENT
) &&
2707 !(ipv6_addr_type(&ifa
->addr
) & IPV6_ADDR_LINKLOCAL
)) {
2709 /* Move to holding list */
2711 bifa
= &ifa
->if_next
;
2713 /* If not doing DAD on this address, just keep it. */
2714 if ((dev
->flags
&(IFF_NOARP
|IFF_LOOPBACK
)) ||
2715 idev
->cnf
.accept_dad
<= 0 ||
2716 (ifa
->flags
& IFA_F_NODAD
))
2719 /* If it was tentative already, no need to notify */
2720 if (ifa
->flags
& IFA_F_TENTATIVE
)
2723 /* Flag it for later restoration when link comes up */
2724 ifa
->flags
|= IFA_F_TENTATIVE
;
2729 write_unlock_bh(&idev
->lock
);
2731 __ipv6_ifa_notify(RTM_DELADDR
, ifa
);
2732 atomic_notifier_call_chain(&inet6addr_chain
, NETDEV_DOWN
, ifa
);
2735 write_lock_bh(&idev
->lock
);
2738 idev
->addr_list
= keep_list
;
2740 write_unlock_bh(&idev
->lock
);
2742 /* Step 5: Discard multicast list */
2745 ipv6_mc_destroy_dev(idev
);
2749 idev
->tstamp
= jiffies
;
2751 /* Shot the device (if unregistered) */
2754 addrconf_sysctl_unregister(idev
);
2755 neigh_parms_release(&nd_tbl
, idev
->nd_parms
);
2756 neigh_ifdown(&nd_tbl
, dev
);
2762 static void addrconf_rs_timer(unsigned long data
)
2764 struct inet6_ifaddr
*ifp
= (struct inet6_ifaddr
*) data
;
2765 struct inet6_dev
*idev
= ifp
->idev
;
2767 read_lock(&idev
->lock
);
2768 if (idev
->dead
|| !(idev
->if_flags
& IF_READY
))
2771 if (idev
->cnf
.forwarding
)
2774 /* Announcement received after solicitation was sent */
2775 if (idev
->if_flags
& IF_RA_RCVD
)
2778 spin_lock(&ifp
->lock
);
2779 if (ifp
->probes
++ < idev
->cnf
.rtr_solicits
) {
2780 /* The wait after the last probe can be shorter */
2781 addrconf_mod_timer(ifp
, AC_RS
,
2782 (ifp
->probes
== idev
->cnf
.rtr_solicits
) ?
2783 idev
->cnf
.rtr_solicit_delay
:
2784 idev
->cnf
.rtr_solicit_interval
);
2785 spin_unlock(&ifp
->lock
);
2787 ndisc_send_rs(idev
->dev
, &ifp
->addr
, &in6addr_linklocal_allrouters
);
2789 spin_unlock(&ifp
->lock
);
2791 * Note: we do not support deprecated "all on-link"
2792 * assumption any longer.
2794 printk(KERN_DEBUG
"%s: no IPv6 routers present\n",
2799 read_unlock(&idev
->lock
);
2804 * Duplicate Address Detection
2806 static void addrconf_dad_kick(struct inet6_ifaddr
*ifp
)
2808 unsigned long rand_num
;
2809 struct inet6_dev
*idev
= ifp
->idev
;
2811 if (ifp
->flags
& IFA_F_OPTIMISTIC
)
2814 rand_num
= net_random() % (idev
->cnf
.rtr_solicit_delay
? : 1);
2816 ifp
->probes
= idev
->cnf
.dad_transmits
;
2817 addrconf_mod_timer(ifp
, AC_DAD
, rand_num
);
2820 static void addrconf_dad_start(struct inet6_ifaddr
*ifp
, u32 flags
)
2822 struct inet6_dev
*idev
= ifp
->idev
;
2823 struct net_device
*dev
= idev
->dev
;
2825 addrconf_join_solict(dev
, &ifp
->addr
);
2827 net_srandom(ifp
->addr
.s6_addr32
[3]);
2829 read_lock_bh(&idev
->lock
);
2833 spin_lock(&ifp
->lock
);
2834 if (dev
->flags
&(IFF_NOARP
|IFF_LOOPBACK
) ||
2835 idev
->cnf
.accept_dad
< 1 ||
2836 !(ifp
->flags
&IFA_F_TENTATIVE
) ||
2837 ifp
->flags
& IFA_F_NODAD
) {
2838 ifp
->flags
&= ~(IFA_F_TENTATIVE
|IFA_F_OPTIMISTIC
|IFA_F_DADFAILED
);
2839 spin_unlock(&ifp
->lock
);
2840 read_unlock_bh(&idev
->lock
);
2842 addrconf_dad_completed(ifp
);
2846 if (!(idev
->if_flags
& IF_READY
)) {
2847 spin_unlock(&ifp
->lock
);
2848 read_unlock_bh(&idev
->lock
);
2850 * If the device is not ready:
2851 * - keep it tentative if it is a permanent address.
2852 * - otherwise, kill it.
2855 addrconf_dad_stop(ifp
, 0);
2860 * Optimistic nodes can start receiving
2863 if(ifp
->flags
& IFA_F_OPTIMISTIC
)
2864 ip6_ins_rt(ifp
->rt
);
2866 addrconf_dad_kick(ifp
);
2867 spin_unlock(&ifp
->lock
);
2869 read_unlock_bh(&idev
->lock
);
2872 static void addrconf_dad_timer(unsigned long data
)
2874 struct inet6_ifaddr
*ifp
= (struct inet6_ifaddr
*) data
;
2875 struct inet6_dev
*idev
= ifp
->idev
;
2876 struct in6_addr mcaddr
;
2878 read_lock(&idev
->lock
);
2879 if (idev
->dead
|| !(idev
->if_flags
& IF_READY
)) {
2880 read_unlock(&idev
->lock
);
2884 spin_lock(&ifp
->lock
);
2885 if (ifp
->probes
== 0) {
2887 * DAD was successful
2890 ifp
->flags
&= ~(IFA_F_TENTATIVE
|IFA_F_OPTIMISTIC
|IFA_F_DADFAILED
);
2891 spin_unlock(&ifp
->lock
);
2892 read_unlock(&idev
->lock
);
2894 addrconf_dad_completed(ifp
);
2900 addrconf_mod_timer(ifp
, AC_DAD
, ifp
->idev
->nd_parms
->retrans_time
);
2901 spin_unlock(&ifp
->lock
);
2902 read_unlock(&idev
->lock
);
2904 /* send a neighbour solicitation for our addr */
2905 addrconf_addr_solict_mult(&ifp
->addr
, &mcaddr
);
2906 ndisc_send_ns(ifp
->idev
->dev
, NULL
, &ifp
->addr
, &mcaddr
, &in6addr_any
);
2911 static void addrconf_dad_completed(struct inet6_ifaddr
*ifp
)
2913 struct net_device
* dev
= ifp
->idev
->dev
;
2916 * Configure the address for reception. Now it is valid.
2919 ipv6_ifa_notify(RTM_NEWADDR
, ifp
);
2921 /* If added prefix is link local and forwarding is off,
2922 start sending router solicitations.
2925 if (ifp
->idev
->cnf
.forwarding
== 0 &&
2926 ifp
->idev
->cnf
.rtr_solicits
> 0 &&
2927 (dev
->flags
&IFF_LOOPBACK
) == 0 &&
2928 (ipv6_addr_type(&ifp
->addr
) & IPV6_ADDR_LINKLOCAL
)) {
2930 * If a host as already performed a random delay
2931 * [...] as part of DAD [...] there is no need
2932 * to delay again before sending the first RS
2934 ndisc_send_rs(ifp
->idev
->dev
, &ifp
->addr
, &in6addr_linklocal_allrouters
);
2936 spin_lock_bh(&ifp
->lock
);
2938 ifp
->idev
->if_flags
|= IF_RS_SENT
;
2939 addrconf_mod_timer(ifp
, AC_RS
, ifp
->idev
->cnf
.rtr_solicit_interval
);
2940 spin_unlock_bh(&ifp
->lock
);
2944 static void addrconf_dad_run(struct inet6_dev
*idev
) {
2945 struct inet6_ifaddr
*ifp
;
2947 read_lock_bh(&idev
->lock
);
2948 for (ifp
= idev
->addr_list
; ifp
; ifp
= ifp
->if_next
) {
2949 spin_lock(&ifp
->lock
);
2950 if (!(ifp
->flags
& IFA_F_TENTATIVE
)) {
2951 spin_unlock(&ifp
->lock
);
2954 spin_unlock(&ifp
->lock
);
2955 addrconf_dad_kick(ifp
);
2957 read_unlock_bh(&idev
->lock
);
2960 #ifdef CONFIG_PROC_FS
2961 struct if6_iter_state
{
2962 struct seq_net_private p
;
2966 static struct inet6_ifaddr
*if6_get_first(struct seq_file
*seq
)
2968 struct inet6_ifaddr
*ifa
= NULL
;
2969 struct if6_iter_state
*state
= seq
->private;
2970 struct net
*net
= seq_file_net(seq
);
2972 for (state
->bucket
= 0; state
->bucket
< IN6_ADDR_HSIZE
; ++state
->bucket
) {
2973 ifa
= inet6_addr_lst
[state
->bucket
];
2975 while (ifa
&& !net_eq(dev_net(ifa
->idev
->dev
), net
))
2976 ifa
= ifa
->lst_next
;
2983 static struct inet6_ifaddr
*if6_get_next(struct seq_file
*seq
, struct inet6_ifaddr
*ifa
)
2985 struct if6_iter_state
*state
= seq
->private;
2986 struct net
*net
= seq_file_net(seq
);
2988 ifa
= ifa
->lst_next
;
2991 if (!net_eq(dev_net(ifa
->idev
->dev
), net
)) {
2992 ifa
= ifa
->lst_next
;
2997 if (!ifa
&& ++state
->bucket
< IN6_ADDR_HSIZE
) {
2998 ifa
= inet6_addr_lst
[state
->bucket
];
3005 static struct inet6_ifaddr
*if6_get_idx(struct seq_file
*seq
, loff_t pos
)
3007 struct inet6_ifaddr
*ifa
= if6_get_first(seq
);
3010 while(pos
&& (ifa
= if6_get_next(seq
, ifa
)) != NULL
)
3012 return pos
? NULL
: ifa
;
3015 static void *if6_seq_start(struct seq_file
*seq
, loff_t
*pos
)
3016 __acquires(addrconf_hash_lock
)
3018 read_lock_bh(&addrconf_hash_lock
);
3019 return if6_get_idx(seq
, *pos
);
3022 static void *if6_seq_next(struct seq_file
*seq
, void *v
, loff_t
*pos
)
3024 struct inet6_ifaddr
*ifa
;
3026 ifa
= if6_get_next(seq
, v
);
3031 static void if6_seq_stop(struct seq_file
*seq
, void *v
)
3032 __releases(addrconf_hash_lock
)
3034 read_unlock_bh(&addrconf_hash_lock
);
3037 static int if6_seq_show(struct seq_file
*seq
, void *v
)
3039 struct inet6_ifaddr
*ifp
= (struct inet6_ifaddr
*)v
;
3040 seq_printf(seq
, "%pi6 %02x %02x %02x %02x %8s\n",
3042 ifp
->idev
->dev
->ifindex
,
3046 ifp
->idev
->dev
->name
);
3050 static const struct seq_operations if6_seq_ops
= {
3051 .start
= if6_seq_start
,
3052 .next
= if6_seq_next
,
3053 .show
= if6_seq_show
,
3054 .stop
= if6_seq_stop
,
3057 static int if6_seq_open(struct inode
*inode
, struct file
*file
)
3059 return seq_open_net(inode
, file
, &if6_seq_ops
,
3060 sizeof(struct if6_iter_state
));
3063 static const struct file_operations if6_fops
= {
3064 .owner
= THIS_MODULE
,
3065 .open
= if6_seq_open
,
3067 .llseek
= seq_lseek
,
3068 .release
= seq_release_net
,
3071 static int __net_init
if6_proc_net_init(struct net
*net
)
3073 if (!proc_net_fops_create(net
, "if_inet6", S_IRUGO
, &if6_fops
))
3078 static void __net_exit
if6_proc_net_exit(struct net
*net
)
3080 proc_net_remove(net
, "if_inet6");
3083 static struct pernet_operations if6_proc_net_ops
= {
3084 .init
= if6_proc_net_init
,
3085 .exit
= if6_proc_net_exit
,
3088 int __init
if6_proc_init(void)
3090 return register_pernet_subsys(&if6_proc_net_ops
);
3093 void if6_proc_exit(void)
3095 unregister_pernet_subsys(&if6_proc_net_ops
);
3097 #endif /* CONFIG_PROC_FS */
3099 #if defined(CONFIG_IPV6_MIP6) || defined(CONFIG_IPV6_MIP6_MODULE)
3100 /* Check if address is a home address configured on any interface. */
3101 int ipv6_chk_home_addr(struct net
*net
, struct in6_addr
*addr
)
3104 struct inet6_ifaddr
* ifp
;
3105 u8 hash
= ipv6_addr_hash(addr
);
3106 read_lock_bh(&addrconf_hash_lock
);
3107 for (ifp
= inet6_addr_lst
[hash
]; ifp
; ifp
= ifp
->lst_next
) {
3108 if (!net_eq(dev_net(ifp
->idev
->dev
), net
))
3110 if (ipv6_addr_equal(&ifp
->addr
, addr
) &&
3111 (ifp
->flags
& IFA_F_HOMEADDRESS
)) {
3116 read_unlock_bh(&addrconf_hash_lock
);
3122 * Periodic address status verification
3125 static void addrconf_verify(unsigned long foo
)
3127 struct inet6_ifaddr
*ifp
;
3128 unsigned long now
, next
;
3131 spin_lock_bh(&addrconf_verify_lock
);
3133 next
= now
+ ADDR_CHECK_FREQUENCY
;
3135 del_timer(&addr_chk_timer
);
3137 for (i
=0; i
< IN6_ADDR_HSIZE
; i
++) {
3140 read_lock(&addrconf_hash_lock
);
3141 for (ifp
=inet6_addr_lst
[i
]; ifp
; ifp
=ifp
->lst_next
) {
3143 #ifdef CONFIG_IPV6_PRIVACY
3144 unsigned long regen_advance
;
3147 if (ifp
->flags
& IFA_F_PERMANENT
)
3150 spin_lock(&ifp
->lock
);
3151 age
= (now
- ifp
->tstamp
) / HZ
;
3153 #ifdef CONFIG_IPV6_PRIVACY
3154 regen_advance
= ifp
->idev
->cnf
.regen_max_retry
*
3155 ifp
->idev
->cnf
.dad_transmits
*
3156 ifp
->idev
->nd_parms
->retrans_time
/ HZ
;
3159 if (ifp
->valid_lft
!= INFINITY_LIFE_TIME
&&
3160 age
>= ifp
->valid_lft
) {
3161 spin_unlock(&ifp
->lock
);
3163 read_unlock(&addrconf_hash_lock
);
3166 } else if (ifp
->prefered_lft
== INFINITY_LIFE_TIME
) {
3167 spin_unlock(&ifp
->lock
);
3169 } else if (age
>= ifp
->prefered_lft
) {
3170 /* jiffies - ifp->tstamp > age >= ifp->prefered_lft */
3173 if (!(ifp
->flags
&IFA_F_DEPRECATED
)) {
3175 ifp
->flags
|= IFA_F_DEPRECATED
;
3178 if (time_before(ifp
->tstamp
+ ifp
->valid_lft
* HZ
, next
))
3179 next
= ifp
->tstamp
+ ifp
->valid_lft
* HZ
;
3181 spin_unlock(&ifp
->lock
);
3185 read_unlock(&addrconf_hash_lock
);
3187 ipv6_ifa_notify(0, ifp
);
3191 #ifdef CONFIG_IPV6_PRIVACY
3192 } else if ((ifp
->flags
&IFA_F_TEMPORARY
) &&
3193 !(ifp
->flags
&IFA_F_TENTATIVE
)) {
3194 if (age
>= ifp
->prefered_lft
- regen_advance
) {
3195 struct inet6_ifaddr
*ifpub
= ifp
->ifpub
;
3196 if (time_before(ifp
->tstamp
+ ifp
->prefered_lft
* HZ
, next
))
3197 next
= ifp
->tstamp
+ ifp
->prefered_lft
* HZ
;
3198 if (!ifp
->regen_count
&& ifpub
) {
3201 in6_ifa_hold(ifpub
);
3202 spin_unlock(&ifp
->lock
);
3203 read_unlock(&addrconf_hash_lock
);
3204 spin_lock(&ifpub
->lock
);
3205 ifpub
->regen_count
= 0;
3206 spin_unlock(&ifpub
->lock
);
3207 ipv6_create_tempaddr(ifpub
, ifp
);
3212 } else if (time_before(ifp
->tstamp
+ ifp
->prefered_lft
* HZ
- regen_advance
* HZ
, next
))
3213 next
= ifp
->tstamp
+ ifp
->prefered_lft
* HZ
- regen_advance
* HZ
;
3214 spin_unlock(&ifp
->lock
);
3217 /* ifp->prefered_lft <= ifp->valid_lft */
3218 if (time_before(ifp
->tstamp
+ ifp
->prefered_lft
* HZ
, next
))
3219 next
= ifp
->tstamp
+ ifp
->prefered_lft
* HZ
;
3220 spin_unlock(&ifp
->lock
);
3223 read_unlock(&addrconf_hash_lock
);
3226 addr_chk_timer
.expires
= time_before(next
, jiffies
+ HZ
) ? jiffies
+ HZ
: next
;
3227 add_timer(&addr_chk_timer
);
3228 spin_unlock_bh(&addrconf_verify_lock
);
3231 static struct in6_addr
*extract_addr(struct nlattr
*addr
, struct nlattr
*local
)
3233 struct in6_addr
*pfx
= NULL
;
3236 pfx
= nla_data(addr
);
3239 if (pfx
&& nla_memcmp(local
, pfx
, sizeof(*pfx
)))
3242 pfx
= nla_data(local
);
3248 static const struct nla_policy ifa_ipv6_policy
[IFA_MAX
+1] = {
3249 [IFA_ADDRESS
] = { .len
= sizeof(struct in6_addr
) },
3250 [IFA_LOCAL
] = { .len
= sizeof(struct in6_addr
) },
3251 [IFA_CACHEINFO
] = { .len
= sizeof(struct ifa_cacheinfo
) },
3255 inet6_rtm_deladdr(struct sk_buff
*skb
, struct nlmsghdr
*nlh
, void *arg
)
3257 struct net
*net
= sock_net(skb
->sk
);
3258 struct ifaddrmsg
*ifm
;
3259 struct nlattr
*tb
[IFA_MAX
+1];
3260 struct in6_addr
*pfx
;
3263 err
= nlmsg_parse(nlh
, sizeof(*ifm
), tb
, IFA_MAX
, ifa_ipv6_policy
);
3267 ifm
= nlmsg_data(nlh
);
3268 pfx
= extract_addr(tb
[IFA_ADDRESS
], tb
[IFA_LOCAL
]);
3272 return inet6_addr_del(net
, ifm
->ifa_index
, pfx
, ifm
->ifa_prefixlen
);
3275 static int inet6_addr_modify(struct inet6_ifaddr
*ifp
, u8 ifa_flags
,
3276 u32 prefered_lft
, u32 valid_lft
)
3280 unsigned long timeout
;
3282 if (!valid_lft
|| (prefered_lft
> valid_lft
))
3285 timeout
= addrconf_timeout_fixup(valid_lft
, HZ
);
3286 if (addrconf_finite_timeout(timeout
)) {
3287 expires
= jiffies_to_clock_t(timeout
* HZ
);
3288 valid_lft
= timeout
;
3289 flags
= RTF_EXPIRES
;
3293 ifa_flags
|= IFA_F_PERMANENT
;
3296 timeout
= addrconf_timeout_fixup(prefered_lft
, HZ
);
3297 if (addrconf_finite_timeout(timeout
)) {
3299 ifa_flags
|= IFA_F_DEPRECATED
;
3300 prefered_lft
= timeout
;
3303 spin_lock_bh(&ifp
->lock
);
3304 ifp
->flags
= (ifp
->flags
& ~(IFA_F_DEPRECATED
| IFA_F_PERMANENT
| IFA_F_NODAD
| IFA_F_HOMEADDRESS
)) | ifa_flags
;
3305 ifp
->tstamp
= jiffies
;
3306 ifp
->valid_lft
= valid_lft
;
3307 ifp
->prefered_lft
= prefered_lft
;
3309 spin_unlock_bh(&ifp
->lock
);
3310 if (!(ifp
->flags
&IFA_F_TENTATIVE
))
3311 ipv6_ifa_notify(0, ifp
);
3313 addrconf_prefix_route(&ifp
->addr
, ifp
->prefix_len
, ifp
->idev
->dev
,
3321 inet6_rtm_newaddr(struct sk_buff
*skb
, struct nlmsghdr
*nlh
, void *arg
)
3323 struct net
*net
= sock_net(skb
->sk
);
3324 struct ifaddrmsg
*ifm
;
3325 struct nlattr
*tb
[IFA_MAX
+1];
3326 struct in6_addr
*pfx
;
3327 struct inet6_ifaddr
*ifa
;
3328 struct net_device
*dev
;
3329 u32 valid_lft
= INFINITY_LIFE_TIME
, preferred_lft
= INFINITY_LIFE_TIME
;
3333 err
= nlmsg_parse(nlh
, sizeof(*ifm
), tb
, IFA_MAX
, ifa_ipv6_policy
);
3337 ifm
= nlmsg_data(nlh
);
3338 pfx
= extract_addr(tb
[IFA_ADDRESS
], tb
[IFA_LOCAL
]);
3342 if (tb
[IFA_CACHEINFO
]) {
3343 struct ifa_cacheinfo
*ci
;
3345 ci
= nla_data(tb
[IFA_CACHEINFO
]);
3346 valid_lft
= ci
->ifa_valid
;
3347 preferred_lft
= ci
->ifa_prefered
;
3349 preferred_lft
= INFINITY_LIFE_TIME
;
3350 valid_lft
= INFINITY_LIFE_TIME
;
3353 dev
= __dev_get_by_index(net
, ifm
->ifa_index
);
3357 /* We ignore other flags so far. */
3358 ifa_flags
= ifm
->ifa_flags
& (IFA_F_NODAD
| IFA_F_HOMEADDRESS
);
3360 ifa
= ipv6_get_ifaddr(net
, pfx
, dev
, 1);
3363 * It would be best to check for !NLM_F_CREATE here but
3364 * userspace alreay relies on not having to provide this.
3366 return inet6_addr_add(net
, ifm
->ifa_index
, pfx
,
3367 ifm
->ifa_prefixlen
, ifa_flags
,
3368 preferred_lft
, valid_lft
);
3371 if (nlh
->nlmsg_flags
& NLM_F_EXCL
||
3372 !(nlh
->nlmsg_flags
& NLM_F_REPLACE
))
3375 err
= inet6_addr_modify(ifa
, ifa_flags
, preferred_lft
, valid_lft
);
3382 static void put_ifaddrmsg(struct nlmsghdr
*nlh
, u8 prefixlen
, u8 flags
,
3383 u8 scope
, int ifindex
)
3385 struct ifaddrmsg
*ifm
;
3387 ifm
= nlmsg_data(nlh
);
3388 ifm
->ifa_family
= AF_INET6
;
3389 ifm
->ifa_prefixlen
= prefixlen
;
3390 ifm
->ifa_flags
= flags
;
3391 ifm
->ifa_scope
= scope
;
3392 ifm
->ifa_index
= ifindex
;
3395 static int put_cacheinfo(struct sk_buff
*skb
, unsigned long cstamp
,
3396 unsigned long tstamp
, u32 preferred
, u32 valid
)
3398 struct ifa_cacheinfo ci
;
3400 ci
.cstamp
= (u32
)(TIME_DELTA(cstamp
, INITIAL_JIFFIES
) / HZ
* 100
3401 + TIME_DELTA(cstamp
, INITIAL_JIFFIES
) % HZ
* 100 / HZ
);
3402 ci
.tstamp
= (u32
)(TIME_DELTA(tstamp
, INITIAL_JIFFIES
) / HZ
* 100
3403 + TIME_DELTA(tstamp
, INITIAL_JIFFIES
) % HZ
* 100 / HZ
);
3404 ci
.ifa_prefered
= preferred
;
3405 ci
.ifa_valid
= valid
;
3407 return nla_put(skb
, IFA_CACHEINFO
, sizeof(ci
), &ci
);
3410 static inline int rt_scope(int ifa_scope
)
3412 if (ifa_scope
& IFA_HOST
)
3413 return RT_SCOPE_HOST
;
3414 else if (ifa_scope
& IFA_LINK
)
3415 return RT_SCOPE_LINK
;
3416 else if (ifa_scope
& IFA_SITE
)
3417 return RT_SCOPE_SITE
;
3419 return RT_SCOPE_UNIVERSE
;
3422 static inline int inet6_ifaddr_msgsize(void)
3424 return NLMSG_ALIGN(sizeof(struct ifaddrmsg
))
3425 + nla_total_size(16) /* IFA_ADDRESS */
3426 + nla_total_size(sizeof(struct ifa_cacheinfo
));
3429 static int inet6_fill_ifaddr(struct sk_buff
*skb
, struct inet6_ifaddr
*ifa
,
3430 u32 pid
, u32 seq
, int event
, unsigned int flags
)
3432 struct nlmsghdr
*nlh
;
3433 u32 preferred
, valid
;
3435 nlh
= nlmsg_put(skb
, pid
, seq
, event
, sizeof(struct ifaddrmsg
), flags
);
3439 put_ifaddrmsg(nlh
, ifa
->prefix_len
, ifa
->flags
, rt_scope(ifa
->scope
),
3440 ifa
->idev
->dev
->ifindex
);
3442 if (!(ifa
->flags
&IFA_F_PERMANENT
)) {
3443 preferred
= ifa
->prefered_lft
;
3444 valid
= ifa
->valid_lft
;
3445 if (preferred
!= INFINITY_LIFE_TIME
) {
3446 long tval
= (jiffies
- ifa
->tstamp
)/HZ
;
3447 if (preferred
> tval
)
3451 if (valid
!= INFINITY_LIFE_TIME
)
3455 preferred
= INFINITY_LIFE_TIME
;
3456 valid
= INFINITY_LIFE_TIME
;
3459 if (nla_put(skb
, IFA_ADDRESS
, 16, &ifa
->addr
) < 0 ||
3460 put_cacheinfo(skb
, ifa
->cstamp
, ifa
->tstamp
, preferred
, valid
) < 0) {
3461 nlmsg_cancel(skb
, nlh
);
3465 return nlmsg_end(skb
, nlh
);
3468 static int inet6_fill_ifmcaddr(struct sk_buff
*skb
, struct ifmcaddr6
*ifmca
,
3469 u32 pid
, u32 seq
, int event
, u16 flags
)
3471 struct nlmsghdr
*nlh
;
3472 u8 scope
= RT_SCOPE_UNIVERSE
;
3473 int ifindex
= ifmca
->idev
->dev
->ifindex
;
3475 if (ipv6_addr_scope(&ifmca
->mca_addr
) & IFA_SITE
)
3476 scope
= RT_SCOPE_SITE
;
3478 nlh
= nlmsg_put(skb
, pid
, seq
, event
, sizeof(struct ifaddrmsg
), flags
);
3482 put_ifaddrmsg(nlh
, 128, IFA_F_PERMANENT
, scope
, ifindex
);
3483 if (nla_put(skb
, IFA_MULTICAST
, 16, &ifmca
->mca_addr
) < 0 ||
3484 put_cacheinfo(skb
, ifmca
->mca_cstamp
, ifmca
->mca_tstamp
,
3485 INFINITY_LIFE_TIME
, INFINITY_LIFE_TIME
) < 0) {
3486 nlmsg_cancel(skb
, nlh
);
3490 return nlmsg_end(skb
, nlh
);
3493 static int inet6_fill_ifacaddr(struct sk_buff
*skb
, struct ifacaddr6
*ifaca
,
3494 u32 pid
, u32 seq
, int event
, unsigned int flags
)
3496 struct nlmsghdr
*nlh
;
3497 u8 scope
= RT_SCOPE_UNIVERSE
;
3498 int ifindex
= ifaca
->aca_idev
->dev
->ifindex
;
3500 if (ipv6_addr_scope(&ifaca
->aca_addr
) & IFA_SITE
)
3501 scope
= RT_SCOPE_SITE
;
3503 nlh
= nlmsg_put(skb
, pid
, seq
, event
, sizeof(struct ifaddrmsg
), flags
);
3507 put_ifaddrmsg(nlh
, 128, IFA_F_PERMANENT
, scope
, ifindex
);
3508 if (nla_put(skb
, IFA_ANYCAST
, 16, &ifaca
->aca_addr
) < 0 ||
3509 put_cacheinfo(skb
, ifaca
->aca_cstamp
, ifaca
->aca_tstamp
,
3510 INFINITY_LIFE_TIME
, INFINITY_LIFE_TIME
) < 0) {
3511 nlmsg_cancel(skb
, nlh
);
3515 return nlmsg_end(skb
, nlh
);
3525 /* called with rcu_read_lock() */
3526 static int in6_dump_addrs(struct inet6_dev
*idev
, struct sk_buff
*skb
,
3527 struct netlink_callback
*cb
, enum addr_type_t type
,
3528 int s_ip_idx
, int *p_ip_idx
)
3530 struct inet6_ifaddr
*ifa
;
3531 struct ifmcaddr6
*ifmca
;
3532 struct ifacaddr6
*ifaca
;
3534 int ip_idx
= *p_ip_idx
;
3536 read_lock_bh(&idev
->lock
);
3539 /* unicast address incl. temp addr */
3540 for (ifa
= idev
->addr_list
; ifa
;
3541 ifa
= ifa
->if_next
, ip_idx
++) {
3542 if (ip_idx
< s_ip_idx
)
3544 err
= inet6_fill_ifaddr(skb
, ifa
,
3545 NETLINK_CB(cb
->skb
).pid
,
3553 case MULTICAST_ADDR
:
3554 /* multicast address */
3555 for (ifmca
= idev
->mc_list
; ifmca
;
3556 ifmca
= ifmca
->next
, ip_idx
++) {
3557 if (ip_idx
< s_ip_idx
)
3559 err
= inet6_fill_ifmcaddr(skb
, ifmca
,
3560 NETLINK_CB(cb
->skb
).pid
,
3569 /* anycast address */
3570 for (ifaca
= idev
->ac_list
; ifaca
;
3571 ifaca
= ifaca
->aca_next
, ip_idx
++) {
3572 if (ip_idx
< s_ip_idx
)
3574 err
= inet6_fill_ifacaddr(skb
, ifaca
,
3575 NETLINK_CB(cb
->skb
).pid
,
3586 read_unlock_bh(&idev
->lock
);
3591 static int inet6_dump_addr(struct sk_buff
*skb
, struct netlink_callback
*cb
,
3592 enum addr_type_t type
)
3594 struct net
*net
= sock_net(skb
->sk
);
3597 int s_idx
, s_ip_idx
;
3598 struct net_device
*dev
;
3599 struct inet6_dev
*idev
;
3600 struct hlist_head
*head
;
3601 struct hlist_node
*node
;
3604 s_idx
= idx
= cb
->args
[1];
3605 s_ip_idx
= ip_idx
= cb
->args
[2];
3608 for (h
= s_h
; h
< NETDEV_HASHENTRIES
; h
++, s_idx
= 0) {
3610 head
= &net
->dev_index_head
[h
];
3611 hlist_for_each_entry_rcu(dev
, node
, head
, index_hlist
) {
3614 if (h
> s_h
|| idx
> s_idx
)
3617 if ((idev
= __in6_dev_get(dev
)) == NULL
)
3620 if (in6_dump_addrs(idev
, skb
, cb
, type
,
3621 s_ip_idx
, &ip_idx
) <= 0)
3631 cb
->args
[2] = ip_idx
;
3636 static int inet6_dump_ifaddr(struct sk_buff
*skb
, struct netlink_callback
*cb
)
3638 enum addr_type_t type
= UNICAST_ADDR
;
3640 return inet6_dump_addr(skb
, cb
, type
);
3643 static int inet6_dump_ifmcaddr(struct sk_buff
*skb
, struct netlink_callback
*cb
)
3645 enum addr_type_t type
= MULTICAST_ADDR
;
3647 return inet6_dump_addr(skb
, cb
, type
);
3651 static int inet6_dump_ifacaddr(struct sk_buff
*skb
, struct netlink_callback
*cb
)
3653 enum addr_type_t type
= ANYCAST_ADDR
;
3655 return inet6_dump_addr(skb
, cb
, type
);
3658 static int inet6_rtm_getaddr(struct sk_buff
*in_skb
, struct nlmsghdr
* nlh
,
3661 struct net
*net
= sock_net(in_skb
->sk
);
3662 struct ifaddrmsg
*ifm
;
3663 struct nlattr
*tb
[IFA_MAX
+1];
3664 struct in6_addr
*addr
= NULL
;
3665 struct net_device
*dev
= NULL
;
3666 struct inet6_ifaddr
*ifa
;
3667 struct sk_buff
*skb
;
3670 err
= nlmsg_parse(nlh
, sizeof(*ifm
), tb
, IFA_MAX
, ifa_ipv6_policy
);
3674 addr
= extract_addr(tb
[IFA_ADDRESS
], tb
[IFA_LOCAL
]);
3680 ifm
= nlmsg_data(nlh
);
3682 dev
= __dev_get_by_index(net
, ifm
->ifa_index
);
3684 if ((ifa
= ipv6_get_ifaddr(net
, addr
, dev
, 1)) == NULL
) {
3685 err
= -EADDRNOTAVAIL
;
3689 if ((skb
= nlmsg_new(inet6_ifaddr_msgsize(), GFP_KERNEL
)) == NULL
) {
3694 err
= inet6_fill_ifaddr(skb
, ifa
, NETLINK_CB(in_skb
).pid
,
3695 nlh
->nlmsg_seq
, RTM_NEWADDR
, 0);
3697 /* -EMSGSIZE implies BUG in inet6_ifaddr_msgsize() */
3698 WARN_ON(err
== -EMSGSIZE
);
3702 err
= rtnl_unicast(skb
, net
, NETLINK_CB(in_skb
).pid
);
3709 static void inet6_ifa_notify(int event
, struct inet6_ifaddr
*ifa
)
3711 struct sk_buff
*skb
;
3712 struct net
*net
= dev_net(ifa
->idev
->dev
);
3715 skb
= nlmsg_new(inet6_ifaddr_msgsize(), GFP_ATOMIC
);
3719 err
= inet6_fill_ifaddr(skb
, ifa
, 0, 0, event
, 0);
3721 /* -EMSGSIZE implies BUG in inet6_ifaddr_msgsize() */
3722 WARN_ON(err
== -EMSGSIZE
);
3726 rtnl_notify(skb
, net
, 0, RTNLGRP_IPV6_IFADDR
, NULL
, GFP_ATOMIC
);
3730 rtnl_set_sk_err(net
, RTNLGRP_IPV6_IFADDR
, err
);
3733 static inline void ipv6_store_devconf(struct ipv6_devconf
*cnf
,
3734 __s32
*array
, int bytes
)
3736 BUG_ON(bytes
< (DEVCONF_MAX
* 4));
3738 memset(array
, 0, bytes
);
3739 array
[DEVCONF_FORWARDING
] = cnf
->forwarding
;
3740 array
[DEVCONF_HOPLIMIT
] = cnf
->hop_limit
;
3741 array
[DEVCONF_MTU6
] = cnf
->mtu6
;
3742 array
[DEVCONF_ACCEPT_RA
] = cnf
->accept_ra
;
3743 array
[DEVCONF_ACCEPT_REDIRECTS
] = cnf
->accept_redirects
;
3744 array
[DEVCONF_AUTOCONF
] = cnf
->autoconf
;
3745 array
[DEVCONF_DAD_TRANSMITS
] = cnf
->dad_transmits
;
3746 array
[DEVCONF_RTR_SOLICITS
] = cnf
->rtr_solicits
;
3747 array
[DEVCONF_RTR_SOLICIT_INTERVAL
] = cnf
->rtr_solicit_interval
;
3748 array
[DEVCONF_RTR_SOLICIT_DELAY
] = cnf
->rtr_solicit_delay
;
3749 array
[DEVCONF_FORCE_MLD_VERSION
] = cnf
->force_mld_version
;
3750 #ifdef CONFIG_IPV6_PRIVACY
3751 array
[DEVCONF_USE_TEMPADDR
] = cnf
->use_tempaddr
;
3752 array
[DEVCONF_TEMP_VALID_LFT
] = cnf
->temp_valid_lft
;
3753 array
[DEVCONF_TEMP_PREFERED_LFT
] = cnf
->temp_prefered_lft
;
3754 array
[DEVCONF_REGEN_MAX_RETRY
] = cnf
->regen_max_retry
;
3755 array
[DEVCONF_MAX_DESYNC_FACTOR
] = cnf
->max_desync_factor
;
3757 array
[DEVCONF_MAX_ADDRESSES
] = cnf
->max_addresses
;
3758 array
[DEVCONF_ACCEPT_RA_DEFRTR
] = cnf
->accept_ra_defrtr
;
3759 array
[DEVCONF_ACCEPT_RA_PINFO
] = cnf
->accept_ra_pinfo
;
3760 #ifdef CONFIG_IPV6_ROUTER_PREF
3761 array
[DEVCONF_ACCEPT_RA_RTR_PREF
] = cnf
->accept_ra_rtr_pref
;
3762 array
[DEVCONF_RTR_PROBE_INTERVAL
] = cnf
->rtr_probe_interval
;
3763 #ifdef CONFIG_IPV6_ROUTE_INFO
3764 array
[DEVCONF_ACCEPT_RA_RT_INFO_MAX_PLEN
] = cnf
->accept_ra_rt_info_max_plen
;
3767 array
[DEVCONF_PROXY_NDP
] = cnf
->proxy_ndp
;
3768 array
[DEVCONF_ACCEPT_SOURCE_ROUTE
] = cnf
->accept_source_route
;
3769 #ifdef CONFIG_IPV6_OPTIMISTIC_DAD
3770 array
[DEVCONF_OPTIMISTIC_DAD
] = cnf
->optimistic_dad
;
3772 #ifdef CONFIG_IPV6_MROUTE
3773 array
[DEVCONF_MC_FORWARDING
] = cnf
->mc_forwarding
;
3775 array
[DEVCONF_DISABLE_IPV6
] = cnf
->disable_ipv6
;
3776 array
[DEVCONF_ACCEPT_DAD
] = cnf
->accept_dad
;
3777 array
[DEVCONF_FORCE_TLLAO
] = cnf
->force_tllao
;
3780 static inline size_t inet6_if_nlmsg_size(void)
3782 return NLMSG_ALIGN(sizeof(struct ifinfomsg
))
3783 + nla_total_size(IFNAMSIZ
) /* IFLA_IFNAME */
3784 + nla_total_size(MAX_ADDR_LEN
) /* IFLA_ADDRESS */
3785 + nla_total_size(4) /* IFLA_MTU */
3786 + nla_total_size(4) /* IFLA_LINK */
3787 + nla_total_size( /* IFLA_PROTINFO */
3788 nla_total_size(4) /* IFLA_INET6_FLAGS */
3789 + nla_total_size(sizeof(struct ifla_cacheinfo
))
3790 + nla_total_size(DEVCONF_MAX
* 4) /* IFLA_INET6_CONF */
3791 + nla_total_size(IPSTATS_MIB_MAX
* 8) /* IFLA_INET6_STATS */
3792 + nla_total_size(ICMP6_MIB_MAX
* 8) /* IFLA_INET6_ICMP6STATS */
3796 static inline void __snmp6_fill_stats(u64
*stats
, void __percpu
**mib
,
3797 int items
, int bytes
)
3800 int pad
= bytes
- sizeof(u64
) * items
;
3803 /* Use put_unaligned() because stats may not be aligned for u64. */
3804 put_unaligned(items
, &stats
[0]);
3805 for (i
= 1; i
< items
; i
++)
3806 put_unaligned(snmp_fold_field(mib
, i
), &stats
[i
]);
3808 memset(&stats
[items
], 0, pad
);
3811 static void snmp6_fill_stats(u64
*stats
, struct inet6_dev
*idev
, int attrtype
,
3815 case IFLA_INET6_STATS
:
3816 __snmp6_fill_stats(stats
, (void __percpu
**)idev
->stats
.ipv6
, IPSTATS_MIB_MAX
, bytes
);
3818 case IFLA_INET6_ICMP6STATS
:
3819 __snmp6_fill_stats(stats
, (void __percpu
**)idev
->stats
.icmpv6
, ICMP6_MIB_MAX
, bytes
);
3824 static int inet6_fill_ifinfo(struct sk_buff
*skb
, struct inet6_dev
*idev
,
3825 u32 pid
, u32 seq
, int event
, unsigned int flags
)
3827 struct net_device
*dev
= idev
->dev
;
3829 struct ifinfomsg
*hdr
;
3830 struct nlmsghdr
*nlh
;
3832 struct ifla_cacheinfo ci
;
3834 nlh
= nlmsg_put(skb
, pid
, seq
, event
, sizeof(*hdr
), flags
);
3838 hdr
= nlmsg_data(nlh
);
3839 hdr
->ifi_family
= AF_INET6
;
3841 hdr
->ifi_type
= dev
->type
;
3842 hdr
->ifi_index
= dev
->ifindex
;
3843 hdr
->ifi_flags
= dev_get_flags(dev
);
3844 hdr
->ifi_change
= 0;
3846 NLA_PUT_STRING(skb
, IFLA_IFNAME
, dev
->name
);
3849 NLA_PUT(skb
, IFLA_ADDRESS
, dev
->addr_len
, dev
->dev_addr
);
3851 NLA_PUT_U32(skb
, IFLA_MTU
, dev
->mtu
);
3852 if (dev
->ifindex
!= dev
->iflink
)
3853 NLA_PUT_U32(skb
, IFLA_LINK
, dev
->iflink
);
3855 protoinfo
= nla_nest_start(skb
, IFLA_PROTINFO
);
3856 if (protoinfo
== NULL
)
3857 goto nla_put_failure
;
3859 NLA_PUT_U32(skb
, IFLA_INET6_FLAGS
, idev
->if_flags
);
3861 ci
.max_reasm_len
= IPV6_MAXPLEN
;
3862 ci
.tstamp
= (__u32
)(TIME_DELTA(idev
->tstamp
, INITIAL_JIFFIES
) / HZ
* 100
3863 + TIME_DELTA(idev
->tstamp
, INITIAL_JIFFIES
) % HZ
* 100 / HZ
);
3864 ci
.reachable_time
= idev
->nd_parms
->reachable_time
;
3865 ci
.retrans_time
= idev
->nd_parms
->retrans_time
;
3866 NLA_PUT(skb
, IFLA_INET6_CACHEINFO
, sizeof(ci
), &ci
);
3868 nla
= nla_reserve(skb
, IFLA_INET6_CONF
, DEVCONF_MAX
* sizeof(s32
));
3870 goto nla_put_failure
;
3871 ipv6_store_devconf(&idev
->cnf
, nla_data(nla
), nla_len(nla
));
3873 /* XXX - MC not implemented */
3875 nla
= nla_reserve(skb
, IFLA_INET6_STATS
, IPSTATS_MIB_MAX
* sizeof(u64
));
3877 goto nla_put_failure
;
3878 snmp6_fill_stats(nla_data(nla
), idev
, IFLA_INET6_STATS
, nla_len(nla
));
3880 nla
= nla_reserve(skb
, IFLA_INET6_ICMP6STATS
, ICMP6_MIB_MAX
* sizeof(u64
));
3882 goto nla_put_failure
;
3883 snmp6_fill_stats(nla_data(nla
), idev
, IFLA_INET6_ICMP6STATS
, nla_len(nla
));
3885 nla_nest_end(skb
, protoinfo
);
3886 return nlmsg_end(skb
, nlh
);
3889 nlmsg_cancel(skb
, nlh
);
3893 static int inet6_dump_ifinfo(struct sk_buff
*skb
, struct netlink_callback
*cb
)
3895 struct net
*net
= sock_net(skb
->sk
);
3898 struct net_device
*dev
;
3899 struct inet6_dev
*idev
;
3900 struct hlist_head
*head
;
3901 struct hlist_node
*node
;
3904 s_idx
= cb
->args
[1];
3907 for (h
= s_h
; h
< NETDEV_HASHENTRIES
; h
++, s_idx
= 0) {
3909 head
= &net
->dev_index_head
[h
];
3910 hlist_for_each_entry_rcu(dev
, node
, head
, index_hlist
) {
3913 idev
= __in6_dev_get(dev
);
3916 if (inet6_fill_ifinfo(skb
, idev
,
3917 NETLINK_CB(cb
->skb
).pid
,
3919 RTM_NEWLINK
, NLM_F_MULTI
) <= 0)
3933 void inet6_ifinfo_notify(int event
, struct inet6_dev
*idev
)
3935 struct sk_buff
*skb
;
3936 struct net
*net
= dev_net(idev
->dev
);
3939 skb
= nlmsg_new(inet6_if_nlmsg_size(), GFP_ATOMIC
);
3943 err
= inet6_fill_ifinfo(skb
, idev
, 0, 0, event
, 0);
3945 /* -EMSGSIZE implies BUG in inet6_if_nlmsg_size() */
3946 WARN_ON(err
== -EMSGSIZE
);
3950 rtnl_notify(skb
, net
, 0, RTNLGRP_IPV6_IFADDR
, NULL
, GFP_ATOMIC
);
3954 rtnl_set_sk_err(net
, RTNLGRP_IPV6_IFADDR
, err
);
3957 static inline size_t inet6_prefix_nlmsg_size(void)
3959 return NLMSG_ALIGN(sizeof(struct prefixmsg
))
3960 + nla_total_size(sizeof(struct in6_addr
))
3961 + nla_total_size(sizeof(struct prefix_cacheinfo
));
3964 static int inet6_fill_prefix(struct sk_buff
*skb
, struct inet6_dev
*idev
,
3965 struct prefix_info
*pinfo
, u32 pid
, u32 seq
,
3966 int event
, unsigned int flags
)
3968 struct prefixmsg
*pmsg
;
3969 struct nlmsghdr
*nlh
;
3970 struct prefix_cacheinfo ci
;
3972 nlh
= nlmsg_put(skb
, pid
, seq
, event
, sizeof(*pmsg
), flags
);
3976 pmsg
= nlmsg_data(nlh
);
3977 pmsg
->prefix_family
= AF_INET6
;
3978 pmsg
->prefix_pad1
= 0;
3979 pmsg
->prefix_pad2
= 0;
3980 pmsg
->prefix_ifindex
= idev
->dev
->ifindex
;
3981 pmsg
->prefix_len
= pinfo
->prefix_len
;
3982 pmsg
->prefix_type
= pinfo
->type
;
3983 pmsg
->prefix_pad3
= 0;
3984 pmsg
->prefix_flags
= 0;
3986 pmsg
->prefix_flags
|= IF_PREFIX_ONLINK
;
3987 if (pinfo
->autoconf
)
3988 pmsg
->prefix_flags
|= IF_PREFIX_AUTOCONF
;
3990 NLA_PUT(skb
, PREFIX_ADDRESS
, sizeof(pinfo
->prefix
), &pinfo
->prefix
);
3992 ci
.preferred_time
= ntohl(pinfo
->prefered
);
3993 ci
.valid_time
= ntohl(pinfo
->valid
);
3994 NLA_PUT(skb
, PREFIX_CACHEINFO
, sizeof(ci
), &ci
);
3996 return nlmsg_end(skb
, nlh
);
3999 nlmsg_cancel(skb
, nlh
);
4003 static void inet6_prefix_notify(int event
, struct inet6_dev
*idev
,
4004 struct prefix_info
*pinfo
)
4006 struct sk_buff
*skb
;
4007 struct net
*net
= dev_net(idev
->dev
);
4010 skb
= nlmsg_new(inet6_prefix_nlmsg_size(), GFP_ATOMIC
);
4014 err
= inet6_fill_prefix(skb
, idev
, pinfo
, 0, 0, event
, 0);
4016 /* -EMSGSIZE implies BUG in inet6_prefix_nlmsg_size() */
4017 WARN_ON(err
== -EMSGSIZE
);
4021 rtnl_notify(skb
, net
, 0, RTNLGRP_IPV6_PREFIX
, NULL
, GFP_ATOMIC
);
4025 rtnl_set_sk_err(net
, RTNLGRP_IPV6_PREFIX
, err
);
4028 static void __ipv6_ifa_notify(int event
, struct inet6_ifaddr
*ifp
)
4030 inet6_ifa_notify(event
? : RTM_NEWADDR
, ifp
);
4035 * If the address was optimistic
4036 * we inserted the route at the start of
4037 * our DAD process, so we don't need
4040 if (!(ifp
->rt
->rt6i_node
))
4041 ip6_ins_rt(ifp
->rt
);
4042 if (ifp
->idev
->cnf
.forwarding
)
4043 addrconf_join_anycast(ifp
);
4046 if (ifp
->idev
->cnf
.forwarding
)
4047 addrconf_leave_anycast(ifp
);
4048 addrconf_leave_solict(ifp
->idev
, &ifp
->addr
);
4049 dst_hold(&ifp
->rt
->u
.dst
);
4050 if (ip6_del_rt(ifp
->rt
))
4051 dst_free(&ifp
->rt
->u
.dst
);
4056 static void ipv6_ifa_notify(int event
, struct inet6_ifaddr
*ifp
)
4059 if (likely(ifp
->idev
->dead
== 0))
4060 __ipv6_ifa_notify(event
, ifp
);
4061 rcu_read_unlock_bh();
4064 #ifdef CONFIG_SYSCTL
4067 int addrconf_sysctl_forward(ctl_table
*ctl
, int write
,
4068 void __user
*buffer
, size_t *lenp
, loff_t
*ppos
)
4070 int *valp
= ctl
->data
;
4075 ret
= proc_dointvec(ctl
, write
, buffer
, lenp
, ppos
);
4078 ret
= addrconf_fixup_forwarding(ctl
, valp
, val
);
4084 static void dev_disable_change(struct inet6_dev
*idev
)
4086 if (!idev
|| !idev
->dev
)
4089 if (idev
->cnf
.disable_ipv6
)
4090 addrconf_notify(NULL
, NETDEV_DOWN
, idev
->dev
);
4092 addrconf_notify(NULL
, NETDEV_UP
, idev
->dev
);
4095 static void addrconf_disable_change(struct net
*net
, __s32 newf
)
4097 struct net_device
*dev
;
4098 struct inet6_dev
*idev
;
4101 for_each_netdev_rcu(net
, dev
) {
4102 idev
= __in6_dev_get(dev
);
4104 int changed
= (!idev
->cnf
.disable_ipv6
) ^ (!newf
);
4105 idev
->cnf
.disable_ipv6
= newf
;
4107 dev_disable_change(idev
);
4113 static int addrconf_disable_ipv6(struct ctl_table
*table
, int *p
, int old
)
4117 net
= (struct net
*)table
->extra2
;
4119 if (p
== &net
->ipv6
.devconf_dflt
->disable_ipv6
)
4122 if (!rtnl_trylock()) {
4123 /* Restore the original values before restarting */
4125 return restart_syscall();
4128 if (p
== &net
->ipv6
.devconf_all
->disable_ipv6
) {
4129 __s32 newf
= net
->ipv6
.devconf_all
->disable_ipv6
;
4130 net
->ipv6
.devconf_dflt
->disable_ipv6
= newf
;
4131 addrconf_disable_change(net
, newf
);
4132 } else if ((!*p
) ^ (!old
))
4133 dev_disable_change((struct inet6_dev
*)table
->extra1
);
4140 int addrconf_sysctl_disable(ctl_table
*ctl
, int write
,
4141 void __user
*buffer
, size_t *lenp
, loff_t
*ppos
)
4143 int *valp
= ctl
->data
;
4148 ret
= proc_dointvec(ctl
, write
, buffer
, lenp
, ppos
);
4151 ret
= addrconf_disable_ipv6(ctl
, valp
, val
);
4157 static struct addrconf_sysctl_table
4159 struct ctl_table_header
*sysctl_header
;
4160 ctl_table addrconf_vars
[DEVCONF_MAX
+1];
4162 } addrconf_sysctl __read_mostly
= {
4163 .sysctl_header
= NULL
,
4166 .procname
= "forwarding",
4167 .data
= &ipv6_devconf
.forwarding
,
4168 .maxlen
= sizeof(int),
4170 .proc_handler
= addrconf_sysctl_forward
,
4173 .procname
= "hop_limit",
4174 .data
= &ipv6_devconf
.hop_limit
,
4175 .maxlen
= sizeof(int),
4177 .proc_handler
= proc_dointvec
,
4181 .data
= &ipv6_devconf
.mtu6
,
4182 .maxlen
= sizeof(int),
4184 .proc_handler
= proc_dointvec
,
4187 .procname
= "accept_ra",
4188 .data
= &ipv6_devconf
.accept_ra
,
4189 .maxlen
= sizeof(int),
4191 .proc_handler
= proc_dointvec
,
4194 .procname
= "accept_redirects",
4195 .data
= &ipv6_devconf
.accept_redirects
,
4196 .maxlen
= sizeof(int),
4198 .proc_handler
= proc_dointvec
,
4201 .procname
= "autoconf",
4202 .data
= &ipv6_devconf
.autoconf
,
4203 .maxlen
= sizeof(int),
4205 .proc_handler
= proc_dointvec
,
4208 .procname
= "dad_transmits",
4209 .data
= &ipv6_devconf
.dad_transmits
,
4210 .maxlen
= sizeof(int),
4212 .proc_handler
= proc_dointvec
,
4215 .procname
= "router_solicitations",
4216 .data
= &ipv6_devconf
.rtr_solicits
,
4217 .maxlen
= sizeof(int),
4219 .proc_handler
= proc_dointvec
,
4222 .procname
= "router_solicitation_interval",
4223 .data
= &ipv6_devconf
.rtr_solicit_interval
,
4224 .maxlen
= sizeof(int),
4226 .proc_handler
= proc_dointvec_jiffies
,
4229 .procname
= "router_solicitation_delay",
4230 .data
= &ipv6_devconf
.rtr_solicit_delay
,
4231 .maxlen
= sizeof(int),
4233 .proc_handler
= proc_dointvec_jiffies
,
4236 .procname
= "force_mld_version",
4237 .data
= &ipv6_devconf
.force_mld_version
,
4238 .maxlen
= sizeof(int),
4240 .proc_handler
= proc_dointvec
,
4242 #ifdef CONFIG_IPV6_PRIVACY
4244 .procname
= "use_tempaddr",
4245 .data
= &ipv6_devconf
.use_tempaddr
,
4246 .maxlen
= sizeof(int),
4248 .proc_handler
= proc_dointvec
,
4251 .procname
= "temp_valid_lft",
4252 .data
= &ipv6_devconf
.temp_valid_lft
,
4253 .maxlen
= sizeof(int),
4255 .proc_handler
= proc_dointvec
,
4258 .procname
= "temp_prefered_lft",
4259 .data
= &ipv6_devconf
.temp_prefered_lft
,
4260 .maxlen
= sizeof(int),
4262 .proc_handler
= proc_dointvec
,
4265 .procname
= "regen_max_retry",
4266 .data
= &ipv6_devconf
.regen_max_retry
,
4267 .maxlen
= sizeof(int),
4269 .proc_handler
= proc_dointvec
,
4272 .procname
= "max_desync_factor",
4273 .data
= &ipv6_devconf
.max_desync_factor
,
4274 .maxlen
= sizeof(int),
4276 .proc_handler
= proc_dointvec
,
4280 .procname
= "max_addresses",
4281 .data
= &ipv6_devconf
.max_addresses
,
4282 .maxlen
= sizeof(int),
4284 .proc_handler
= proc_dointvec
,
4287 .procname
= "accept_ra_defrtr",
4288 .data
= &ipv6_devconf
.accept_ra_defrtr
,
4289 .maxlen
= sizeof(int),
4291 .proc_handler
= proc_dointvec
,
4294 .procname
= "accept_ra_pinfo",
4295 .data
= &ipv6_devconf
.accept_ra_pinfo
,
4296 .maxlen
= sizeof(int),
4298 .proc_handler
= proc_dointvec
,
4300 #ifdef CONFIG_IPV6_ROUTER_PREF
4302 .procname
= "accept_ra_rtr_pref",
4303 .data
= &ipv6_devconf
.accept_ra_rtr_pref
,
4304 .maxlen
= sizeof(int),
4306 .proc_handler
= proc_dointvec
,
4309 .procname
= "router_probe_interval",
4310 .data
= &ipv6_devconf
.rtr_probe_interval
,
4311 .maxlen
= sizeof(int),
4313 .proc_handler
= proc_dointvec_jiffies
,
4315 #ifdef CONFIG_IPV6_ROUTE_INFO
4317 .procname
= "accept_ra_rt_info_max_plen",
4318 .data
= &ipv6_devconf
.accept_ra_rt_info_max_plen
,
4319 .maxlen
= sizeof(int),
4321 .proc_handler
= proc_dointvec
,
4326 .procname
= "proxy_ndp",
4327 .data
= &ipv6_devconf
.proxy_ndp
,
4328 .maxlen
= sizeof(int),
4330 .proc_handler
= proc_dointvec
,
4333 .procname
= "accept_source_route",
4334 .data
= &ipv6_devconf
.accept_source_route
,
4335 .maxlen
= sizeof(int),
4337 .proc_handler
= proc_dointvec
,
4339 #ifdef CONFIG_IPV6_OPTIMISTIC_DAD
4341 .procname
= "optimistic_dad",
4342 .data
= &ipv6_devconf
.optimistic_dad
,
4343 .maxlen
= sizeof(int),
4345 .proc_handler
= proc_dointvec
,
4349 #ifdef CONFIG_IPV6_MROUTE
4351 .procname
= "mc_forwarding",
4352 .data
= &ipv6_devconf
.mc_forwarding
,
4353 .maxlen
= sizeof(int),
4355 .proc_handler
= proc_dointvec
,
4359 .procname
= "disable_ipv6",
4360 .data
= &ipv6_devconf
.disable_ipv6
,
4361 .maxlen
= sizeof(int),
4363 .proc_handler
= addrconf_sysctl_disable
,
4366 .procname
= "accept_dad",
4367 .data
= &ipv6_devconf
.accept_dad
,
4368 .maxlen
= sizeof(int),
4370 .proc_handler
= proc_dointvec
,
4373 .procname
= "force_tllao",
4374 .data
= &ipv6_devconf
.force_tllao
,
4375 .maxlen
= sizeof(int),
4377 .proc_handler
= proc_dointvec
4385 static int __addrconf_sysctl_register(struct net
*net
, char *dev_name
,
4386 struct inet6_dev
*idev
, struct ipv6_devconf
*p
)
4389 struct addrconf_sysctl_table
*t
;
4391 #define ADDRCONF_CTL_PATH_DEV 3
4393 struct ctl_path addrconf_ctl_path
[] = {
4394 { .procname
= "net", },
4395 { .procname
= "ipv6", },
4396 { .procname
= "conf", },
4397 { /* to be set */ },
4402 t
= kmemdup(&addrconf_sysctl
, sizeof(*t
), GFP_KERNEL
);
4406 for (i
=0; t
->addrconf_vars
[i
].data
; i
++) {
4407 t
->addrconf_vars
[i
].data
+= (char*)p
- (char*)&ipv6_devconf
;
4408 t
->addrconf_vars
[i
].extra1
= idev
; /* embedded; no ref */
4409 t
->addrconf_vars
[i
].extra2
= net
;
4413 * Make a copy of dev_name, because '.procname' is regarded as const
4414 * by sysctl and we wouldn't want anyone to change it under our feet
4415 * (see SIOCSIFNAME).
4417 t
->dev_name
= kstrdup(dev_name
, GFP_KERNEL
);
4421 addrconf_ctl_path
[ADDRCONF_CTL_PATH_DEV
].procname
= t
->dev_name
;
4423 t
->sysctl_header
= register_net_sysctl_table(net
, addrconf_ctl_path
,
4425 if (t
->sysctl_header
== NULL
)
4439 static void __addrconf_sysctl_unregister(struct ipv6_devconf
*p
)
4441 struct addrconf_sysctl_table
*t
;
4443 if (p
->sysctl
== NULL
)
4448 unregister_sysctl_table(t
->sysctl_header
);
4453 static void addrconf_sysctl_register(struct inet6_dev
*idev
)
4455 neigh_sysctl_register(idev
->dev
, idev
->nd_parms
, "ipv6",
4456 &ndisc_ifinfo_sysctl_change
);
4457 __addrconf_sysctl_register(dev_net(idev
->dev
), idev
->dev
->name
,
4461 static void addrconf_sysctl_unregister(struct inet6_dev
*idev
)
4463 __addrconf_sysctl_unregister(&idev
->cnf
);
4464 neigh_sysctl_unregister(idev
->nd_parms
);
4470 static int __net_init
addrconf_init_net(struct net
*net
)
4473 struct ipv6_devconf
*all
, *dflt
;
4476 all
= &ipv6_devconf
;
4477 dflt
= &ipv6_devconf_dflt
;
4479 if (!net_eq(net
, &init_net
)) {
4480 all
= kmemdup(all
, sizeof(ipv6_devconf
), GFP_KERNEL
);
4484 dflt
= kmemdup(dflt
, sizeof(ipv6_devconf_dflt
), GFP_KERNEL
);
4486 goto err_alloc_dflt
;
4488 /* these will be inherited by all namespaces */
4489 dflt
->autoconf
= ipv6_defaults
.autoconf
;
4490 dflt
->disable_ipv6
= ipv6_defaults
.disable_ipv6
;
4493 net
->ipv6
.devconf_all
= all
;
4494 net
->ipv6
.devconf_dflt
= dflt
;
4496 #ifdef CONFIG_SYSCTL
4497 err
= __addrconf_sysctl_register(net
, "all", NULL
, all
);
4501 err
= __addrconf_sysctl_register(net
, "default", NULL
, dflt
);
4507 #ifdef CONFIG_SYSCTL
4509 __addrconf_sysctl_unregister(all
);
4519 static void __net_exit
addrconf_exit_net(struct net
*net
)
4521 #ifdef CONFIG_SYSCTL
4522 __addrconf_sysctl_unregister(net
->ipv6
.devconf_dflt
);
4523 __addrconf_sysctl_unregister(net
->ipv6
.devconf_all
);
4525 if (!net_eq(net
, &init_net
)) {
4526 kfree(net
->ipv6
.devconf_dflt
);
4527 kfree(net
->ipv6
.devconf_all
);
4531 static struct pernet_operations addrconf_ops
= {
4532 .init
= addrconf_init_net
,
4533 .exit
= addrconf_exit_net
,
4540 int register_inet6addr_notifier(struct notifier_block
*nb
)
4542 return atomic_notifier_chain_register(&inet6addr_chain
, nb
);
4545 EXPORT_SYMBOL(register_inet6addr_notifier
);
4547 int unregister_inet6addr_notifier(struct notifier_block
*nb
)
4549 return atomic_notifier_chain_unregister(&inet6addr_chain
,nb
);
4552 EXPORT_SYMBOL(unregister_inet6addr_notifier
);
4555 * Init / cleanup code
4558 int __init
addrconf_init(void)
4562 if ((err
= ipv6_addr_label_init()) < 0) {
4563 printk(KERN_CRIT
"IPv6 Addrconf: cannot initialize default policy table: %d.\n",
4568 register_pernet_subsys(&addrconf_ops
);
4570 /* The addrconf netdev notifier requires that loopback_dev
4571 * has it's ipv6 private information allocated and setup
4572 * before it can bring up and give link-local addresses
4573 * to other devices which are up.
4575 * Unfortunately, loopback_dev is not necessarily the first
4576 * entry in the global dev_base list of net devices. In fact,
4577 * it is likely to be the very last entry on that list.
4578 * So this causes the notifier registry below to try and
4579 * give link-local addresses to all devices besides loopback_dev
4580 * first, then loopback_dev, which cases all the non-loopback_dev
4581 * devices to fail to get a link-local address.
4583 * So, as a temporary fix, allocate the ipv6 structure for
4584 * loopback_dev first by hand.
4585 * Longer term, all of the dependencies ipv6 has upon the loopback
4586 * device and it being up should be removed.
4589 if (!ipv6_add_dev(init_net
.loopback_dev
))
4595 register_netdevice_notifier(&ipv6_dev_notf
);
4599 err
= __rtnl_register(PF_INET6
, RTM_GETLINK
, NULL
, inet6_dump_ifinfo
);
4603 /* Only the first call to __rtnl_register can fail */
4604 __rtnl_register(PF_INET6
, RTM_NEWADDR
, inet6_rtm_newaddr
, NULL
);
4605 __rtnl_register(PF_INET6
, RTM_DELADDR
, inet6_rtm_deladdr
, NULL
);
4606 __rtnl_register(PF_INET6
, RTM_GETADDR
, inet6_rtm_getaddr
, inet6_dump_ifaddr
);
4607 __rtnl_register(PF_INET6
, RTM_GETMULTICAST
, NULL
, inet6_dump_ifmcaddr
);
4608 __rtnl_register(PF_INET6
, RTM_GETANYCAST
, NULL
, inet6_dump_ifacaddr
);
4610 ipv6_addr_label_rtnl_register();
4614 unregister_netdevice_notifier(&ipv6_dev_notf
);
4616 unregister_pernet_subsys(&addrconf_ops
);
4621 void addrconf_cleanup(void)
4623 struct inet6_ifaddr
*ifa
;
4624 struct net_device
*dev
;
4627 unregister_netdevice_notifier(&ipv6_dev_notf
);
4628 unregister_pernet_subsys(&addrconf_ops
);
4632 /* clean dev list */
4633 for_each_netdev(&init_net
, dev
) {
4634 if (__in6_dev_get(dev
) == NULL
)
4636 addrconf_ifdown(dev
, 1);
4638 addrconf_ifdown(init_net
.loopback_dev
, 2);
4643 write_lock_bh(&addrconf_hash_lock
);
4644 for (i
=0; i
< IN6_ADDR_HSIZE
; i
++) {
4645 for (ifa
=inet6_addr_lst
[i
]; ifa
; ) {
4646 struct inet6_ifaddr
*bifa
;
4649 ifa
= ifa
->lst_next
;
4650 printk(KERN_DEBUG
"bug: IPv6 address leakage detected: ifa=%p\n", bifa
);
4651 /* Do not free it; something is wrong.
4652 Now we can investigate it with debugger.
4656 write_unlock_bh(&addrconf_hash_lock
);
4658 del_timer(&addr_chk_timer
);