blob: 1a1122a6bbf5208481f81f1e2643cbc41ed2e7e9 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * Linux INET6 implementation
3 * FIB front-end.
4 *
5 * Authors:
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09006 * Pedro Roque <roque@di.fc.ul.pt>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version
11 * 2 of the License, or (at your option) any later version.
12 */
13
14/* Changes:
15 *
16 * YOSHIFUJI Hideaki @USAGI
17 * reworked default router selection.
18 * - respect outgoing interface
19 * - select from (probably) reachable routers (i.e.
20 * routers in REACHABLE, STALE, DELAY or PROBE states).
21 * - always select the same router if it is (probably)
22 * reachable. otherwise, round-robin the list.
YOSHIFUJI Hideakic0bece92006-08-23 17:23:25 -070023 * Ville Nuorvala
24 * Fixed routing subtrees.
Linus Torvalds1da177e2005-04-16 15:20:36 -070025 */
26
Joe Perchesf3213832012-05-15 14:11:53 +000027#define pr_fmt(fmt) "IPv6: " fmt
28
Randy Dunlap4fc268d2006-01-11 12:17:47 -080029#include <linux/capability.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070030#include <linux/errno.h>
Paul Gortmakerbc3b2d72011-07-15 11:47:34 -040031#include <linux/export.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070032#include <linux/types.h>
33#include <linux/times.h>
34#include <linux/socket.h>
35#include <linux/sockios.h>
36#include <linux/net.h>
37#include <linux/route.h>
38#include <linux/netdevice.h>
39#include <linux/in6.h>
YOSHIFUJI Hideaki7bc570c2008-04-03 09:22:53 +090040#include <linux/mroute6.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070041#include <linux/init.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070042#include <linux/if_arp.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070043#include <linux/proc_fs.h>
44#include <linux/seq_file.h>
Daniel Lezcano5b7c9312008-03-03 23:28:58 -080045#include <linux/nsproxy.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090046#include <linux/slab.h>
Eric W. Biederman457c4cb2007-09-12 12:01:34 +020047#include <net/net_namespace.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070048#include <net/snmp.h>
49#include <net/ipv6.h>
50#include <net/ip6_fib.h>
51#include <net/ip6_route.h>
52#include <net/ndisc.h>
53#include <net/addrconf.h>
54#include <net/tcp.h>
55#include <linux/rtnetlink.h>
56#include <net/dst.h>
57#include <net/xfrm.h>
Tom Tucker8d717402006-07-30 20:43:36 -070058#include <net/netevent.h>
Thomas Graf21713eb2006-08-15 00:35:24 -070059#include <net/netlink.h>
Nicolas Dichtel51ebd312012-10-22 03:42:09 +000060#include <net/nexthop.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
62#include <asm/uaccess.h>
63
64#ifdef CONFIG_SYSCTL
65#include <linux/sysctl.h>
66#endif
67
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +020068enum rt6_nud_state {
Jiri Benc7e980562013-12-11 13:48:20 +010069 RT6_NUD_FAIL_HARD = -3,
70 RT6_NUD_FAIL_PROBE = -2,
71 RT6_NUD_FAIL_DO_RR = -1,
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +020072 RT6_NUD_SUCCEED = 1
73};
74
Martin KaFai Lau83a09ab2015-05-22 20:56:05 -070075static void ip6_rt_copy_init(struct rt6_info *rt, struct rt6_info *ort);
Linus Torvalds1da177e2005-04-16 15:20:36 -070076static struct dst_entry *ip6_dst_check(struct dst_entry *dst, u32 cookie);
David S. Miller0dbaee32010-12-13 12:52:14 -080077static unsigned int ip6_default_advmss(const struct dst_entry *dst);
Steffen Klassertebb762f2011-11-23 02:12:51 +000078static unsigned int ip6_mtu(const struct dst_entry *dst);
Linus Torvalds1da177e2005-04-16 15:20:36 -070079static struct dst_entry *ip6_negative_advice(struct dst_entry *);
80static void ip6_dst_destroy(struct dst_entry *);
81static void ip6_dst_ifdown(struct dst_entry *,
82 struct net_device *dev, int how);
Daniel Lezcano569d3642008-01-18 03:56:57 -080083static int ip6_dst_gc(struct dst_ops *ops);
Linus Torvalds1da177e2005-04-16 15:20:36 -070084
85static int ip6_pkt_discard(struct sk_buff *skb);
Eric Dumazetaad88722014-04-15 13:47:15 -040086static int ip6_pkt_discard_out(struct sock *sk, struct sk_buff *skb);
Kamala R7150aed2013-12-02 19:55:21 +053087static int ip6_pkt_prohibit(struct sk_buff *skb);
Eric Dumazetaad88722014-04-15 13:47:15 -040088static int ip6_pkt_prohibit_out(struct sock *sk, struct sk_buff *skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -070089static void ip6_link_failure(struct sk_buff *skb);
David S. Miller6700c272012-07-17 03:29:28 -070090static void ip6_rt_update_pmtu(struct dst_entry *dst, struct sock *sk,
91 struct sk_buff *skb, u32 mtu);
92static void rt6_do_redirect(struct dst_entry *dst, struct sock *sk,
93 struct sk_buff *skb);
Martin KaFai Lau4b32b5a2015-04-28 13:03:06 -070094static void rt6_dst_from_metrics_check(struct rt6_info *rt);
Nicolas Dichtel52bd4c02013-06-28 17:35:48 +020095static int rt6_score_route(struct rt6_info *rt, int oif, int strict);
Linus Torvalds1da177e2005-04-16 15:20:36 -070096
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -080097#ifdef CONFIG_IPV6_ROUTE_INFO
Daniel Lezcanoefa2cea2008-03-04 13:46:48 -080098static struct rt6_info *rt6_add_route_info(struct net *net,
Eric Dumazetb71d1d42011-04-22 04:53:02 +000099 const struct in6_addr *prefix, int prefixlen,
100 const struct in6_addr *gwaddr, int ifindex,
Eric Dumazet95c96172012-04-15 05:58:06 +0000101 unsigned int pref);
Daniel Lezcanoefa2cea2008-03-04 13:46:48 -0800102static struct rt6_info *rt6_get_route_info(struct net *net,
Eric Dumazetb71d1d42011-04-22 04:53:02 +0000103 const struct in6_addr *prefix, int prefixlen,
104 const struct in6_addr *gwaddr, int ifindex);
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -0800105#endif
106
Martin KaFai Lau8d0b94a2015-05-22 20:56:04 -0700107struct uncached_list {
108 spinlock_t lock;
109 struct list_head head;
110};
111
112static DEFINE_PER_CPU_ALIGNED(struct uncached_list, rt6_uncached_list);
113
114static void rt6_uncached_list_add(struct rt6_info *rt)
115{
116 struct uncached_list *ul = raw_cpu_ptr(&rt6_uncached_list);
117
118 rt->dst.flags |= DST_NOCACHE;
119 rt->rt6i_uncached_list = ul;
120
121 spin_lock_bh(&ul->lock);
122 list_add_tail(&rt->rt6i_uncached, &ul->head);
123 spin_unlock_bh(&ul->lock);
124}
125
126static void rt6_uncached_list_del(struct rt6_info *rt)
127{
128 if (!list_empty(&rt->rt6i_uncached)) {
129 struct uncached_list *ul = rt->rt6i_uncached_list;
130
131 spin_lock_bh(&ul->lock);
132 list_del(&rt->rt6i_uncached);
133 spin_unlock_bh(&ul->lock);
134 }
135}
136
137static void rt6_uncached_list_flush_dev(struct net *net, struct net_device *dev)
138{
139 struct net_device *loopback_dev = net->loopback_dev;
140 int cpu;
141
142 for_each_possible_cpu(cpu) {
143 struct uncached_list *ul = per_cpu_ptr(&rt6_uncached_list, cpu);
144 struct rt6_info *rt;
145
146 spin_lock_bh(&ul->lock);
147 list_for_each_entry(rt, &ul->head, rt6i_uncached) {
148 struct inet6_dev *rt_idev = rt->rt6i_idev;
149 struct net_device *rt_dev = rt->dst.dev;
150
151 if (rt_idev && (rt_idev->dev == dev || !dev) &&
152 rt_idev->dev != loopback_dev) {
153 rt->rt6i_idev = in6_dev_get(loopback_dev);
154 in6_dev_put(rt_idev);
155 }
156
157 if (rt_dev && (rt_dev == dev || !dev) &&
158 rt_dev != loopback_dev) {
159 rt->dst.dev = loopback_dev;
160 dev_hold(rt->dst.dev);
161 dev_put(rt_dev);
162 }
163 }
164 spin_unlock_bh(&ul->lock);
165 }
166}
167
Martin KaFai Laud52d3992015-05-22 20:56:06 -0700168static u32 *rt6_pcpu_cow_metrics(struct rt6_info *rt)
169{
170 return dst_metrics_write_ptr(rt->dst.from);
171}
172
David S. Miller06582542011-01-27 14:58:42 -0800173static u32 *ipv6_cow_metrics(struct dst_entry *dst, unsigned long old)
174{
Martin KaFai Lau4b32b5a2015-04-28 13:03:06 -0700175 struct rt6_info *rt = (struct rt6_info *)dst;
David S. Miller06582542011-01-27 14:58:42 -0800176
Martin KaFai Laud52d3992015-05-22 20:56:06 -0700177 if (rt->rt6i_flags & RTF_PCPU)
178 return rt6_pcpu_cow_metrics(rt);
179 else if (rt->rt6i_flags & RTF_CACHE)
Martin KaFai Lau4b32b5a2015-04-28 13:03:06 -0700180 return NULL;
181 else
Martin KaFai Lau3b471172015-02-12 16:14:08 -0800182 return dst_cow_metrics_generic(dst, old);
David S. Miller06582542011-01-27 14:58:42 -0800183}
184
David S. Millerf894cbf2012-07-02 21:52:24 -0700185static inline const void *choose_neigh_daddr(struct rt6_info *rt,
186 struct sk_buff *skb,
187 const void *daddr)
David S. Miller39232972012-01-26 15:22:32 -0500188{
189 struct in6_addr *p = &rt->rt6i_gateway;
190
David S. Millera7563f32012-01-26 16:29:16 -0500191 if (!ipv6_addr_any(p))
David S. Miller39232972012-01-26 15:22:32 -0500192 return (const void *) p;
David S. Millerf894cbf2012-07-02 21:52:24 -0700193 else if (skb)
194 return &ipv6_hdr(skb)->daddr;
David S. Miller39232972012-01-26 15:22:32 -0500195 return daddr;
196}
197
David S. Millerf894cbf2012-07-02 21:52:24 -0700198static struct neighbour *ip6_neigh_lookup(const struct dst_entry *dst,
199 struct sk_buff *skb,
200 const void *daddr)
David S. Millerd3aaeb32011-07-18 00:40:17 -0700201{
David S. Miller39232972012-01-26 15:22:32 -0500202 struct rt6_info *rt = (struct rt6_info *) dst;
203 struct neighbour *n;
204
David S. Millerf894cbf2012-07-02 21:52:24 -0700205 daddr = choose_neigh_daddr(rt, skb, daddr);
YOSHIFUJI Hideaki / 吉藤英明8e022ee2013-01-17 12:53:09 +0000206 n = __ipv6_neigh_lookup(dst->dev, daddr);
David S. Millerf83c7792011-12-28 15:41:23 -0500207 if (n)
208 return n;
209 return neigh_create(&nd_tbl, daddr, dst->dev);
210}
211
Daniel Lezcano9a7ec3a2008-03-04 13:48:53 -0800212static struct dst_ops ip6_dst_ops_template = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213 .family = AF_INET6,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700214 .gc = ip6_dst_gc,
215 .gc_thresh = 1024,
216 .check = ip6_dst_check,
David S. Miller0dbaee32010-12-13 12:52:14 -0800217 .default_advmss = ip6_default_advmss,
Steffen Klassertebb762f2011-11-23 02:12:51 +0000218 .mtu = ip6_mtu,
David S. Miller06582542011-01-27 14:58:42 -0800219 .cow_metrics = ipv6_cow_metrics,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220 .destroy = ip6_dst_destroy,
221 .ifdown = ip6_dst_ifdown,
222 .negative_advice = ip6_negative_advice,
223 .link_failure = ip6_link_failure,
224 .update_pmtu = ip6_rt_update_pmtu,
David S. Miller6e157b62012-07-12 00:05:02 -0700225 .redirect = rt6_do_redirect,
Herbert Xu1ac06e02008-05-20 14:32:14 -0700226 .local_out = __ip6_local_out,
David S. Millerd3aaeb32011-07-18 00:40:17 -0700227 .neigh_lookup = ip6_neigh_lookup,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228};
229
Steffen Klassertebb762f2011-11-23 02:12:51 +0000230static unsigned int ip6_blackhole_mtu(const struct dst_entry *dst)
Roland Dreierec831ea2011-01-31 13:16:00 -0800231{
Steffen Klassert618f9bc2011-11-23 02:13:31 +0000232 unsigned int mtu = dst_metric_raw(dst, RTAX_MTU);
233
234 return mtu ? : dst->dev->mtu;
Roland Dreierec831ea2011-01-31 13:16:00 -0800235}
236
David S. Miller6700c272012-07-17 03:29:28 -0700237static void ip6_rt_blackhole_update_pmtu(struct dst_entry *dst, struct sock *sk,
238 struct sk_buff *skb, u32 mtu)
David S. Miller14e50e52007-05-24 18:17:54 -0700239{
240}
241
David S. Miller6700c272012-07-17 03:29:28 -0700242static void ip6_rt_blackhole_redirect(struct dst_entry *dst, struct sock *sk,
243 struct sk_buff *skb)
David S. Millerb587ee32012-07-12 00:39:24 -0700244{
245}
246
Held Bernhard0972ddb2011-04-24 22:07:32 +0000247static u32 *ip6_rt_blackhole_cow_metrics(struct dst_entry *dst,
248 unsigned long old)
249{
250 return NULL;
251}
252
David S. Miller14e50e52007-05-24 18:17:54 -0700253static struct dst_ops ip6_dst_blackhole_ops = {
254 .family = AF_INET6,
David S. Miller14e50e52007-05-24 18:17:54 -0700255 .destroy = ip6_dst_destroy,
256 .check = ip6_dst_check,
Steffen Klassertebb762f2011-11-23 02:12:51 +0000257 .mtu = ip6_blackhole_mtu,
Eric Dumazet214f45c2011-02-18 11:39:01 -0800258 .default_advmss = ip6_default_advmss,
David S. Miller14e50e52007-05-24 18:17:54 -0700259 .update_pmtu = ip6_rt_blackhole_update_pmtu,
David S. Millerb587ee32012-07-12 00:39:24 -0700260 .redirect = ip6_rt_blackhole_redirect,
Held Bernhard0972ddb2011-04-24 22:07:32 +0000261 .cow_metrics = ip6_rt_blackhole_cow_metrics,
David S. Millerd3aaeb32011-07-18 00:40:17 -0700262 .neigh_lookup = ip6_neigh_lookup,
David S. Miller14e50e52007-05-24 18:17:54 -0700263};
264
David S. Miller62fa8a82011-01-26 20:51:05 -0800265static const u32 ip6_template_metrics[RTAX_MAX] = {
Li RongQing14edd872012-10-24 14:01:18 +0800266 [RTAX_HOPLIMIT - 1] = 0,
David S. Miller62fa8a82011-01-26 20:51:05 -0800267};
268
Eric Dumazetfb0af4c2012-09-11 21:47:51 +0000269static const struct rt6_info ip6_null_entry_template = {
Changli Gaod8d1f302010-06-10 23:31:35 -0700270 .dst = {
271 .__refcnt = ATOMIC_INIT(1),
272 .__use = 1,
Nicolas Dichtel2c20cbd2012-09-10 22:09:47 +0000273 .obsolete = DST_OBSOLETE_FORCE_CHK,
Changli Gaod8d1f302010-06-10 23:31:35 -0700274 .error = -ENETUNREACH,
Changli Gaod8d1f302010-06-10 23:31:35 -0700275 .input = ip6_pkt_discard,
276 .output = ip6_pkt_discard_out,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700277 },
278 .rt6i_flags = (RTF_REJECT | RTF_NONEXTHOP),
Jean-Mickael Guerin4f724272009-05-20 17:38:59 -0700279 .rt6i_protocol = RTPROT_KERNEL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700280 .rt6i_metric = ~(u32) 0,
281 .rt6i_ref = ATOMIC_INIT(1),
282};
283
Thomas Graf101367c2006-08-04 03:39:02 -0700284#ifdef CONFIG_IPV6_MULTIPLE_TABLES
285
Eric Dumazetfb0af4c2012-09-11 21:47:51 +0000286static const struct rt6_info ip6_prohibit_entry_template = {
Changli Gaod8d1f302010-06-10 23:31:35 -0700287 .dst = {
288 .__refcnt = ATOMIC_INIT(1),
289 .__use = 1,
Nicolas Dichtel2c20cbd2012-09-10 22:09:47 +0000290 .obsolete = DST_OBSOLETE_FORCE_CHK,
Changli Gaod8d1f302010-06-10 23:31:35 -0700291 .error = -EACCES,
Changli Gaod8d1f302010-06-10 23:31:35 -0700292 .input = ip6_pkt_prohibit,
293 .output = ip6_pkt_prohibit_out,
Thomas Graf101367c2006-08-04 03:39:02 -0700294 },
295 .rt6i_flags = (RTF_REJECT | RTF_NONEXTHOP),
Jean-Mickael Guerin4f724272009-05-20 17:38:59 -0700296 .rt6i_protocol = RTPROT_KERNEL,
Thomas Graf101367c2006-08-04 03:39:02 -0700297 .rt6i_metric = ~(u32) 0,
298 .rt6i_ref = ATOMIC_INIT(1),
299};
300
Eric Dumazetfb0af4c2012-09-11 21:47:51 +0000301static const struct rt6_info ip6_blk_hole_entry_template = {
Changli Gaod8d1f302010-06-10 23:31:35 -0700302 .dst = {
303 .__refcnt = ATOMIC_INIT(1),
304 .__use = 1,
Nicolas Dichtel2c20cbd2012-09-10 22:09:47 +0000305 .obsolete = DST_OBSOLETE_FORCE_CHK,
Changli Gaod8d1f302010-06-10 23:31:35 -0700306 .error = -EINVAL,
Changli Gaod8d1f302010-06-10 23:31:35 -0700307 .input = dst_discard,
Eric Dumazetaad88722014-04-15 13:47:15 -0400308 .output = dst_discard_sk,
Thomas Graf101367c2006-08-04 03:39:02 -0700309 },
310 .rt6i_flags = (RTF_REJECT | RTF_NONEXTHOP),
Jean-Mickael Guerin4f724272009-05-20 17:38:59 -0700311 .rt6i_protocol = RTPROT_KERNEL,
Thomas Graf101367c2006-08-04 03:39:02 -0700312 .rt6i_metric = ~(u32) 0,
313 .rt6i_ref = ATOMIC_INIT(1),
314};
315
316#endif
317
Linus Torvalds1da177e2005-04-16 15:20:36 -0700318/* allocate dst with ip6_dst_ops */
Martin KaFai Laud52d3992015-05-22 20:56:06 -0700319static struct rt6_info *__ip6_dst_alloc(struct net *net,
320 struct net_device *dev,
321 int flags,
322 struct fib6_table *table)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700323{
David S. Miller97bab732012-06-09 22:36:36 -0700324 struct rt6_info *rt = dst_alloc(&net->ipv6.ip6_dst_ops, dev,
Nicolas Dichtel6f3118b2012-09-10 22:09:46 +0000325 0, DST_OBSOLETE_FORCE_CHK, flags);
David S. Millercf911662011-04-28 14:31:47 -0700326
David S. Miller97bab732012-06-09 22:36:36 -0700327 if (rt) {
Steffen Klassert81048912012-07-05 23:37:09 +0000328 struct dst_entry *dst = &rt->dst;
329
330 memset(dst + 1, 0, sizeof(*rt) - sizeof(*dst));
Nicolas Dichtel51ebd312012-10-22 03:42:09 +0000331 INIT_LIST_HEAD(&rt->rt6i_siblings);
Martin KaFai Lau8d0b94a2015-05-22 20:56:04 -0700332 INIT_LIST_HEAD(&rt->rt6i_uncached);
David S. Miller97bab732012-06-09 22:36:36 -0700333 }
David S. Millercf911662011-04-28 14:31:47 -0700334 return rt;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335}
336
Martin KaFai Laud52d3992015-05-22 20:56:06 -0700337static struct rt6_info *ip6_dst_alloc(struct net *net,
338 struct net_device *dev,
339 int flags,
340 struct fib6_table *table)
341{
342 struct rt6_info *rt = __ip6_dst_alloc(net, dev, flags, table);
343
344 if (rt) {
345 rt->rt6i_pcpu = alloc_percpu_gfp(struct rt6_info *, GFP_ATOMIC);
346 if (rt->rt6i_pcpu) {
347 int cpu;
348
349 for_each_possible_cpu(cpu) {
350 struct rt6_info **p;
351
352 p = per_cpu_ptr(rt->rt6i_pcpu, cpu);
353 /* no one shares rt */
354 *p = NULL;
355 }
356 } else {
357 dst_destroy((struct dst_entry *)rt);
358 return NULL;
359 }
360 }
361
362 return rt;
363}
364
Linus Torvalds1da177e2005-04-16 15:20:36 -0700365static void ip6_dst_destroy(struct dst_entry *dst)
366{
367 struct rt6_info *rt = (struct rt6_info *)dst;
YOSHIFUJI Hideaki / 吉藤英明ecd98832013-02-20 00:29:08 +0000368 struct dst_entry *from = dst->from;
Martin KaFai Lau8d0b94a2015-05-22 20:56:04 -0700369 struct inet6_dev *idev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700370
Martin KaFai Lau4b32b5a2015-04-28 13:03:06 -0700371 dst_destroy_metrics_generic(dst);
Yan, Zheng8e2ec632011-09-05 21:34:30 +0000372
Martin KaFai Laud52d3992015-05-22 20:56:06 -0700373 if (rt->rt6i_pcpu)
374 free_percpu(rt->rt6i_pcpu);
375
Martin KaFai Lau8d0b94a2015-05-22 20:56:04 -0700376 rt6_uncached_list_del(rt);
377
378 idev = rt->rt6i_idev;
David S. Miller38308472011-12-03 18:02:47 -0500379 if (idev) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380 rt->rt6i_idev = NULL;
381 in6_dev_put(idev);
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +0900382 }
Gao feng1716a962012-04-06 00:13:10 +0000383
YOSHIFUJI Hideaki / 吉藤英明ecd98832013-02-20 00:29:08 +0000384 dst->from = NULL;
385 dst_release(from);
David S. Millerb3419362010-11-30 12:27:11 -0800386}
387
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388static void ip6_dst_ifdown(struct dst_entry *dst, struct net_device *dev,
389 int how)
390{
391 struct rt6_info *rt = (struct rt6_info *)dst;
392 struct inet6_dev *idev = rt->rt6i_idev;
Denis V. Lunev5a3e55d2007-12-07 00:38:10 -0800393 struct net_device *loopback_dev =
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +0900394 dev_net(dev)->loopback_dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395
David S. Miller97cac082012-07-02 22:43:47 -0700396 if (dev != loopback_dev) {
397 if (idev && idev->dev == dev) {
398 struct inet6_dev *loopback_idev =
399 in6_dev_get(loopback_dev);
400 if (loopback_idev) {
401 rt->rt6i_idev = loopback_idev;
402 in6_dev_put(idev);
403 }
404 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405 }
406}
407
Eric Dumazeta50feda2012-05-18 18:57:34 +0000408static bool rt6_check_expired(const struct rt6_info *rt)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409{
Gao feng1716a962012-04-06 00:13:10 +0000410 if (rt->rt6i_flags & RTF_EXPIRES) {
411 if (time_after(jiffies, rt->dst.expires))
Eric Dumazeta50feda2012-05-18 18:57:34 +0000412 return true;
Gao feng1716a962012-04-06 00:13:10 +0000413 } else if (rt->dst.from) {
Li RongQing3fd91fb2012-09-13 19:54:57 +0000414 return rt6_check_expired((struct rt6_info *) rt->dst.from);
Gao feng1716a962012-04-06 00:13:10 +0000415 }
Eric Dumazeta50feda2012-05-18 18:57:34 +0000416 return false;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700417}
418
Nicolas Dichtel51ebd312012-10-22 03:42:09 +0000419/* Multipath route selection:
420 * Hash based function using packet header and flowlabel.
421 * Adapted from fib_info_hashfn()
422 */
423static int rt6_info_hash_nhsfn(unsigned int candidate_count,
424 const struct flowi6 *fl6)
425{
426 unsigned int val = fl6->flowi6_proto;
427
YOSHIFUJI Hideaki / 吉藤英明c08977b2013-01-13 05:02:29 +0000428 val ^= ipv6_addr_hash(&fl6->daddr);
429 val ^= ipv6_addr_hash(&fl6->saddr);
Nicolas Dichtel51ebd312012-10-22 03:42:09 +0000430
431 /* Work only if this not encapsulated */
432 switch (fl6->flowi6_proto) {
433 case IPPROTO_UDP:
434 case IPPROTO_TCP:
435 case IPPROTO_SCTP:
Nicolas Dichtelb3ce5ae2012-10-22 23:35:06 +0000436 val ^= (__force u16)fl6->fl6_sport;
437 val ^= (__force u16)fl6->fl6_dport;
Nicolas Dichtel51ebd312012-10-22 03:42:09 +0000438 break;
439
440 case IPPROTO_ICMPV6:
Nicolas Dichtelb3ce5ae2012-10-22 23:35:06 +0000441 val ^= (__force u16)fl6->fl6_icmp_type;
442 val ^= (__force u16)fl6->fl6_icmp_code;
Nicolas Dichtel51ebd312012-10-22 03:42:09 +0000443 break;
444 }
445 /* RFC6438 recommands to use flowlabel */
Nicolas Dichtelb3ce5ae2012-10-22 23:35:06 +0000446 val ^= (__force u32)fl6->flowlabel;
Nicolas Dichtel51ebd312012-10-22 03:42:09 +0000447
448 /* Perhaps, we need to tune, this function? */
449 val = val ^ (val >> 7) ^ (val >> 12);
450 return val % candidate_count;
451}
452
453static struct rt6_info *rt6_multipath_select(struct rt6_info *match,
Nicolas Dichtel52bd4c02013-06-28 17:35:48 +0200454 struct flowi6 *fl6, int oif,
455 int strict)
Nicolas Dichtel51ebd312012-10-22 03:42:09 +0000456{
457 struct rt6_info *sibling, *next_sibling;
458 int route_choosen;
459
460 route_choosen = rt6_info_hash_nhsfn(match->rt6i_nsiblings + 1, fl6);
461 /* Don't change the route, if route_choosen == 0
462 * (siblings does not include ourself)
463 */
464 if (route_choosen)
465 list_for_each_entry_safe(sibling, next_sibling,
466 &match->rt6i_siblings, rt6i_siblings) {
467 route_choosen--;
468 if (route_choosen == 0) {
Nicolas Dichtel52bd4c02013-06-28 17:35:48 +0200469 if (rt6_score_route(sibling, oif, strict) < 0)
470 break;
Nicolas Dichtel51ebd312012-10-22 03:42:09 +0000471 match = sibling;
472 break;
473 }
474 }
475 return match;
476}
477
Linus Torvalds1da177e2005-04-16 15:20:36 -0700478/*
Thomas Grafc71099a2006-08-04 23:20:06 -0700479 * Route lookup. Any table->tb6_lock is implied.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700480 */
481
Daniel Lezcano8ed67782008-03-04 13:48:30 -0800482static inline struct rt6_info *rt6_device_match(struct net *net,
483 struct rt6_info *rt,
Eric Dumazetb71d1d42011-04-22 04:53:02 +0000484 const struct in6_addr *saddr,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700485 int oif,
YOSHIFUJI Hideakid4208952008-06-27 20:14:54 -0700486 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700487{
488 struct rt6_info *local = NULL;
489 struct rt6_info *sprt;
490
YOSHIFUJI Hideakidd3abc42008-07-02 18:30:18 +0900491 if (!oif && ipv6_addr_any(saddr))
492 goto out;
493
Changli Gaod8d1f302010-06-10 23:31:35 -0700494 for (sprt = rt; sprt; sprt = sprt->dst.rt6_next) {
David S. Millerd1918542011-12-28 20:19:20 -0500495 struct net_device *dev = sprt->dst.dev;
YOSHIFUJI Hideakidd3abc42008-07-02 18:30:18 +0900496
497 if (oif) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700498 if (dev->ifindex == oif)
499 return sprt;
500 if (dev->flags & IFF_LOOPBACK) {
David S. Miller38308472011-12-03 18:02:47 -0500501 if (!sprt->rt6i_idev ||
Linus Torvalds1da177e2005-04-16 15:20:36 -0700502 sprt->rt6i_idev->dev->ifindex != oif) {
YOSHIFUJI Hideakid4208952008-06-27 20:14:54 -0700503 if (flags & RT6_LOOKUP_F_IFACE && oif)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700504 continue;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +0900505 if (local && (!oif ||
Linus Torvalds1da177e2005-04-16 15:20:36 -0700506 local->rt6i_idev->dev->ifindex == oif))
507 continue;
508 }
509 local = sprt;
510 }
YOSHIFUJI Hideakidd3abc42008-07-02 18:30:18 +0900511 } else {
512 if (ipv6_chk_addr(net, saddr, dev,
513 flags & RT6_LOOKUP_F_IFACE))
514 return sprt;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700515 }
YOSHIFUJI Hideakidd3abc42008-07-02 18:30:18 +0900516 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517
YOSHIFUJI Hideakidd3abc42008-07-02 18:30:18 +0900518 if (oif) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700519 if (local)
520 return local;
521
YOSHIFUJI Hideakid4208952008-06-27 20:14:54 -0700522 if (flags & RT6_LOOKUP_F_IFACE)
Daniel Lezcano8ed67782008-03-04 13:48:30 -0800523 return net->ipv6.ip6_null_entry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700524 }
YOSHIFUJI Hideakidd3abc42008-07-02 18:30:18 +0900525out:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526 return rt;
527}
528
YOSHIFUJI Hideaki27097252006-03-20 17:05:13 -0800529#ifdef CONFIG_IPV6_ROUTER_PREF
Hannes Frederic Sowac2f17e82013-10-21 06:17:15 +0200530struct __rt6_probe_work {
531 struct work_struct work;
532 struct in6_addr target;
533 struct net_device *dev;
534};
535
536static void rt6_probe_deferred(struct work_struct *w)
537{
538 struct in6_addr mcaddr;
539 struct __rt6_probe_work *work =
540 container_of(w, struct __rt6_probe_work, work);
541
542 addrconf_addr_solict_mult(&work->target, &mcaddr);
543 ndisc_send_ns(work->dev, NULL, &work->target, &mcaddr, NULL);
544 dev_put(work->dev);
Michael Büsch662f5532015-02-08 10:14:07 +0100545 kfree(work);
Hannes Frederic Sowac2f17e82013-10-21 06:17:15 +0200546}
547
YOSHIFUJI Hideaki27097252006-03-20 17:05:13 -0800548static void rt6_probe(struct rt6_info *rt)
549{
Eric Dumazetf2c31e32011-07-29 19:00:53 +0000550 struct neighbour *neigh;
YOSHIFUJI Hideaki27097252006-03-20 17:05:13 -0800551 /*
552 * Okay, this does not seem to be appropriate
553 * for now, however, we need to check if it
554 * is really so; aka Router Reachability Probing.
555 *
556 * Router Reachability Probe MUST be rate-limited
557 * to no more than one per minute.
558 */
YOSHIFUJI Hideaki / 吉藤英明2152cae2013-01-17 12:53:43 +0000559 if (!rt || !(rt->rt6i_flags & RTF_GATEWAY))
Amerigo Wangfdd66812012-09-10 02:48:44 +0000560 return;
YOSHIFUJI Hideaki / 吉藤英明2152cae2013-01-17 12:53:43 +0000561 rcu_read_lock_bh();
562 neigh = __ipv6_neigh_lookup_noref(rt->dst.dev, &rt->rt6i_gateway);
563 if (neigh) {
564 write_lock(&neigh->lock);
565 if (neigh->nud_state & NUD_VALID)
566 goto out;
YOSHIFUJI Hideaki / 吉藤英明7ff74a52013-01-17 12:53:02 +0000567 }
YOSHIFUJI Hideaki / 吉藤英明2152cae2013-01-17 12:53:43 +0000568
569 if (!neigh ||
YOSHIFUJI Hideaki52e16352006-03-20 17:05:47 -0800570 time_after(jiffies, neigh->updated + rt->rt6i_idev->cnf.rtr_probe_interval)) {
Hannes Frederic Sowac2f17e82013-10-21 06:17:15 +0200571 struct __rt6_probe_work *work;
YOSHIFUJI Hideaki27097252006-03-20 17:05:13 -0800572
Hannes Frederic Sowac2f17e82013-10-21 06:17:15 +0200573 work = kmalloc(sizeof(*work), GFP_ATOMIC);
574
575 if (neigh && work)
Jiri Benc7e980562013-12-11 13:48:20 +0100576 __neigh_set_probe_once(neigh);
YOSHIFUJI Hideaki / 吉藤英明2152cae2013-01-17 12:53:43 +0000577
Hannes Frederic Sowac2f17e82013-10-21 06:17:15 +0200578 if (neigh)
579 write_unlock(&neigh->lock);
580
581 if (work) {
582 INIT_WORK(&work->work, rt6_probe_deferred);
583 work->target = rt->rt6i_gateway;
584 dev_hold(rt->dst.dev);
585 work->dev = rt->dst.dev;
586 schedule_work(&work->work);
587 }
Eric Dumazetf2c31e32011-07-29 19:00:53 +0000588 } else {
YOSHIFUJI Hideaki / 吉藤英明2152cae2013-01-17 12:53:43 +0000589out:
590 write_unlock(&neigh->lock);
Eric Dumazetf2c31e32011-07-29 19:00:53 +0000591 }
YOSHIFUJI Hideaki / 吉藤英明2152cae2013-01-17 12:53:43 +0000592 rcu_read_unlock_bh();
YOSHIFUJI Hideaki27097252006-03-20 17:05:13 -0800593}
594#else
595static inline void rt6_probe(struct rt6_info *rt)
596{
YOSHIFUJI Hideaki27097252006-03-20 17:05:13 -0800597}
598#endif
599
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600/*
YOSHIFUJI Hideaki554cfb72006-03-20 17:00:26 -0800601 * Default Router Selection (RFC 2461 6.3.6)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700602 */
Dave Jonesb6f99a22007-03-22 12:27:49 -0700603static inline int rt6_check_dev(struct rt6_info *rt, int oif)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700604{
David S. Millerd1918542011-12-28 20:19:20 -0500605 struct net_device *dev = rt->dst.dev;
David S. Miller161980f2007-04-06 11:42:27 -0700606 if (!oif || dev->ifindex == oif)
YOSHIFUJI Hideaki554cfb72006-03-20 17:00:26 -0800607 return 2;
David S. Miller161980f2007-04-06 11:42:27 -0700608 if ((dev->flags & IFF_LOOPBACK) &&
609 rt->rt6i_idev && rt->rt6i_idev->dev->ifindex == oif)
610 return 1;
611 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700612}
613
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200614static inline enum rt6_nud_state rt6_check_neigh(struct rt6_info *rt)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615{
Eric Dumazetf2c31e32011-07-29 19:00:53 +0000616 struct neighbour *neigh;
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200617 enum rt6_nud_state ret = RT6_NUD_FAIL_HARD;
Eric Dumazetf2c31e32011-07-29 19:00:53 +0000618
YOSHIFUJI Hideaki4d0c5912006-05-26 13:23:41 -0700619 if (rt->rt6i_flags & RTF_NONEXTHOP ||
620 !(rt->rt6i_flags & RTF_GATEWAY))
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200621 return RT6_NUD_SUCCEED;
YOSHIFUJI Hideaki / 吉藤英明145a3622013-01-17 12:53:38 +0000622
623 rcu_read_lock_bh();
624 neigh = __ipv6_neigh_lookup_noref(rt->dst.dev, &rt->rt6i_gateway);
625 if (neigh) {
626 read_lock(&neigh->lock);
YOSHIFUJI Hideaki554cfb72006-03-20 17:00:26 -0800627 if (neigh->nud_state & NUD_VALID)
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200628 ret = RT6_NUD_SUCCEED;
YOSHIFUJI Hideaki398bcbe2008-01-19 00:35:16 -0800629#ifdef CONFIG_IPV6_ROUTER_PREF
Paul Marksa5a81f02012-12-03 10:26:54 +0000630 else if (!(neigh->nud_state & NUD_FAILED))
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200631 ret = RT6_NUD_SUCCEED;
Jiri Benc7e980562013-12-11 13:48:20 +0100632 else
633 ret = RT6_NUD_FAIL_PROBE;
YOSHIFUJI Hideaki398bcbe2008-01-19 00:35:16 -0800634#endif
YOSHIFUJI Hideaki / 吉藤英明145a3622013-01-17 12:53:38 +0000635 read_unlock(&neigh->lock);
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200636 } else {
637 ret = IS_ENABLED(CONFIG_IPV6_ROUTER_PREF) ?
Jiri Benc7e980562013-12-11 13:48:20 +0100638 RT6_NUD_SUCCEED : RT6_NUD_FAIL_DO_RR;
Paul Marksa5a81f02012-12-03 10:26:54 +0000639 }
YOSHIFUJI Hideaki / 吉藤英明145a3622013-01-17 12:53:38 +0000640 rcu_read_unlock_bh();
641
Paul Marksa5a81f02012-12-03 10:26:54 +0000642 return ret;
YOSHIFUJI Hideaki554cfb72006-03-20 17:00:26 -0800643}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700644
YOSHIFUJI Hideaki554cfb72006-03-20 17:00:26 -0800645static int rt6_score_route(struct rt6_info *rt, int oif,
646 int strict)
647{
Paul Marksa5a81f02012-12-03 10:26:54 +0000648 int m;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +0900649
YOSHIFUJI Hideaki4d0c5912006-05-26 13:23:41 -0700650 m = rt6_check_dev(rt, oif);
YOSHIFUJI Hideaki77d16f42006-08-23 17:25:05 -0700651 if (!m && (strict & RT6_LOOKUP_F_IFACE))
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200652 return RT6_NUD_FAIL_HARD;
YOSHIFUJI Hideakiebacaaa2006-03-20 17:04:53 -0800653#ifdef CONFIG_IPV6_ROUTER_PREF
654 m |= IPV6_DECODE_PREF(IPV6_EXTRACT_PREF(rt->rt6i_flags)) << 2;
655#endif
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200656 if (strict & RT6_LOOKUP_F_REACHABLE) {
657 int n = rt6_check_neigh(rt);
658 if (n < 0)
659 return n;
660 }
YOSHIFUJI Hideaki554cfb72006-03-20 17:00:26 -0800661 return m;
662}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663
David S. Millerf11e6652007-03-24 20:36:25 -0700664static struct rt6_info *find_match(struct rt6_info *rt, int oif, int strict,
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200665 int *mpri, struct rt6_info *match,
666 bool *do_rr)
YOSHIFUJI Hideaki554cfb72006-03-20 17:00:26 -0800667{
David S. Millerf11e6652007-03-24 20:36:25 -0700668 int m;
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200669 bool match_do_rr = false;
David S. Millerf11e6652007-03-24 20:36:25 -0700670
671 if (rt6_check_expired(rt))
672 goto out;
673
674 m = rt6_score_route(rt, oif, strict);
Jiri Benc7e980562013-12-11 13:48:20 +0100675 if (m == RT6_NUD_FAIL_DO_RR) {
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200676 match_do_rr = true;
677 m = 0; /* lowest valid score */
Jiri Benc7e980562013-12-11 13:48:20 +0100678 } else if (m == RT6_NUD_FAIL_HARD) {
David S. Millerf11e6652007-03-24 20:36:25 -0700679 goto out;
David S. Millerf11e6652007-03-24 20:36:25 -0700680 }
681
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200682 if (strict & RT6_LOOKUP_F_REACHABLE)
683 rt6_probe(rt);
684
Jiri Benc7e980562013-12-11 13:48:20 +0100685 /* note that m can be RT6_NUD_FAIL_PROBE at this point */
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200686 if (m > *mpri) {
687 *do_rr = match_do_rr;
688 *mpri = m;
689 match = rt;
690 }
David S. Millerf11e6652007-03-24 20:36:25 -0700691out:
692 return match;
693}
694
695static struct rt6_info *find_rr_leaf(struct fib6_node *fn,
696 struct rt6_info *rr_head,
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200697 u32 metric, int oif, int strict,
698 bool *do_rr)
David S. Millerf11e6652007-03-24 20:36:25 -0700699{
Steffen Klassert9fbdcfa2015-04-28 13:03:04 -0700700 struct rt6_info *rt, *match, *cont;
YOSHIFUJI Hideaki554cfb72006-03-20 17:00:26 -0800701 int mpri = -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702
David S. Millerf11e6652007-03-24 20:36:25 -0700703 match = NULL;
Steffen Klassert9fbdcfa2015-04-28 13:03:04 -0700704 cont = NULL;
705 for (rt = rr_head; rt; rt = rt->dst.rt6_next) {
706 if (rt->rt6i_metric != metric) {
707 cont = rt;
708 break;
709 }
710
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200711 match = find_match(rt, oif, strict, &mpri, match, do_rr);
Steffen Klassert9fbdcfa2015-04-28 13:03:04 -0700712 }
713
714 for (rt = fn->leaf; rt && rt != rr_head; rt = rt->dst.rt6_next) {
715 if (rt->rt6i_metric != metric) {
716 cont = rt;
717 break;
718 }
719
720 match = find_match(rt, oif, strict, &mpri, match, do_rr);
721 }
722
723 if (match || !cont)
724 return match;
725
726 for (rt = cont; rt; rt = rt->dst.rt6_next)
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200727 match = find_match(rt, oif, strict, &mpri, match, do_rr);
YOSHIFUJI Hideaki554cfb72006-03-20 17:00:26 -0800728
David S. Millerf11e6652007-03-24 20:36:25 -0700729 return match;
730}
YOSHIFUJI Hideaki554cfb72006-03-20 17:00:26 -0800731
David S. Millerf11e6652007-03-24 20:36:25 -0700732static struct rt6_info *rt6_select(struct fib6_node *fn, int oif, int strict)
733{
734 struct rt6_info *match, *rt0;
Daniel Lezcano8ed67782008-03-04 13:48:30 -0800735 struct net *net;
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200736 bool do_rr = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700737
David S. Millerf11e6652007-03-24 20:36:25 -0700738 rt0 = fn->rr_ptr;
739 if (!rt0)
740 fn->rr_ptr = rt0 = fn->leaf;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200742 match = find_rr_leaf(fn, rt0, rt0->rt6i_metric, oif, strict,
743 &do_rr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700744
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200745 if (do_rr) {
Changli Gaod8d1f302010-06-10 23:31:35 -0700746 struct rt6_info *next = rt0->dst.rt6_next;
David S. Millerf11e6652007-03-24 20:36:25 -0700747
YOSHIFUJI Hideaki554cfb72006-03-20 17:00:26 -0800748 /* no entries matched; do round-robin */
David S. Millerf11e6652007-03-24 20:36:25 -0700749 if (!next || next->rt6i_metric != rt0->rt6i_metric)
750 next = fn->leaf;
751
752 if (next != rt0)
753 fn->rr_ptr = next;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754 }
755
David S. Millerd1918542011-12-28 20:19:20 -0500756 net = dev_net(rt0->dst.dev);
Eric Dumazeta02cec22010-09-22 20:43:57 +0000757 return match ? match : net->ipv6.ip6_null_entry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700758}
759
Martin KaFai Lau8b9df262015-05-22 20:55:59 -0700760static bool rt6_is_gw_or_nonexthop(const struct rt6_info *rt)
761{
762 return (rt->rt6i_flags & (RTF_NONEXTHOP | RTF_GATEWAY));
763}
764
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -0800765#ifdef CONFIG_IPV6_ROUTE_INFO
766int rt6_route_rcv(struct net_device *dev, u8 *opt, int len,
Eric Dumazetb71d1d42011-04-22 04:53:02 +0000767 const struct in6_addr *gwaddr)
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -0800768{
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +0900769 struct net *net = dev_net(dev);
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -0800770 struct route_info *rinfo = (struct route_info *) opt;
771 struct in6_addr prefix_buf, *prefix;
772 unsigned int pref;
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +0900773 unsigned long lifetime;
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -0800774 struct rt6_info *rt;
775
776 if (len < sizeof(struct route_info)) {
777 return -EINVAL;
778 }
779
780 /* Sanity check for prefix_len and length */
781 if (rinfo->length > 3) {
782 return -EINVAL;
783 } else if (rinfo->prefix_len > 128) {
784 return -EINVAL;
785 } else if (rinfo->prefix_len > 64) {
786 if (rinfo->length < 2) {
787 return -EINVAL;
788 }
789 } else if (rinfo->prefix_len > 0) {
790 if (rinfo->length < 1) {
791 return -EINVAL;
792 }
793 }
794
795 pref = rinfo->route_pref;
796 if (pref == ICMPV6_ROUTER_PREF_INVALID)
Jens Rosenboom3933fc92009-09-10 06:25:11 +0000797 return -EINVAL;
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -0800798
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +0900799 lifetime = addrconf_timeout_fixup(ntohl(rinfo->lifetime), HZ);
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -0800800
801 if (rinfo->length == 3)
802 prefix = (struct in6_addr *)rinfo->prefix;
803 else {
804 /* this function is safe */
805 ipv6_addr_prefix(&prefix_buf,
806 (struct in6_addr *)rinfo->prefix,
807 rinfo->prefix_len);
808 prefix = &prefix_buf;
809 }
810
Duan Jiongf104a562013-11-08 09:56:53 +0800811 if (rinfo->prefix_len == 0)
812 rt = rt6_get_dflt_router(gwaddr, dev);
813 else
814 rt = rt6_get_route_info(net, prefix, rinfo->prefix_len,
815 gwaddr, dev->ifindex);
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -0800816
817 if (rt && !lifetime) {
Thomas Grafe0a1ad732006-08-22 00:00:21 -0700818 ip6_del_rt(rt);
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -0800819 rt = NULL;
820 }
821
822 if (!rt && lifetime)
Daniel Lezcanoefa2cea2008-03-04 13:46:48 -0800823 rt = rt6_add_route_info(net, prefix, rinfo->prefix_len, gwaddr, dev->ifindex,
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -0800824 pref);
825 else if (rt)
826 rt->rt6i_flags = RTF_ROUTEINFO |
827 (rt->rt6i_flags & ~RTF_PREF_MASK) | RTF_PREF(pref);
828
829 if (rt) {
Gao feng1716a962012-04-06 00:13:10 +0000830 if (!addrconf_finite_timeout(lifetime))
831 rt6_clean_expires(rt);
832 else
833 rt6_set_expires(rt, jiffies + HZ * lifetime);
834
Amerigo Wang94e187c2012-10-29 00:13:19 +0000835 ip6_rt_put(rt);
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -0800836 }
837 return 0;
838}
839#endif
840
Martin KaFai Laua3c00e42014-10-20 13:42:43 -0700841static struct fib6_node* fib6_backtrack(struct fib6_node *fn,
842 struct in6_addr *saddr)
843{
844 struct fib6_node *pn;
845 while (1) {
846 if (fn->fn_flags & RTN_TL_ROOT)
847 return NULL;
848 pn = fn->parent;
849 if (FIB6_SUBTREE(pn) && FIB6_SUBTREE(pn) != fn)
850 fn = fib6_lookup(FIB6_SUBTREE(pn), NULL, saddr);
851 else
852 fn = pn;
853 if (fn->fn_flags & RTN_RTINFO)
854 return fn;
855 }
856}
Thomas Grafc71099a2006-08-04 23:20:06 -0700857
Daniel Lezcano8ed67782008-03-04 13:48:30 -0800858static struct rt6_info *ip6_pol_route_lookup(struct net *net,
859 struct fib6_table *table,
David S. Miller4c9483b2011-03-12 16:22:43 -0500860 struct flowi6 *fl6, int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861{
862 struct fib6_node *fn;
863 struct rt6_info *rt;
864
Thomas Grafc71099a2006-08-04 23:20:06 -0700865 read_lock_bh(&table->tb6_lock);
David S. Miller4c9483b2011-03-12 16:22:43 -0500866 fn = fib6_lookup(&table->tb6_root, &fl6->daddr, &fl6->saddr);
Thomas Grafc71099a2006-08-04 23:20:06 -0700867restart:
868 rt = fn->leaf;
David S. Miller4c9483b2011-03-12 16:22:43 -0500869 rt = rt6_device_match(net, rt, &fl6->saddr, fl6->flowi6_oif, flags);
Nicolas Dichtel51ebd312012-10-22 03:42:09 +0000870 if (rt->rt6i_nsiblings && fl6->flowi6_oif == 0)
Nicolas Dichtel52bd4c02013-06-28 17:35:48 +0200871 rt = rt6_multipath_select(rt, fl6, fl6->flowi6_oif, flags);
Martin KaFai Laua3c00e42014-10-20 13:42:43 -0700872 if (rt == net->ipv6.ip6_null_entry) {
873 fn = fib6_backtrack(fn, &fl6->saddr);
874 if (fn)
875 goto restart;
876 }
Changli Gaod8d1f302010-06-10 23:31:35 -0700877 dst_use(&rt->dst, jiffies);
Thomas Grafc71099a2006-08-04 23:20:06 -0700878 read_unlock_bh(&table->tb6_lock);
Thomas Grafc71099a2006-08-04 23:20:06 -0700879 return rt;
880
881}
882
Ian Morris67ba4152014-08-24 21:53:10 +0100883struct dst_entry *ip6_route_lookup(struct net *net, struct flowi6 *fl6,
Florian Westphalea6e5742011-09-05 16:05:44 +0200884 int flags)
885{
886 return fib6_rule_lookup(net, fl6, flags, ip6_pol_route_lookup);
887}
888EXPORT_SYMBOL_GPL(ip6_route_lookup);
889
YOSHIFUJI Hideaki9acd9f32008-04-10 15:42:10 +0900890struct rt6_info *rt6_lookup(struct net *net, const struct in6_addr *daddr,
891 const struct in6_addr *saddr, int oif, int strict)
Thomas Grafc71099a2006-08-04 23:20:06 -0700892{
David S. Miller4c9483b2011-03-12 16:22:43 -0500893 struct flowi6 fl6 = {
894 .flowi6_oif = oif,
895 .daddr = *daddr,
Thomas Grafc71099a2006-08-04 23:20:06 -0700896 };
897 struct dst_entry *dst;
YOSHIFUJI Hideaki77d16f42006-08-23 17:25:05 -0700898 int flags = strict ? RT6_LOOKUP_F_IFACE : 0;
Thomas Grafc71099a2006-08-04 23:20:06 -0700899
Thomas Grafadaa70b2006-10-13 15:01:03 -0700900 if (saddr) {
David S. Miller4c9483b2011-03-12 16:22:43 -0500901 memcpy(&fl6.saddr, saddr, sizeof(*saddr));
Thomas Grafadaa70b2006-10-13 15:01:03 -0700902 flags |= RT6_LOOKUP_F_HAS_SADDR;
903 }
904
David S. Miller4c9483b2011-03-12 16:22:43 -0500905 dst = fib6_rule_lookup(net, &fl6, flags, ip6_pol_route_lookup);
Thomas Grafc71099a2006-08-04 23:20:06 -0700906 if (dst->error == 0)
907 return (struct rt6_info *) dst;
908
909 dst_release(dst);
910
Linus Torvalds1da177e2005-04-16 15:20:36 -0700911 return NULL;
912}
YOSHIFUJI Hideaki71590392007-02-22 22:05:40 +0900913EXPORT_SYMBOL(rt6_lookup);
914
Thomas Grafc71099a2006-08-04 23:20:06 -0700915/* ip6_ins_rt is called with FREE table->tb6_lock.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700916 It takes new route entry, the addition fails by any reason the
917 route is freed. In any case, if caller does not hold it, it may
918 be destroyed.
919 */
920
Michal Kubečeke5fd3872014-03-27 13:04:08 +0100921static int __ip6_ins_rt(struct rt6_info *rt, struct nl_info *info,
Florian Westphale715b6d2015-01-05 23:57:44 +0100922 struct mx6_config *mxc)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923{
924 int err;
Thomas Grafc71099a2006-08-04 23:20:06 -0700925 struct fib6_table *table;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700926
Thomas Grafc71099a2006-08-04 23:20:06 -0700927 table = rt->rt6i_table;
928 write_lock_bh(&table->tb6_lock);
Florian Westphale715b6d2015-01-05 23:57:44 +0100929 err = fib6_add(&table->tb6_root, rt, info, mxc);
Thomas Grafc71099a2006-08-04 23:20:06 -0700930 write_unlock_bh(&table->tb6_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700931
932 return err;
933}
934
Thomas Graf40e22e82006-08-22 00:00:45 -0700935int ip6_ins_rt(struct rt6_info *rt)
936{
Florian Westphale715b6d2015-01-05 23:57:44 +0100937 struct nl_info info = { .nl_net = dev_net(rt->dst.dev), };
938 struct mx6_config mxc = { .mx = NULL, };
939
940 return __ip6_ins_rt(rt, &info, &mxc);
Thomas Graf40e22e82006-08-22 00:00:45 -0700941}
942
Martin KaFai Lau8b9df262015-05-22 20:55:59 -0700943static struct rt6_info *ip6_rt_cache_alloc(struct rt6_info *ort,
944 const struct in6_addr *daddr,
945 const struct in6_addr *saddr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700946{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700947 struct rt6_info *rt;
948
949 /*
950 * Clone the route.
951 */
952
Martin KaFai Laud52d3992015-05-22 20:56:06 -0700953 if (ort->rt6i_flags & (RTF_CACHE | RTF_PCPU))
Martin KaFai Lau83a09ab2015-05-22 20:56:05 -0700954 ort = (struct rt6_info *)ort->dst.from;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700955
Martin KaFai Laud52d3992015-05-22 20:56:06 -0700956 rt = __ip6_dst_alloc(dev_net(ort->dst.dev), ort->dst.dev,
957 0, ort->rt6i_table);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958
Martin KaFai Lau83a09ab2015-05-22 20:56:05 -0700959 if (!rt)
960 return NULL;
961
962 ip6_rt_copy_init(rt, ort);
963 rt->rt6i_flags |= RTF_CACHE;
964 rt->rt6i_metric = 0;
965 rt->dst.flags |= DST_HOST;
966 rt->rt6i_dst.addr = *daddr;
967 rt->rt6i_dst.plen = 128;
968
969 if (!rt6_is_gw_or_nonexthop(ort)) {
970 if (ort->rt6i_dst.plen != 128 &&
971 ipv6_addr_equal(&ort->rt6i_dst.addr, daddr))
972 rt->rt6i_flags |= RTF_ANYCAST;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973#ifdef CONFIG_IPV6_SUBTREES
Martin KaFai Lau83a09ab2015-05-22 20:56:05 -0700974 if (rt->rt6i_src.plen && saddr) {
975 rt->rt6i_src.addr = *saddr;
976 rt->rt6i_src.plen = 128;
Martin KaFai Lau8b9df262015-05-22 20:55:59 -0700977 }
Martin KaFai Lau83a09ab2015-05-22 20:56:05 -0700978#endif
YOSHIFUJI Hideaki95a9a5b2006-03-20 16:55:51 -0800979 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700980
YOSHIFUJI Hideaki95a9a5b2006-03-20 16:55:51 -0800981 return rt;
982}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700983
Martin KaFai Laud52d3992015-05-22 20:56:06 -0700984static struct rt6_info *ip6_rt_pcpu_alloc(struct rt6_info *rt)
985{
986 struct rt6_info *pcpu_rt;
987
988 pcpu_rt = __ip6_dst_alloc(dev_net(rt->dst.dev),
989 rt->dst.dev, rt->dst.flags,
990 rt->rt6i_table);
991
992 if (!pcpu_rt)
993 return NULL;
994 ip6_rt_copy_init(pcpu_rt, rt);
995 pcpu_rt->rt6i_protocol = rt->rt6i_protocol;
996 pcpu_rt->rt6i_flags |= RTF_PCPU;
997 return pcpu_rt;
998}
999
1000/* It should be called with read_lock_bh(&tb6_lock) acquired */
1001static struct rt6_info *rt6_get_pcpu_route(struct rt6_info *rt)
1002{
1003 struct rt6_info *pcpu_rt, *prev, **p;
1004
1005 p = this_cpu_ptr(rt->rt6i_pcpu);
1006 pcpu_rt = *p;
1007
1008 if (pcpu_rt)
1009 goto done;
1010
1011 pcpu_rt = ip6_rt_pcpu_alloc(rt);
1012 if (!pcpu_rt) {
1013 struct net *net = dev_net(rt->dst.dev);
1014
1015 pcpu_rt = net->ipv6.ip6_null_entry;
1016 goto done;
1017 }
1018
1019 prev = cmpxchg(p, NULL, pcpu_rt);
1020 if (prev) {
1021 /* If someone did it before us, return prev instead */
1022 dst_destroy(&pcpu_rt->dst);
1023 pcpu_rt = prev;
1024 }
1025
1026done:
1027 dst_hold(&pcpu_rt->dst);
1028 rt6_dst_from_metrics_check(pcpu_rt);
1029 return pcpu_rt;
1030}
1031
Daniel Lezcano8ed67782008-03-04 13:48:30 -08001032static struct rt6_info *ip6_pol_route(struct net *net, struct fib6_table *table, int oif,
David S. Miller4c9483b2011-03-12 16:22:43 -05001033 struct flowi6 *fl6, int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034{
Martin KaFai Lau367efcb2014-10-20 13:42:45 -07001035 struct fib6_node *fn, *saved_fn;
Martin KaFai Lau45e4fd22015-05-22 20:56:00 -07001036 struct rt6_info *rt;
Thomas Grafc71099a2006-08-04 23:20:06 -07001037 int strict = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001038
YOSHIFUJI Hideaki77d16f42006-08-23 17:25:05 -07001039 strict |= flags & RT6_LOOKUP_F_IFACE;
Martin KaFai Lau367efcb2014-10-20 13:42:45 -07001040 if (net->ipv6.devconf_all->forwarding == 0)
1041 strict |= RT6_LOOKUP_F_REACHABLE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001042
Thomas Grafc71099a2006-08-04 23:20:06 -07001043 read_lock_bh(&table->tb6_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001044
David S. Miller4c9483b2011-03-12 16:22:43 -05001045 fn = fib6_lookup(&table->tb6_root, &fl6->daddr, &fl6->saddr);
Martin KaFai Lau367efcb2014-10-20 13:42:45 -07001046 saved_fn = fn;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047
Martin KaFai Laua3c00e42014-10-20 13:42:43 -07001048redo_rt6_select:
Martin KaFai Lau367efcb2014-10-20 13:42:45 -07001049 rt = rt6_select(fn, oif, strict);
Nicolas Dichtel52bd4c02013-06-28 17:35:48 +02001050 if (rt->rt6i_nsiblings)
Martin KaFai Lau367efcb2014-10-20 13:42:45 -07001051 rt = rt6_multipath_select(rt, fl6, oif, strict);
Martin KaFai Laua3c00e42014-10-20 13:42:43 -07001052 if (rt == net->ipv6.ip6_null_entry) {
1053 fn = fib6_backtrack(fn, &fl6->saddr);
1054 if (fn)
1055 goto redo_rt6_select;
Martin KaFai Lau367efcb2014-10-20 13:42:45 -07001056 else if (strict & RT6_LOOKUP_F_REACHABLE) {
1057 /* also consider unreachable route */
1058 strict &= ~RT6_LOOKUP_F_REACHABLE;
1059 fn = saved_fn;
1060 goto redo_rt6_select;
Martin KaFai Lau367efcb2014-10-20 13:42:45 -07001061 }
Martin KaFai Laua3c00e42014-10-20 13:42:43 -07001062 }
1063
YOSHIFUJI Hideakifb9de912006-03-20 16:59:08 -08001064
Martin KaFai Lau3da59bd2015-05-22 20:56:03 -07001065 if (rt == net->ipv6.ip6_null_entry || (rt->rt6i_flags & RTF_CACHE)) {
Martin KaFai Laud52d3992015-05-22 20:56:06 -07001066 dst_use(&rt->dst, jiffies);
1067 read_unlock_bh(&table->tb6_lock);
1068
1069 rt6_dst_from_metrics_check(rt);
1070 return rt;
Martin KaFai Lau3da59bd2015-05-22 20:56:03 -07001071 } else if (unlikely((fl6->flowi6_flags & FLOWI_FLAG_KNOWN_NH) &&
1072 !(rt->rt6i_flags & RTF_GATEWAY))) {
1073 /* Create a RTF_CACHE clone which will not be
1074 * owned by the fib6 tree. It is for the special case where
1075 * the daddr in the skb during the neighbor look-up is different
1076 * from the fl6->daddr used to look-up route here.
1077 */
Thomas Grafc71099a2006-08-04 23:20:06 -07001078
Martin KaFai Lau3da59bd2015-05-22 20:56:03 -07001079 struct rt6_info *uncached_rt;
1080
Martin KaFai Laud52d3992015-05-22 20:56:06 -07001081 dst_use(&rt->dst, jiffies);
1082 read_unlock_bh(&table->tb6_lock);
1083
Martin KaFai Lau3da59bd2015-05-22 20:56:03 -07001084 uncached_rt = ip6_rt_cache_alloc(rt, &fl6->daddr, NULL);
1085 dst_release(&rt->dst);
1086
1087 if (uncached_rt)
Martin KaFai Lau8d0b94a2015-05-22 20:56:04 -07001088 rt6_uncached_list_add(uncached_rt);
Martin KaFai Lau3da59bd2015-05-22 20:56:03 -07001089 else
1090 uncached_rt = net->ipv6.ip6_null_entry;
Martin KaFai Laud52d3992015-05-22 20:56:06 -07001091
Martin KaFai Lau3da59bd2015-05-22 20:56:03 -07001092 dst_hold(&uncached_rt->dst);
1093 return uncached_rt;
Martin KaFai Lau3da59bd2015-05-22 20:56:03 -07001094
Martin KaFai Laud52d3992015-05-22 20:56:06 -07001095 } else {
1096 /* Get a percpu copy */
1097
1098 struct rt6_info *pcpu_rt;
1099
1100 rt->dst.lastuse = jiffies;
1101 rt->dst.__use++;
1102 pcpu_rt = rt6_get_pcpu_route(rt);
1103 read_unlock_bh(&table->tb6_lock);
1104
1105 return pcpu_rt;
1106 }
Thomas Grafc71099a2006-08-04 23:20:06 -07001107}
1108
Daniel Lezcano8ed67782008-03-04 13:48:30 -08001109static struct rt6_info *ip6_pol_route_input(struct net *net, struct fib6_table *table,
David S. Miller4c9483b2011-03-12 16:22:43 -05001110 struct flowi6 *fl6, int flags)
Pavel Emelyanov4acad722007-10-15 13:02:51 -07001111{
David S. Miller4c9483b2011-03-12 16:22:43 -05001112 return ip6_pol_route(net, table, fl6->flowi6_iif, fl6, flags);
Pavel Emelyanov4acad722007-10-15 13:02:51 -07001113}
1114
Shmulik Ladkani72331bc2012-04-01 04:03:45 +00001115static struct dst_entry *ip6_route_input_lookup(struct net *net,
1116 struct net_device *dev,
1117 struct flowi6 *fl6, int flags)
1118{
1119 if (rt6_need_strict(&fl6->daddr) && dev->type != ARPHRD_PIMREG)
1120 flags |= RT6_LOOKUP_F_IFACE;
1121
1122 return fib6_rule_lookup(net, fl6, flags, ip6_pol_route_input);
1123}
1124
Thomas Grafc71099a2006-08-04 23:20:06 -07001125void ip6_route_input(struct sk_buff *skb)
1126{
Eric Dumazetb71d1d42011-04-22 04:53:02 +00001127 const struct ipv6hdr *iph = ipv6_hdr(skb);
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09001128 struct net *net = dev_net(skb->dev);
Thomas Grafadaa70b2006-10-13 15:01:03 -07001129 int flags = RT6_LOOKUP_F_HAS_SADDR;
David S. Miller4c9483b2011-03-12 16:22:43 -05001130 struct flowi6 fl6 = {
1131 .flowi6_iif = skb->dev->ifindex,
1132 .daddr = iph->daddr,
1133 .saddr = iph->saddr,
YOSHIFUJI Hideaki / 吉藤英明6502ca52013-01-13 05:01:51 +00001134 .flowlabel = ip6_flowinfo(iph),
David S. Miller4c9483b2011-03-12 16:22:43 -05001135 .flowi6_mark = skb->mark,
1136 .flowi6_proto = iph->nexthdr,
Thomas Grafc71099a2006-08-04 23:20:06 -07001137 };
Thomas Grafadaa70b2006-10-13 15:01:03 -07001138
Shmulik Ladkani72331bc2012-04-01 04:03:45 +00001139 skb_dst_set(skb, ip6_route_input_lookup(net, skb->dev, &fl6, flags));
Thomas Grafc71099a2006-08-04 23:20:06 -07001140}
1141
Daniel Lezcano8ed67782008-03-04 13:48:30 -08001142static struct rt6_info *ip6_pol_route_output(struct net *net, struct fib6_table *table,
David S. Miller4c9483b2011-03-12 16:22:43 -05001143 struct flowi6 *fl6, int flags)
Thomas Grafc71099a2006-08-04 23:20:06 -07001144{
David S. Miller4c9483b2011-03-12 16:22:43 -05001145 return ip6_pol_route(net, table, fl6->flowi6_oif, fl6, flags);
Thomas Grafc71099a2006-08-04 23:20:06 -07001146}
1147
Ian Morris67ba4152014-08-24 21:53:10 +01001148struct dst_entry *ip6_route_output(struct net *net, const struct sock *sk,
David S. Miller4c9483b2011-03-12 16:22:43 -05001149 struct flowi6 *fl6)
Thomas Grafc71099a2006-08-04 23:20:06 -07001150{
1151 int flags = 0;
1152
Pavel Emelyanov1fb94892012-08-08 21:53:36 +00001153 fl6->flowi6_iif = LOOPBACK_IFINDEX;
David McCullough4dc27d1c2012-06-25 15:42:26 +00001154
David S. Miller4c9483b2011-03-12 16:22:43 -05001155 if ((sk && sk->sk_bound_dev_if) || rt6_need_strict(&fl6->daddr))
YOSHIFUJI Hideaki77d16f42006-08-23 17:25:05 -07001156 flags |= RT6_LOOKUP_F_IFACE;
Thomas Grafc71099a2006-08-04 23:20:06 -07001157
David S. Miller4c9483b2011-03-12 16:22:43 -05001158 if (!ipv6_addr_any(&fl6->saddr))
Thomas Grafadaa70b2006-10-13 15:01:03 -07001159 flags |= RT6_LOOKUP_F_HAS_SADDR;
YOSHIFUJI Hideaki / 吉藤英明0c9a2ac2010-03-07 00:14:44 +00001160 else if (sk)
1161 flags |= rt6_srcprefs2flags(inet6_sk(sk)->srcprefs);
Thomas Grafadaa70b2006-10-13 15:01:03 -07001162
David S. Miller4c9483b2011-03-12 16:22:43 -05001163 return fib6_rule_lookup(net, fl6, flags, ip6_pol_route_output);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001164}
YOSHIFUJI Hideaki71590392007-02-22 22:05:40 +09001165EXPORT_SYMBOL(ip6_route_output);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166
David S. Miller2774c132011-03-01 14:59:04 -08001167struct dst_entry *ip6_blackhole_route(struct net *net, struct dst_entry *dst_orig)
David S. Miller14e50e52007-05-24 18:17:54 -07001168{
David S. Miller5c1e6aa2011-04-28 14:13:38 -07001169 struct rt6_info *rt, *ort = (struct rt6_info *) dst_orig;
David S. Miller14e50e52007-05-24 18:17:54 -07001170 struct dst_entry *new = NULL;
1171
David S. Millerf5b0a872012-07-19 12:31:33 -07001172 rt = dst_alloc(&ip6_dst_blackhole_ops, ort->dst.dev, 1, DST_OBSOLETE_NONE, 0);
David S. Miller14e50e52007-05-24 18:17:54 -07001173 if (rt) {
Changli Gaod8d1f302010-06-10 23:31:35 -07001174 new = &rt->dst;
David S. Miller14e50e52007-05-24 18:17:54 -07001175
Steffen Klassert81048912012-07-05 23:37:09 +00001176 memset(new + 1, 0, sizeof(*rt) - sizeof(*new));
Steffen Klassert81048912012-07-05 23:37:09 +00001177
David S. Miller14e50e52007-05-24 18:17:54 -07001178 new->__use = 1;
Herbert Xu352e5122007-11-13 21:34:06 -08001179 new->input = dst_discard;
Eric Dumazetaad88722014-04-15 13:47:15 -04001180 new->output = dst_discard_sk;
David S. Miller14e50e52007-05-24 18:17:54 -07001181
Eric Dumazet21efcfa2011-07-19 20:18:36 +00001182 if (dst_metrics_read_only(&ort->dst))
1183 new->_metrics = ort->dst._metrics;
1184 else
1185 dst_copy_metrics(new, &ort->dst);
David S. Miller14e50e52007-05-24 18:17:54 -07001186 rt->rt6i_idev = ort->rt6i_idev;
1187 if (rt->rt6i_idev)
1188 in6_dev_hold(rt->rt6i_idev);
David S. Miller14e50e52007-05-24 18:17:54 -07001189
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00001190 rt->rt6i_gateway = ort->rt6i_gateway;
Gao feng1716a962012-04-06 00:13:10 +00001191 rt->rt6i_flags = ort->rt6i_flags;
David S. Miller14e50e52007-05-24 18:17:54 -07001192 rt->rt6i_metric = 0;
1193
1194 memcpy(&rt->rt6i_dst, &ort->rt6i_dst, sizeof(struct rt6key));
1195#ifdef CONFIG_IPV6_SUBTREES
1196 memcpy(&rt->rt6i_src, &ort->rt6i_src, sizeof(struct rt6key));
1197#endif
1198
1199 dst_free(new);
1200 }
1201
David S. Miller69ead7a2011-03-01 14:45:33 -08001202 dst_release(dst_orig);
1203 return new ? new : ERR_PTR(-ENOMEM);
David S. Miller14e50e52007-05-24 18:17:54 -07001204}
David S. Miller14e50e52007-05-24 18:17:54 -07001205
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206/*
1207 * Destination cache support functions
1208 */
1209
Martin KaFai Lau4b32b5a2015-04-28 13:03:06 -07001210static void rt6_dst_from_metrics_check(struct rt6_info *rt)
1211{
1212 if (rt->dst.from &&
1213 dst_metrics_ptr(&rt->dst) != dst_metrics_ptr(rt->dst.from))
1214 dst_init_metrics(&rt->dst, dst_metrics_ptr(rt->dst.from), true);
1215}
1216
Martin KaFai Lau3da59bd2015-05-22 20:56:03 -07001217static struct dst_entry *rt6_check(struct rt6_info *rt, u32 cookie)
1218{
1219 if (!rt->rt6i_node || (rt->rt6i_node->fn_sernum != cookie))
1220 return NULL;
1221
1222 if (rt6_check_expired(rt))
1223 return NULL;
1224
1225 return &rt->dst;
1226}
1227
1228static struct dst_entry *rt6_dst_from_check(struct rt6_info *rt, u32 cookie)
1229{
1230 if (rt->dst.obsolete == DST_OBSOLETE_FORCE_CHK &&
1231 rt6_check((struct rt6_info *)(rt->dst.from), cookie))
1232 return &rt->dst;
1233 else
1234 return NULL;
1235}
1236
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237static struct dst_entry *ip6_dst_check(struct dst_entry *dst, u32 cookie)
1238{
1239 struct rt6_info *rt;
1240
1241 rt = (struct rt6_info *) dst;
1242
Nicolas Dichtel6f3118b2012-09-10 22:09:46 +00001243 /* All IPV6 dsts are created with ->obsolete set to the value
1244 * DST_OBSOLETE_FORCE_CHK which forces validation calls down
1245 * into this function always.
1246 */
Hannes Frederic Sowae3bc10b2013-10-24 07:48:24 +02001247
Martin KaFai Lau4b32b5a2015-04-28 13:03:06 -07001248 rt6_dst_from_metrics_check(rt);
1249
Martin KaFai Laud52d3992015-05-22 20:56:06 -07001250 if ((rt->rt6i_flags & RTF_PCPU) || unlikely(dst->flags & DST_NOCACHE))
Martin KaFai Lau3da59bd2015-05-22 20:56:03 -07001251 return rt6_dst_from_check(rt, cookie);
1252 else
1253 return rt6_check(rt, cookie);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001254}
1255
1256static struct dst_entry *ip6_negative_advice(struct dst_entry *dst)
1257{
1258 struct rt6_info *rt = (struct rt6_info *) dst;
1259
1260 if (rt) {
YOSHIFUJI Hideaki / 吉藤英明54c1a852010-03-28 07:15:45 +00001261 if (rt->rt6i_flags & RTF_CACHE) {
1262 if (rt6_check_expired(rt)) {
1263 ip6_del_rt(rt);
1264 dst = NULL;
1265 }
1266 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001267 dst_release(dst);
YOSHIFUJI Hideaki / 吉藤英明54c1a852010-03-28 07:15:45 +00001268 dst = NULL;
1269 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001270 }
YOSHIFUJI Hideaki / 吉藤英明54c1a852010-03-28 07:15:45 +00001271 return dst;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272}
1273
1274static void ip6_link_failure(struct sk_buff *skb)
1275{
1276 struct rt6_info *rt;
1277
Alexey Dobriyan3ffe5332010-02-18 08:25:24 +00001278 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001279
Eric Dumazetadf30902009-06-02 05:19:30 +00001280 rt = (struct rt6_info *) skb_dst(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281 if (rt) {
Hannes Frederic Sowa1eb4f752013-07-10 23:00:57 +02001282 if (rt->rt6i_flags & RTF_CACHE) {
1283 dst_hold(&rt->dst);
1284 if (ip6_del_rt(rt))
1285 dst_free(&rt->dst);
1286 } else if (rt->rt6i_node && (rt->rt6i_flags & RTF_DEFAULT)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001287 rt->rt6i_node->fn_sernum = -1;
Hannes Frederic Sowa1eb4f752013-07-10 23:00:57 +02001288 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001289 }
1290}
1291
Martin KaFai Lau45e4fd22015-05-22 20:56:00 -07001292static void rt6_do_update_pmtu(struct rt6_info *rt, u32 mtu)
1293{
1294 struct net *net = dev_net(rt->dst.dev);
1295
1296 rt->rt6i_flags |= RTF_MODIFIED;
1297 rt->rt6i_pmtu = mtu;
1298 rt6_update_expires(rt, net->ipv6.sysctl.ip6_rt_mtu_expires);
1299}
1300
1301static void __ip6_rt_update_pmtu(struct dst_entry *dst, const struct sock *sk,
1302 const struct ipv6hdr *iph, u32 mtu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001303{
Ian Morris67ba4152014-08-24 21:53:10 +01001304 struct rt6_info *rt6 = (struct rt6_info *)dst;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001305
Martin KaFai Lau45e4fd22015-05-22 20:56:00 -07001306 if (rt6->rt6i_flags & RTF_LOCAL)
1307 return;
1308
David S. Miller81aded22012-06-15 14:54:11 -07001309 dst_confirm(dst);
Martin KaFai Lau45e4fd22015-05-22 20:56:00 -07001310 mtu = max_t(u32, mtu, IPV6_MIN_MTU);
1311 if (mtu >= dst_mtu(dst))
1312 return;
David S. Miller81aded22012-06-15 14:54:11 -07001313
Martin KaFai Lau45e4fd22015-05-22 20:56:00 -07001314 if (rt6->rt6i_flags & RTF_CACHE) {
1315 rt6_do_update_pmtu(rt6, mtu);
1316 } else {
1317 const struct in6_addr *daddr, *saddr;
1318 struct rt6_info *nrt6;
Hagen Paul Pfeifer9d289712015-01-15 22:34:25 +01001319
Martin KaFai Lau45e4fd22015-05-22 20:56:00 -07001320 if (iph) {
1321 daddr = &iph->daddr;
1322 saddr = &iph->saddr;
1323 } else if (sk) {
1324 daddr = &sk->sk_v6_daddr;
1325 saddr = &inet6_sk(sk)->saddr;
1326 } else {
1327 return;
1328 }
1329 nrt6 = ip6_rt_cache_alloc(rt6, daddr, saddr);
1330 if (nrt6) {
1331 rt6_do_update_pmtu(nrt6, mtu);
1332
1333 /* ip6_ins_rt(nrt6) will bump the
1334 * rt6->rt6i_node->fn_sernum
1335 * which will fail the next rt6_check() and
1336 * invalidate the sk->sk_dst_cache.
1337 */
1338 ip6_ins_rt(nrt6);
1339 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340 }
1341}
1342
Martin KaFai Lau45e4fd22015-05-22 20:56:00 -07001343static void ip6_rt_update_pmtu(struct dst_entry *dst, struct sock *sk,
1344 struct sk_buff *skb, u32 mtu)
1345{
1346 __ip6_rt_update_pmtu(dst, sk, skb ? ipv6_hdr(skb) : NULL, mtu);
1347}
1348
David S. Miller42ae66c2012-06-15 20:01:57 -07001349void ip6_update_pmtu(struct sk_buff *skb, struct net *net, __be32 mtu,
1350 int oif, u32 mark)
David S. Miller81aded22012-06-15 14:54:11 -07001351{
1352 const struct ipv6hdr *iph = (struct ipv6hdr *) skb->data;
1353 struct dst_entry *dst;
1354 struct flowi6 fl6;
1355
1356 memset(&fl6, 0, sizeof(fl6));
1357 fl6.flowi6_oif = oif;
Lorenzo Colitti1b3c61d2014-05-13 10:17:34 -07001358 fl6.flowi6_mark = mark ? mark : IP6_REPLY_MARK(net, skb->mark);
David S. Miller81aded22012-06-15 14:54:11 -07001359 fl6.daddr = iph->daddr;
1360 fl6.saddr = iph->saddr;
YOSHIFUJI Hideaki / 吉藤英明6502ca52013-01-13 05:01:51 +00001361 fl6.flowlabel = ip6_flowinfo(iph);
David S. Miller81aded22012-06-15 14:54:11 -07001362
1363 dst = ip6_route_output(net, NULL, &fl6);
1364 if (!dst->error)
Martin KaFai Lau45e4fd22015-05-22 20:56:00 -07001365 __ip6_rt_update_pmtu(dst, NULL, iph, ntohl(mtu));
David S. Miller81aded22012-06-15 14:54:11 -07001366 dst_release(dst);
1367}
1368EXPORT_SYMBOL_GPL(ip6_update_pmtu);
1369
1370void ip6_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, __be32 mtu)
1371{
1372 ip6_update_pmtu(skb, sock_net(sk), mtu,
1373 sk->sk_bound_dev_if, sk->sk_mark);
1374}
1375EXPORT_SYMBOL_GPL(ip6_sk_update_pmtu);
1376
Duan Jiongb55b76b2013-09-04 19:44:21 +08001377/* Handle redirects */
1378struct ip6rd_flowi {
1379 struct flowi6 fl6;
1380 struct in6_addr gateway;
1381};
1382
1383static struct rt6_info *__ip6_route_redirect(struct net *net,
1384 struct fib6_table *table,
1385 struct flowi6 *fl6,
1386 int flags)
1387{
1388 struct ip6rd_flowi *rdfl = (struct ip6rd_flowi *)fl6;
1389 struct rt6_info *rt;
1390 struct fib6_node *fn;
1391
1392 /* Get the "current" route for this destination and
1393 * check if the redirect has come from approriate router.
1394 *
1395 * RFC 4861 specifies that redirects should only be
1396 * accepted if they come from the nexthop to the target.
1397 * Due to the way the routes are chosen, this notion
1398 * is a bit fuzzy and one might need to check all possible
1399 * routes.
1400 */
1401
1402 read_lock_bh(&table->tb6_lock);
1403 fn = fib6_lookup(&table->tb6_root, &fl6->daddr, &fl6->saddr);
1404restart:
1405 for (rt = fn->leaf; rt; rt = rt->dst.rt6_next) {
1406 if (rt6_check_expired(rt))
1407 continue;
1408 if (rt->dst.error)
1409 break;
1410 if (!(rt->rt6i_flags & RTF_GATEWAY))
1411 continue;
1412 if (fl6->flowi6_oif != rt->dst.dev->ifindex)
1413 continue;
1414 if (!ipv6_addr_equal(&rdfl->gateway, &rt->rt6i_gateway))
1415 continue;
1416 break;
1417 }
1418
1419 if (!rt)
1420 rt = net->ipv6.ip6_null_entry;
1421 else if (rt->dst.error) {
1422 rt = net->ipv6.ip6_null_entry;
Martin KaFai Laub0a1ba52015-01-20 19:16:02 -08001423 goto out;
1424 }
1425
1426 if (rt == net->ipv6.ip6_null_entry) {
Martin KaFai Laua3c00e42014-10-20 13:42:43 -07001427 fn = fib6_backtrack(fn, &fl6->saddr);
1428 if (fn)
1429 goto restart;
Duan Jiongb55b76b2013-09-04 19:44:21 +08001430 }
Martin KaFai Laua3c00e42014-10-20 13:42:43 -07001431
Martin KaFai Laub0a1ba52015-01-20 19:16:02 -08001432out:
Duan Jiongb55b76b2013-09-04 19:44:21 +08001433 dst_hold(&rt->dst);
1434
1435 read_unlock_bh(&table->tb6_lock);
1436
1437 return rt;
1438};
1439
1440static struct dst_entry *ip6_route_redirect(struct net *net,
1441 const struct flowi6 *fl6,
1442 const struct in6_addr *gateway)
1443{
1444 int flags = RT6_LOOKUP_F_HAS_SADDR;
1445 struct ip6rd_flowi rdfl;
1446
1447 rdfl.fl6 = *fl6;
1448 rdfl.gateway = *gateway;
1449
1450 return fib6_rule_lookup(net, &rdfl.fl6,
1451 flags, __ip6_route_redirect);
1452}
1453
David S. Miller3a5ad2e2012-07-12 00:08:07 -07001454void ip6_redirect(struct sk_buff *skb, struct net *net, int oif, u32 mark)
1455{
1456 const struct ipv6hdr *iph = (struct ipv6hdr *) skb->data;
1457 struct dst_entry *dst;
1458 struct flowi6 fl6;
1459
1460 memset(&fl6, 0, sizeof(fl6));
Julian Anastasove374c612014-04-28 10:51:56 +03001461 fl6.flowi6_iif = LOOPBACK_IFINDEX;
David S. Miller3a5ad2e2012-07-12 00:08:07 -07001462 fl6.flowi6_oif = oif;
1463 fl6.flowi6_mark = mark;
David S. Miller3a5ad2e2012-07-12 00:08:07 -07001464 fl6.daddr = iph->daddr;
1465 fl6.saddr = iph->saddr;
YOSHIFUJI Hideaki / 吉藤英明6502ca52013-01-13 05:01:51 +00001466 fl6.flowlabel = ip6_flowinfo(iph);
David S. Miller3a5ad2e2012-07-12 00:08:07 -07001467
Duan Jiongb55b76b2013-09-04 19:44:21 +08001468 dst = ip6_route_redirect(net, &fl6, &ipv6_hdr(skb)->saddr);
1469 rt6_do_redirect(dst, NULL, skb);
David S. Miller3a5ad2e2012-07-12 00:08:07 -07001470 dst_release(dst);
1471}
1472EXPORT_SYMBOL_GPL(ip6_redirect);
1473
Duan Jiongc92a59e2013-08-22 12:07:35 +08001474void ip6_redirect_no_header(struct sk_buff *skb, struct net *net, int oif,
1475 u32 mark)
1476{
1477 const struct ipv6hdr *iph = ipv6_hdr(skb);
1478 const struct rd_msg *msg = (struct rd_msg *)icmp6_hdr(skb);
1479 struct dst_entry *dst;
1480 struct flowi6 fl6;
1481
1482 memset(&fl6, 0, sizeof(fl6));
Julian Anastasove374c612014-04-28 10:51:56 +03001483 fl6.flowi6_iif = LOOPBACK_IFINDEX;
Duan Jiongc92a59e2013-08-22 12:07:35 +08001484 fl6.flowi6_oif = oif;
1485 fl6.flowi6_mark = mark;
Duan Jiongc92a59e2013-08-22 12:07:35 +08001486 fl6.daddr = msg->dest;
1487 fl6.saddr = iph->daddr;
1488
Duan Jiongb55b76b2013-09-04 19:44:21 +08001489 dst = ip6_route_redirect(net, &fl6, &iph->saddr);
1490 rt6_do_redirect(dst, NULL, skb);
Duan Jiongc92a59e2013-08-22 12:07:35 +08001491 dst_release(dst);
1492}
1493
David S. Miller3a5ad2e2012-07-12 00:08:07 -07001494void ip6_sk_redirect(struct sk_buff *skb, struct sock *sk)
1495{
1496 ip6_redirect(skb, sock_net(sk), sk->sk_bound_dev_if, sk->sk_mark);
1497}
1498EXPORT_SYMBOL_GPL(ip6_sk_redirect);
1499
David S. Miller0dbaee32010-12-13 12:52:14 -08001500static unsigned int ip6_default_advmss(const struct dst_entry *dst)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501{
David S. Miller0dbaee32010-12-13 12:52:14 -08001502 struct net_device *dev = dst->dev;
1503 unsigned int mtu = dst_mtu(dst);
1504 struct net *net = dev_net(dev);
1505
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506 mtu -= sizeof(struct ipv6hdr) + sizeof(struct tcphdr);
1507
Daniel Lezcano55786892008-03-04 13:47:47 -08001508 if (mtu < net->ipv6.sysctl.ip6_rt_min_advmss)
1509 mtu = net->ipv6.sysctl.ip6_rt_min_advmss;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001510
1511 /*
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09001512 * Maximal non-jumbo IPv6 payload is IPV6_MAXPLEN and
1513 * corresponding MSS is IPV6_MAXPLEN - tcp_header_size.
1514 * IPV6_MAXPLEN is also valid and means: "any MSS,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001515 * rely only on pmtu discovery"
1516 */
1517 if (mtu > IPV6_MAXPLEN - sizeof(struct tcphdr))
1518 mtu = IPV6_MAXPLEN;
1519 return mtu;
1520}
1521
Steffen Klassertebb762f2011-11-23 02:12:51 +00001522static unsigned int ip6_mtu(const struct dst_entry *dst)
David S. Millerd33e4552010-12-14 13:01:14 -08001523{
Martin KaFai Lau4b32b5a2015-04-28 13:03:06 -07001524 const struct rt6_info *rt = (const struct rt6_info *)dst;
1525 unsigned int mtu = rt->rt6i_pmtu;
David S. Millerd33e4552010-12-14 13:01:14 -08001526 struct inet6_dev *idev;
Steffen Klassert618f9bc2011-11-23 02:13:31 +00001527
1528 if (mtu)
Eric Dumazet30f78d82014-04-10 21:23:36 -07001529 goto out;
Steffen Klassert618f9bc2011-11-23 02:13:31 +00001530
Martin KaFai Lau4b32b5a2015-04-28 13:03:06 -07001531 mtu = dst_metric_raw(dst, RTAX_MTU);
1532 if (mtu)
1533 goto out;
1534
Steffen Klassert618f9bc2011-11-23 02:13:31 +00001535 mtu = IPV6_MIN_MTU;
David S. Millerd33e4552010-12-14 13:01:14 -08001536
1537 rcu_read_lock();
1538 idev = __in6_dev_get(dst->dev);
1539 if (idev)
1540 mtu = idev->cnf.mtu6;
1541 rcu_read_unlock();
1542
Eric Dumazet30f78d82014-04-10 21:23:36 -07001543out:
1544 return min_t(unsigned int, mtu, IP6_MAX_MTU);
David S. Millerd33e4552010-12-14 13:01:14 -08001545}
1546
YOSHIFUJI Hideaki3b009442007-12-06 16:11:48 -08001547static struct dst_entry *icmp6_dst_gc_list;
1548static DEFINE_SPINLOCK(icmp6_dst_lock);
Thomas Graf5d0bbee2006-08-04 03:37:36 -07001549
YOSHIFUJI Hideaki3b009442007-12-06 16:11:48 -08001550struct dst_entry *icmp6_dst_alloc(struct net_device *dev,
David S. Miller87a11572011-12-06 17:04:13 -05001551 struct flowi6 *fl6)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001552{
David S. Miller87a11572011-12-06 17:04:13 -05001553 struct dst_entry *dst;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001554 struct rt6_info *rt;
1555 struct inet6_dev *idev = in6_dev_get(dev);
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09001556 struct net *net = dev_net(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001557
David S. Miller38308472011-12-03 18:02:47 -05001558 if (unlikely(!idev))
Eric Dumazet122bdf62012-03-14 21:13:11 +00001559 return ERR_PTR(-ENODEV);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001560
David S. Miller8b96d222012-06-11 02:01:56 -07001561 rt = ip6_dst_alloc(net, dev, 0, NULL);
David S. Miller38308472011-12-03 18:02:47 -05001562 if (unlikely(!rt)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001563 in6_dev_put(idev);
David S. Miller87a11572011-12-06 17:04:13 -05001564 dst = ERR_PTR(-ENOMEM);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001565 goto out;
1566 }
1567
Yan, Zheng8e2ec632011-09-05 21:34:30 +00001568 rt->dst.flags |= DST_HOST;
1569 rt->dst.output = ip6_output;
Changli Gaod8d1f302010-06-10 23:31:35 -07001570 atomic_set(&rt->dst.__refcnt, 1);
Julian Anastasov550bab42013-10-20 15:43:04 +03001571 rt->rt6i_gateway = fl6->daddr;
David S. Miller87a11572011-12-06 17:04:13 -05001572 rt->rt6i_dst.addr = fl6->daddr;
Yan, Zheng8e2ec632011-09-05 21:34:30 +00001573 rt->rt6i_dst.plen = 128;
1574 rt->rt6i_idev = idev;
Li RongQing14edd872012-10-24 14:01:18 +08001575 dst_metric_set(&rt->dst, RTAX_HOPLIMIT, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001576
YOSHIFUJI Hideaki3b009442007-12-06 16:11:48 -08001577 spin_lock_bh(&icmp6_dst_lock);
Changli Gaod8d1f302010-06-10 23:31:35 -07001578 rt->dst.next = icmp6_dst_gc_list;
1579 icmp6_dst_gc_list = &rt->dst;
YOSHIFUJI Hideaki3b009442007-12-06 16:11:48 -08001580 spin_unlock_bh(&icmp6_dst_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001581
Daniel Lezcano55786892008-03-04 13:47:47 -08001582 fib6_force_start_gc(net);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583
David S. Miller87a11572011-12-06 17:04:13 -05001584 dst = xfrm_lookup(net, &rt->dst, flowi6_to_flowi(fl6), NULL, 0);
1585
Linus Torvalds1da177e2005-04-16 15:20:36 -07001586out:
David S. Miller87a11572011-12-06 17:04:13 -05001587 return dst;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588}
1589
Stephen Hemminger3d0f24a2008-07-22 14:35:50 -07001590int icmp6_dst_gc(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001591{
Hagen Paul Pfeifere9476e92011-02-25 05:45:19 +00001592 struct dst_entry *dst, **pprev;
Stephen Hemminger3d0f24a2008-07-22 14:35:50 -07001593 int more = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001594
YOSHIFUJI Hideaki3b009442007-12-06 16:11:48 -08001595 spin_lock_bh(&icmp6_dst_lock);
1596 pprev = &icmp6_dst_gc_list;
Thomas Graf5d0bbee2006-08-04 03:37:36 -07001597
Linus Torvalds1da177e2005-04-16 15:20:36 -07001598 while ((dst = *pprev) != NULL) {
1599 if (!atomic_read(&dst->__refcnt)) {
1600 *pprev = dst->next;
1601 dst_free(dst);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001602 } else {
1603 pprev = &dst->next;
Stephen Hemminger3d0f24a2008-07-22 14:35:50 -07001604 ++more;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001605 }
1606 }
1607
YOSHIFUJI Hideaki3b009442007-12-06 16:11:48 -08001608 spin_unlock_bh(&icmp6_dst_lock);
Thomas Graf5d0bbee2006-08-04 03:37:36 -07001609
Stephen Hemminger3d0f24a2008-07-22 14:35:50 -07001610 return more;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611}
1612
David S. Miller1e493d12008-09-10 17:27:15 -07001613static void icmp6_clean_all(int (*func)(struct rt6_info *rt, void *arg),
1614 void *arg)
1615{
1616 struct dst_entry *dst, **pprev;
1617
1618 spin_lock_bh(&icmp6_dst_lock);
1619 pprev = &icmp6_dst_gc_list;
1620 while ((dst = *pprev) != NULL) {
1621 struct rt6_info *rt = (struct rt6_info *) dst;
1622 if (func(rt, arg)) {
1623 *pprev = dst->next;
1624 dst_free(dst);
1625 } else {
1626 pprev = &dst->next;
1627 }
1628 }
1629 spin_unlock_bh(&icmp6_dst_lock);
1630}
1631
Daniel Lezcano569d3642008-01-18 03:56:57 -08001632static int ip6_dst_gc(struct dst_ops *ops)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001633{
Alexey Dobriyan86393e52009-08-29 01:34:49 +00001634 struct net *net = container_of(ops, struct net, ipv6.ip6_dst_ops);
Daniel Lezcano7019b782008-03-04 13:50:14 -08001635 int rt_min_interval = net->ipv6.sysctl.ip6_rt_gc_min_interval;
1636 int rt_max_size = net->ipv6.sysctl.ip6_rt_max_size;
1637 int rt_elasticity = net->ipv6.sysctl.ip6_rt_gc_elasticity;
1638 int rt_gc_timeout = net->ipv6.sysctl.ip6_rt_gc_timeout;
1639 unsigned long rt_last_gc = net->ipv6.ip6_rt_last_gc;
Eric Dumazetfc66f952010-10-08 06:37:34 +00001640 int entries;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001641
Eric Dumazetfc66f952010-10-08 06:37:34 +00001642 entries = dst_entries_get_fast(ops);
Michal Kubeček49a18d82013-08-01 10:04:24 +02001643 if (time_after(rt_last_gc + rt_min_interval, jiffies) &&
Eric Dumazetfc66f952010-10-08 06:37:34 +00001644 entries <= rt_max_size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001645 goto out;
1646
Benjamin Thery6891a342008-03-04 13:49:47 -08001647 net->ipv6.ip6_rt_gc_expire++;
Li RongQing14956642014-05-19 17:30:28 +08001648 fib6_run_gc(net->ipv6.ip6_rt_gc_expire, net, true);
Eric Dumazetfc66f952010-10-08 06:37:34 +00001649 entries = dst_entries_get_slow(ops);
1650 if (entries < ops->gc_thresh)
Daniel Lezcano7019b782008-03-04 13:50:14 -08001651 net->ipv6.ip6_rt_gc_expire = rt_gc_timeout>>1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001652out:
Daniel Lezcano7019b782008-03-04 13:50:14 -08001653 net->ipv6.ip6_rt_gc_expire -= net->ipv6.ip6_rt_gc_expire>>rt_elasticity;
Eric Dumazetfc66f952010-10-08 06:37:34 +00001654 return entries > rt_max_size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001655}
1656
Florian Westphale715b6d2015-01-05 23:57:44 +01001657static int ip6_convert_metrics(struct mx6_config *mxc,
1658 const struct fib6_config *cfg)
1659{
1660 struct nlattr *nla;
1661 int remaining;
1662 u32 *mp;
1663
Ian Morris63159f22015-03-29 14:00:04 +01001664 if (!cfg->fc_mx)
Florian Westphale715b6d2015-01-05 23:57:44 +01001665 return 0;
1666
1667 mp = kzalloc(sizeof(u32) * RTAX_MAX, GFP_KERNEL);
1668 if (unlikely(!mp))
1669 return -ENOMEM;
1670
1671 nla_for_each_attr(nla, cfg->fc_mx, cfg->fc_mx_len, remaining) {
1672 int type = nla_type(nla);
1673
1674 if (type) {
Daniel Borkmannea697632015-01-05 23:57:47 +01001675 u32 val;
1676
Florian Westphale715b6d2015-01-05 23:57:44 +01001677 if (unlikely(type > RTAX_MAX))
1678 goto err;
Daniel Borkmannea697632015-01-05 23:57:47 +01001679 if (type == RTAX_CC_ALGO) {
1680 char tmp[TCP_CA_NAME_MAX];
Florian Westphale715b6d2015-01-05 23:57:44 +01001681
Daniel Borkmannea697632015-01-05 23:57:47 +01001682 nla_strlcpy(tmp, nla, sizeof(tmp));
1683 val = tcp_ca_get_key_by_name(tmp);
1684 if (val == TCP_CA_UNSPEC)
1685 goto err;
1686 } else {
1687 val = nla_get_u32(nla);
1688 }
1689
1690 mp[type - 1] = val;
Florian Westphale715b6d2015-01-05 23:57:44 +01001691 __set_bit(type - 1, mxc->mx_valid);
1692 }
1693 }
1694
1695 mxc->mx = mp;
1696
1697 return 0;
1698 err:
1699 kfree(mp);
1700 return -EINVAL;
1701}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001702
Thomas Graf86872cb2006-08-22 00:01:08 -07001703int ip6_route_add(struct fib6_config *cfg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001704{
1705 int err;
Daniel Lezcano55786892008-03-04 13:47:47 -08001706 struct net *net = cfg->fc_nlinfo.nl_net;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001707 struct rt6_info *rt = NULL;
1708 struct net_device *dev = NULL;
1709 struct inet6_dev *idev = NULL;
Thomas Grafc71099a2006-08-04 23:20:06 -07001710 struct fib6_table *table;
Florian Westphale715b6d2015-01-05 23:57:44 +01001711 struct mx6_config mxc = { .mx = NULL, };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001712 int addr_type;
1713
Thomas Graf86872cb2006-08-22 00:01:08 -07001714 if (cfg->fc_dst_len > 128 || cfg->fc_src_len > 128)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001715 return -EINVAL;
1716#ifndef CONFIG_IPV6_SUBTREES
Thomas Graf86872cb2006-08-22 00:01:08 -07001717 if (cfg->fc_src_len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001718 return -EINVAL;
1719#endif
Thomas Graf86872cb2006-08-22 00:01:08 -07001720 if (cfg->fc_ifindex) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721 err = -ENODEV;
Daniel Lezcano55786892008-03-04 13:47:47 -08001722 dev = dev_get_by_index(net, cfg->fc_ifindex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723 if (!dev)
1724 goto out;
1725 idev = in6_dev_get(dev);
1726 if (!idev)
1727 goto out;
1728 }
1729
Thomas Graf86872cb2006-08-22 00:01:08 -07001730 if (cfg->fc_metric == 0)
1731 cfg->fc_metric = IP6_RT_PRIO_USER;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001732
Matti Vaittinend71314b2011-11-14 00:14:49 +00001733 err = -ENOBUFS;
David S. Miller38308472011-12-03 18:02:47 -05001734 if (cfg->fc_nlinfo.nlh &&
1735 !(cfg->fc_nlinfo.nlh->nlmsg_flags & NLM_F_CREATE)) {
Matti Vaittinend71314b2011-11-14 00:14:49 +00001736 table = fib6_get_table(net, cfg->fc_table);
David S. Miller38308472011-12-03 18:02:47 -05001737 if (!table) {
Joe Perchesf3213832012-05-15 14:11:53 +00001738 pr_warn("NLM_F_CREATE should be specified when creating new route\n");
Matti Vaittinend71314b2011-11-14 00:14:49 +00001739 table = fib6_new_table(net, cfg->fc_table);
1740 }
1741 } else {
1742 table = fib6_new_table(net, cfg->fc_table);
1743 }
David S. Miller38308472011-12-03 18:02:47 -05001744
1745 if (!table)
Thomas Grafc71099a2006-08-04 23:20:06 -07001746 goto out;
Thomas Grafc71099a2006-08-04 23:20:06 -07001747
Sabrina Dubrocac88507f2014-03-06 17:51:57 +01001748 rt = ip6_dst_alloc(net, NULL, (cfg->fc_flags & RTF_ADDRCONF) ? 0 : DST_NOCOUNT, table);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749
David S. Miller38308472011-12-03 18:02:47 -05001750 if (!rt) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001751 err = -ENOMEM;
1752 goto out;
1753 }
1754
Gao feng1716a962012-04-06 00:13:10 +00001755 if (cfg->fc_flags & RTF_EXPIRES)
1756 rt6_set_expires(rt, jiffies +
1757 clock_t_to_jiffies(cfg->fc_expires));
1758 else
1759 rt6_clean_expires(rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760
Thomas Graf86872cb2006-08-22 00:01:08 -07001761 if (cfg->fc_protocol == RTPROT_UNSPEC)
1762 cfg->fc_protocol = RTPROT_BOOT;
1763 rt->rt6i_protocol = cfg->fc_protocol;
1764
1765 addr_type = ipv6_addr_type(&cfg->fc_dst);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766
1767 if (addr_type & IPV6_ADDR_MULTICAST)
Changli Gaod8d1f302010-06-10 23:31:35 -07001768 rt->dst.input = ip6_mc_input;
Maciej Żenczykowskiab79ad12010-09-27 00:07:02 +00001769 else if (cfg->fc_flags & RTF_LOCAL)
1770 rt->dst.input = ip6_input;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001771 else
Changli Gaod8d1f302010-06-10 23:31:35 -07001772 rt->dst.input = ip6_forward;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001773
Changli Gaod8d1f302010-06-10 23:31:35 -07001774 rt->dst.output = ip6_output;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001775
Thomas Graf86872cb2006-08-22 00:01:08 -07001776 ipv6_addr_prefix(&rt->rt6i_dst.addr, &cfg->fc_dst, cfg->fc_dst_len);
1777 rt->rt6i_dst.plen = cfg->fc_dst_len;
Martin KaFai Lauafc4eef2015-04-28 13:03:07 -07001778 if (rt->rt6i_dst.plen == 128)
Michal Kubečeke5fd3872014-03-27 13:04:08 +01001779 rt->dst.flags |= DST_HOST;
Michal Kubečeke5fd3872014-03-27 13:04:08 +01001780
Linus Torvalds1da177e2005-04-16 15:20:36 -07001781#ifdef CONFIG_IPV6_SUBTREES
Thomas Graf86872cb2006-08-22 00:01:08 -07001782 ipv6_addr_prefix(&rt->rt6i_src.addr, &cfg->fc_src, cfg->fc_src_len);
1783 rt->rt6i_src.plen = cfg->fc_src_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001784#endif
1785
Thomas Graf86872cb2006-08-22 00:01:08 -07001786 rt->rt6i_metric = cfg->fc_metric;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001787
1788 /* We cannot add true routes via loopback here,
1789 they would result in kernel looping; promote them to reject routes
1790 */
Thomas Graf86872cb2006-08-22 00:01:08 -07001791 if ((cfg->fc_flags & RTF_REJECT) ||
David S. Miller38308472011-12-03 18:02:47 -05001792 (dev && (dev->flags & IFF_LOOPBACK) &&
1793 !(addr_type & IPV6_ADDR_LOOPBACK) &&
1794 !(cfg->fc_flags & RTF_LOCAL))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001795 /* hold loopback dev/idev if we haven't done so. */
Daniel Lezcano55786892008-03-04 13:47:47 -08001796 if (dev != net->loopback_dev) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001797 if (dev) {
1798 dev_put(dev);
1799 in6_dev_put(idev);
1800 }
Daniel Lezcano55786892008-03-04 13:47:47 -08001801 dev = net->loopback_dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001802 dev_hold(dev);
1803 idev = in6_dev_get(dev);
1804 if (!idev) {
1805 err = -ENODEV;
1806 goto out;
1807 }
1808 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001809 rt->rt6i_flags = RTF_REJECT|RTF_NONEXTHOP;
Nicolas Dichtelef2c7d72012-09-05 02:12:42 +00001810 switch (cfg->fc_type) {
1811 case RTN_BLACKHOLE:
1812 rt->dst.error = -EINVAL;
Eric Dumazetaad88722014-04-15 13:47:15 -04001813 rt->dst.output = dst_discard_sk;
Kamala R7150aed2013-12-02 19:55:21 +05301814 rt->dst.input = dst_discard;
Nicolas Dichtelef2c7d72012-09-05 02:12:42 +00001815 break;
1816 case RTN_PROHIBIT:
1817 rt->dst.error = -EACCES;
Kamala R7150aed2013-12-02 19:55:21 +05301818 rt->dst.output = ip6_pkt_prohibit_out;
1819 rt->dst.input = ip6_pkt_prohibit;
Nicolas Dichtelef2c7d72012-09-05 02:12:42 +00001820 break;
Nicolas Dichtelb4949ab2012-09-06 05:53:35 +00001821 case RTN_THROW:
Nicolas Dichtelef2c7d72012-09-05 02:12:42 +00001822 default:
Kamala R7150aed2013-12-02 19:55:21 +05301823 rt->dst.error = (cfg->fc_type == RTN_THROW) ? -EAGAIN
1824 : -ENETUNREACH;
1825 rt->dst.output = ip6_pkt_discard_out;
1826 rt->dst.input = ip6_pkt_discard;
Nicolas Dichtelef2c7d72012-09-05 02:12:42 +00001827 break;
1828 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829 goto install_route;
1830 }
1831
Thomas Graf86872cb2006-08-22 00:01:08 -07001832 if (cfg->fc_flags & RTF_GATEWAY) {
Eric Dumazetb71d1d42011-04-22 04:53:02 +00001833 const struct in6_addr *gw_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834 int gwa_type;
1835
Thomas Graf86872cb2006-08-22 00:01:08 -07001836 gw_addr = &cfg->fc_gateway;
Florian Westphal48ed7b22015-05-21 00:25:41 +02001837
1838 /* if gw_addr is local we will fail to detect this in case
1839 * address is still TENTATIVE (DAD in progress). rt6_lookup()
1840 * will return already-added prefix route via interface that
1841 * prefix route was assigned to, which might be non-loopback.
1842 */
1843 err = -EINVAL;
1844 if (ipv6_chk_addr_and_flags(net, gw_addr, NULL, 0, 0))
1845 goto out;
1846
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00001847 rt->rt6i_gateway = *gw_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848 gwa_type = ipv6_addr_type(gw_addr);
1849
1850 if (gwa_type != (IPV6_ADDR_LINKLOCAL|IPV6_ADDR_UNICAST)) {
1851 struct rt6_info *grt;
1852
1853 /* IPv6 strictly inhibits using not link-local
1854 addresses as nexthop address.
1855 Otherwise, router will not able to send redirects.
1856 It is very good, but in some (rare!) circumstances
1857 (SIT, PtP, NBMA NOARP links) it is handy to allow
1858 some exceptions. --ANK
1859 */
David S. Miller38308472011-12-03 18:02:47 -05001860 if (!(gwa_type & IPV6_ADDR_UNICAST))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861 goto out;
1862
Daniel Lezcano55786892008-03-04 13:47:47 -08001863 grt = rt6_lookup(net, gw_addr, NULL, cfg->fc_ifindex, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001864
1865 err = -EHOSTUNREACH;
David S. Miller38308472011-12-03 18:02:47 -05001866 if (!grt)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867 goto out;
1868 if (dev) {
David S. Millerd1918542011-12-28 20:19:20 -05001869 if (dev != grt->dst.dev) {
Amerigo Wang94e187c2012-10-29 00:13:19 +00001870 ip6_rt_put(grt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001871 goto out;
1872 }
1873 } else {
David S. Millerd1918542011-12-28 20:19:20 -05001874 dev = grt->dst.dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875 idev = grt->rt6i_idev;
1876 dev_hold(dev);
1877 in6_dev_hold(grt->rt6i_idev);
1878 }
David S. Miller38308472011-12-03 18:02:47 -05001879 if (!(grt->rt6i_flags & RTF_GATEWAY))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001880 err = 0;
Amerigo Wang94e187c2012-10-29 00:13:19 +00001881 ip6_rt_put(grt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882
1883 if (err)
1884 goto out;
1885 }
1886 err = -EINVAL;
David S. Miller38308472011-12-03 18:02:47 -05001887 if (!dev || (dev->flags & IFF_LOOPBACK))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888 goto out;
1889 }
1890
1891 err = -ENODEV;
David S. Miller38308472011-12-03 18:02:47 -05001892 if (!dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893 goto out;
1894
Daniel Walterc3968a82011-04-13 21:10:57 +00001895 if (!ipv6_addr_any(&cfg->fc_prefsrc)) {
1896 if (!ipv6_chk_addr(net, &cfg->fc_prefsrc, dev, 0)) {
1897 err = -EINVAL;
1898 goto out;
1899 }
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00001900 rt->rt6i_prefsrc.addr = cfg->fc_prefsrc;
Daniel Walterc3968a82011-04-13 21:10:57 +00001901 rt->rt6i_prefsrc.plen = 128;
1902 } else
1903 rt->rt6i_prefsrc.plen = 0;
1904
Thomas Graf86872cb2006-08-22 00:01:08 -07001905 rt->rt6i_flags = cfg->fc_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906
1907install_route:
Changli Gaod8d1f302010-06-10 23:31:35 -07001908 rt->dst.dev = dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001909 rt->rt6i_idev = idev;
Thomas Grafc71099a2006-08-04 23:20:06 -07001910 rt->rt6i_table = table;
Daniel Lezcano63152fc2008-03-03 23:31:11 -08001911
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09001912 cfg->fc_nlinfo.nl_net = dev_net(dev);
Daniel Lezcano63152fc2008-03-03 23:31:11 -08001913
Florian Westphale715b6d2015-01-05 23:57:44 +01001914 err = ip6_convert_metrics(&mxc, cfg);
1915 if (err)
1916 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917
Florian Westphale715b6d2015-01-05 23:57:44 +01001918 err = __ip6_ins_rt(rt, &cfg->fc_nlinfo, &mxc);
1919
1920 kfree(mxc.mx);
1921 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922out:
1923 if (dev)
1924 dev_put(dev);
1925 if (idev)
1926 in6_dev_put(idev);
1927 if (rt)
Changli Gaod8d1f302010-06-10 23:31:35 -07001928 dst_free(&rt->dst);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929 return err;
1930}
1931
Thomas Graf86872cb2006-08-22 00:01:08 -07001932static int __ip6_del_rt(struct rt6_info *rt, struct nl_info *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001933{
1934 int err;
Thomas Grafc71099a2006-08-04 23:20:06 -07001935 struct fib6_table *table;
David S. Millerd1918542011-12-28 20:19:20 -05001936 struct net *net = dev_net(rt->dst.dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001937
Gao feng6825a262012-09-19 19:25:34 +00001938 if (rt == net->ipv6.ip6_null_entry) {
1939 err = -ENOENT;
1940 goto out;
1941 }
Patrick McHardy6c813a72006-08-06 22:22:47 -07001942
Thomas Grafc71099a2006-08-04 23:20:06 -07001943 table = rt->rt6i_table;
1944 write_lock_bh(&table->tb6_lock);
Thomas Graf86872cb2006-08-22 00:01:08 -07001945 err = fib6_del(rt, info);
Thomas Grafc71099a2006-08-04 23:20:06 -07001946 write_unlock_bh(&table->tb6_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947
Gao feng6825a262012-09-19 19:25:34 +00001948out:
Amerigo Wang94e187c2012-10-29 00:13:19 +00001949 ip6_rt_put(rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950 return err;
1951}
1952
Thomas Grafe0a1ad732006-08-22 00:00:21 -07001953int ip6_del_rt(struct rt6_info *rt)
1954{
Denis V. Lunev4d1169c2008-01-10 03:26:13 -08001955 struct nl_info info = {
David S. Millerd1918542011-12-28 20:19:20 -05001956 .nl_net = dev_net(rt->dst.dev),
Denis V. Lunev4d1169c2008-01-10 03:26:13 -08001957 };
Denis V. Lunev528c4ce2007-12-13 09:45:12 -08001958 return __ip6_del_rt(rt, &info);
Thomas Grafe0a1ad732006-08-22 00:00:21 -07001959}
1960
Thomas Graf86872cb2006-08-22 00:01:08 -07001961static int ip6_route_del(struct fib6_config *cfg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001962{
Thomas Grafc71099a2006-08-04 23:20:06 -07001963 struct fib6_table *table;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001964 struct fib6_node *fn;
1965 struct rt6_info *rt;
1966 int err = -ESRCH;
1967
Daniel Lezcano55786892008-03-04 13:47:47 -08001968 table = fib6_get_table(cfg->fc_nlinfo.nl_net, cfg->fc_table);
David S. Miller38308472011-12-03 18:02:47 -05001969 if (!table)
Thomas Grafc71099a2006-08-04 23:20:06 -07001970 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971
Thomas Grafc71099a2006-08-04 23:20:06 -07001972 read_lock_bh(&table->tb6_lock);
1973
1974 fn = fib6_locate(&table->tb6_root,
Thomas Graf86872cb2006-08-22 00:01:08 -07001975 &cfg->fc_dst, cfg->fc_dst_len,
1976 &cfg->fc_src, cfg->fc_src_len);
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09001977
Linus Torvalds1da177e2005-04-16 15:20:36 -07001978 if (fn) {
Changli Gaod8d1f302010-06-10 23:31:35 -07001979 for (rt = fn->leaf; rt; rt = rt->dst.rt6_next) {
Martin KaFai Lau1f56a012015-04-28 13:03:03 -07001980 if ((rt->rt6i_flags & RTF_CACHE) &&
1981 !(cfg->fc_flags & RTF_CACHE))
1982 continue;
Thomas Graf86872cb2006-08-22 00:01:08 -07001983 if (cfg->fc_ifindex &&
David S. Millerd1918542011-12-28 20:19:20 -05001984 (!rt->dst.dev ||
1985 rt->dst.dev->ifindex != cfg->fc_ifindex))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986 continue;
Thomas Graf86872cb2006-08-22 00:01:08 -07001987 if (cfg->fc_flags & RTF_GATEWAY &&
1988 !ipv6_addr_equal(&cfg->fc_gateway, &rt->rt6i_gateway))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001989 continue;
Thomas Graf86872cb2006-08-22 00:01:08 -07001990 if (cfg->fc_metric && cfg->fc_metric != rt->rt6i_metric)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001991 continue;
Changli Gaod8d1f302010-06-10 23:31:35 -07001992 dst_hold(&rt->dst);
Thomas Grafc71099a2006-08-04 23:20:06 -07001993 read_unlock_bh(&table->tb6_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001994
Thomas Graf86872cb2006-08-22 00:01:08 -07001995 return __ip6_del_rt(rt, &cfg->fc_nlinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001996 }
1997 }
Thomas Grafc71099a2006-08-04 23:20:06 -07001998 read_unlock_bh(&table->tb6_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999
2000 return err;
2001}
2002
David S. Miller6700c272012-07-17 03:29:28 -07002003static void rt6_do_redirect(struct dst_entry *dst, struct sock *sk, struct sk_buff *skb)
YOSHIFUJI Hideakia6279452006-08-23 17:18:26 -07002004{
David S. Millere8599ff2012-07-11 23:43:53 -07002005 struct net *net = dev_net(skb->dev);
YOSHIFUJI Hideakia6279452006-08-23 17:18:26 -07002006 struct netevent_redirect netevent;
David S. Millere8599ff2012-07-11 23:43:53 -07002007 struct rt6_info *rt, *nrt = NULL;
David S. Millere8599ff2012-07-11 23:43:53 -07002008 struct ndisc_options ndopts;
2009 struct inet6_dev *in6_dev;
2010 struct neighbour *neigh;
YOSHIFUJI Hideaki / 吉藤英明71bcdba2013-01-05 16:34:51 +00002011 struct rd_msg *msg;
David S. Miller6e157b62012-07-12 00:05:02 -07002012 int optlen, on_link;
2013 u8 *lladdr;
David S. Millere8599ff2012-07-11 23:43:53 -07002014
Simon Horman29a3cad2013-05-28 20:34:26 +00002015 optlen = skb_tail_pointer(skb) - skb_transport_header(skb);
YOSHIFUJI Hideaki / 吉藤英明71bcdba2013-01-05 16:34:51 +00002016 optlen -= sizeof(*msg);
David S. Millere8599ff2012-07-11 23:43:53 -07002017
2018 if (optlen < 0) {
David S. Miller6e157b62012-07-12 00:05:02 -07002019 net_dbg_ratelimited("rt6_do_redirect: packet too short\n");
David S. Millere8599ff2012-07-11 23:43:53 -07002020 return;
2021 }
2022
YOSHIFUJI Hideaki / 吉藤英明71bcdba2013-01-05 16:34:51 +00002023 msg = (struct rd_msg *)icmp6_hdr(skb);
David S. Millere8599ff2012-07-11 23:43:53 -07002024
YOSHIFUJI Hideaki / 吉藤英明71bcdba2013-01-05 16:34:51 +00002025 if (ipv6_addr_is_multicast(&msg->dest)) {
David S. Miller6e157b62012-07-12 00:05:02 -07002026 net_dbg_ratelimited("rt6_do_redirect: destination address is multicast\n");
David S. Millere8599ff2012-07-11 23:43:53 -07002027 return;
2028 }
2029
David S. Miller6e157b62012-07-12 00:05:02 -07002030 on_link = 0;
YOSHIFUJI Hideaki / 吉藤英明71bcdba2013-01-05 16:34:51 +00002031 if (ipv6_addr_equal(&msg->dest, &msg->target)) {
David S. Millere8599ff2012-07-11 23:43:53 -07002032 on_link = 1;
YOSHIFUJI Hideaki / 吉藤英明71bcdba2013-01-05 16:34:51 +00002033 } else if (ipv6_addr_type(&msg->target) !=
David S. Millere8599ff2012-07-11 23:43:53 -07002034 (IPV6_ADDR_UNICAST|IPV6_ADDR_LINKLOCAL)) {
David S. Miller6e157b62012-07-12 00:05:02 -07002035 net_dbg_ratelimited("rt6_do_redirect: target address is not link-local unicast\n");
David S. Millere8599ff2012-07-11 23:43:53 -07002036 return;
2037 }
2038
2039 in6_dev = __in6_dev_get(skb->dev);
2040 if (!in6_dev)
2041 return;
2042 if (in6_dev->cnf.forwarding || !in6_dev->cnf.accept_redirects)
2043 return;
2044
2045 /* RFC2461 8.1:
2046 * The IP source address of the Redirect MUST be the same as the current
2047 * first-hop router for the specified ICMP Destination Address.
2048 */
2049
YOSHIFUJI Hideaki / 吉藤英明71bcdba2013-01-05 16:34:51 +00002050 if (!ndisc_parse_options(msg->opt, optlen, &ndopts)) {
David S. Millere8599ff2012-07-11 23:43:53 -07002051 net_dbg_ratelimited("rt6_redirect: invalid ND options\n");
2052 return;
2053 }
David S. Miller6e157b62012-07-12 00:05:02 -07002054
2055 lladdr = NULL;
David S. Millere8599ff2012-07-11 23:43:53 -07002056 if (ndopts.nd_opts_tgt_lladdr) {
2057 lladdr = ndisc_opt_addr_data(ndopts.nd_opts_tgt_lladdr,
2058 skb->dev);
2059 if (!lladdr) {
2060 net_dbg_ratelimited("rt6_redirect: invalid link-layer address length\n");
2061 return;
2062 }
2063 }
2064
David S. Miller6e157b62012-07-12 00:05:02 -07002065 rt = (struct rt6_info *) dst;
2066 if (rt == net->ipv6.ip6_null_entry) {
2067 net_dbg_ratelimited("rt6_redirect: source isn't a valid nexthop for redirect target\n");
2068 return;
2069 }
2070
2071 /* Redirect received -> path was valid.
2072 * Look, redirects are sent only in response to data packets,
2073 * so that this nexthop apparently is reachable. --ANK
2074 */
2075 dst_confirm(&rt->dst);
2076
YOSHIFUJI Hideaki / 吉藤英明71bcdba2013-01-05 16:34:51 +00002077 neigh = __neigh_lookup(&nd_tbl, &msg->target, skb->dev, 1);
David S. Millere8599ff2012-07-11 23:43:53 -07002078 if (!neigh)
2079 return;
2080
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081 /*
2082 * We have finally decided to accept it.
2083 */
2084
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002085 neigh_update(neigh, lladdr, NUD_STALE,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002086 NEIGH_UPDATE_F_WEAK_OVERRIDE|
2087 NEIGH_UPDATE_F_OVERRIDE|
2088 (on_link ? 0 : (NEIGH_UPDATE_F_OVERRIDE_ISROUTER|
2089 NEIGH_UPDATE_F_ISROUTER))
2090 );
2091
Martin KaFai Lau83a09ab2015-05-22 20:56:05 -07002092 nrt = ip6_rt_cache_alloc(rt, &msg->dest, NULL);
David S. Miller38308472011-12-03 18:02:47 -05002093 if (!nrt)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094 goto out;
2095
2096 nrt->rt6i_flags = RTF_GATEWAY|RTF_UP|RTF_DYNAMIC|RTF_CACHE;
2097 if (on_link)
2098 nrt->rt6i_flags &= ~RTF_GATEWAY;
2099
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00002100 nrt->rt6i_gateway = *(struct in6_addr *)neigh->primary_key;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101
Thomas Graf40e22e82006-08-22 00:00:45 -07002102 if (ip6_ins_rt(nrt))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103 goto out;
2104
Changli Gaod8d1f302010-06-10 23:31:35 -07002105 netevent.old = &rt->dst;
2106 netevent.new = &nrt->dst;
YOSHIFUJI Hideaki / 吉藤英明71bcdba2013-01-05 16:34:51 +00002107 netevent.daddr = &msg->dest;
YOSHIFUJI Hideaki / 吉藤英明60592832013-01-14 09:28:27 +00002108 netevent.neigh = neigh;
Tom Tucker8d717402006-07-30 20:43:36 -07002109 call_netevent_notifiers(NETEVENT_REDIRECT, &netevent);
2110
David S. Miller38308472011-12-03 18:02:47 -05002111 if (rt->rt6i_flags & RTF_CACHE) {
David S. Miller6e157b62012-07-12 00:05:02 -07002112 rt = (struct rt6_info *) dst_clone(&rt->dst);
Thomas Grafe0a1ad732006-08-22 00:00:21 -07002113 ip6_del_rt(rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114 }
2115
2116out:
David S. Millere8599ff2012-07-11 23:43:53 -07002117 neigh_release(neigh);
David S. Miller6e157b62012-07-12 00:05:02 -07002118}
2119
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121 * Misc support functions
2122 */
2123
Martin KaFai Lau4b32b5a2015-04-28 13:03:06 -07002124static void rt6_set_from(struct rt6_info *rt, struct rt6_info *from)
2125{
2126 BUG_ON(from->dst.from);
2127
2128 rt->rt6i_flags &= ~RTF_EXPIRES;
2129 dst_hold(&from->dst);
2130 rt->dst.from = &from->dst;
2131 dst_init_metrics(&rt->dst, dst_metrics_ptr(&from->dst), true);
2132}
2133
Martin KaFai Lau83a09ab2015-05-22 20:56:05 -07002134static void ip6_rt_copy_init(struct rt6_info *rt, struct rt6_info *ort)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135{
Martin KaFai Lau83a09ab2015-05-22 20:56:05 -07002136 rt->dst.input = ort->dst.input;
2137 rt->dst.output = ort->dst.output;
2138 rt->rt6i_dst = ort->rt6i_dst;
2139 rt->dst.error = ort->dst.error;
2140 rt->rt6i_idev = ort->rt6i_idev;
2141 if (rt->rt6i_idev)
2142 in6_dev_hold(rt->rt6i_idev);
2143 rt->dst.lastuse = jiffies;
2144 rt->rt6i_gateway = ort->rt6i_gateway;
2145 rt->rt6i_flags = ort->rt6i_flags;
2146 rt6_set_from(rt, ort);
2147 rt->rt6i_metric = ort->rt6i_metric;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002148#ifdef CONFIG_IPV6_SUBTREES
Martin KaFai Lau83a09ab2015-05-22 20:56:05 -07002149 rt->rt6i_src = ort->rt6i_src;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002150#endif
Martin KaFai Lau83a09ab2015-05-22 20:56:05 -07002151 rt->rt6i_prefsrc = ort->rt6i_prefsrc;
2152 rt->rt6i_table = ort->rt6i_table;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002153}
2154
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08002155#ifdef CONFIG_IPV6_ROUTE_INFO
Daniel Lezcanoefa2cea2008-03-04 13:46:48 -08002156static struct rt6_info *rt6_get_route_info(struct net *net,
Eric Dumazetb71d1d42011-04-22 04:53:02 +00002157 const struct in6_addr *prefix, int prefixlen,
2158 const struct in6_addr *gwaddr, int ifindex)
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08002159{
2160 struct fib6_node *fn;
2161 struct rt6_info *rt = NULL;
Thomas Grafc71099a2006-08-04 23:20:06 -07002162 struct fib6_table *table;
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08002163
Daniel Lezcanoefa2cea2008-03-04 13:46:48 -08002164 table = fib6_get_table(net, RT6_TABLE_INFO);
David S. Miller38308472011-12-03 18:02:47 -05002165 if (!table)
Thomas Grafc71099a2006-08-04 23:20:06 -07002166 return NULL;
2167
Li RongQing5744dd92012-09-11 21:59:01 +00002168 read_lock_bh(&table->tb6_lock);
Ian Morris67ba4152014-08-24 21:53:10 +01002169 fn = fib6_locate(&table->tb6_root, prefix, prefixlen, NULL, 0);
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08002170 if (!fn)
2171 goto out;
2172
Changli Gaod8d1f302010-06-10 23:31:35 -07002173 for (rt = fn->leaf; rt; rt = rt->dst.rt6_next) {
David S. Millerd1918542011-12-28 20:19:20 -05002174 if (rt->dst.dev->ifindex != ifindex)
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08002175 continue;
2176 if ((rt->rt6i_flags & (RTF_ROUTEINFO|RTF_GATEWAY)) != (RTF_ROUTEINFO|RTF_GATEWAY))
2177 continue;
2178 if (!ipv6_addr_equal(&rt->rt6i_gateway, gwaddr))
2179 continue;
Changli Gaod8d1f302010-06-10 23:31:35 -07002180 dst_hold(&rt->dst);
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08002181 break;
2182 }
2183out:
Li RongQing5744dd92012-09-11 21:59:01 +00002184 read_unlock_bh(&table->tb6_lock);
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08002185 return rt;
2186}
2187
Daniel Lezcanoefa2cea2008-03-04 13:46:48 -08002188static struct rt6_info *rt6_add_route_info(struct net *net,
Eric Dumazetb71d1d42011-04-22 04:53:02 +00002189 const struct in6_addr *prefix, int prefixlen,
2190 const struct in6_addr *gwaddr, int ifindex,
Eric Dumazet95c96172012-04-15 05:58:06 +00002191 unsigned int pref)
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08002192{
Thomas Graf86872cb2006-08-22 00:01:08 -07002193 struct fib6_config cfg = {
2194 .fc_table = RT6_TABLE_INFO,
Rami Rosen238fc7e2008-02-09 23:43:11 -08002195 .fc_metric = IP6_RT_PRIO_USER,
Thomas Graf86872cb2006-08-22 00:01:08 -07002196 .fc_ifindex = ifindex,
2197 .fc_dst_len = prefixlen,
2198 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_ROUTEINFO |
2199 RTF_UP | RTF_PREF(pref),
Eric W. Biederman15e47302012-09-07 20:12:54 +00002200 .fc_nlinfo.portid = 0,
Daniel Lezcanoefa2cea2008-03-04 13:46:48 -08002201 .fc_nlinfo.nlh = NULL,
2202 .fc_nlinfo.nl_net = net,
Thomas Graf86872cb2006-08-22 00:01:08 -07002203 };
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08002204
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00002205 cfg.fc_dst = *prefix;
2206 cfg.fc_gateway = *gwaddr;
Thomas Graf86872cb2006-08-22 00:01:08 -07002207
YOSHIFUJI Hideakie317da92006-03-20 17:06:42 -08002208 /* We should treat it as a default route if prefix length is 0. */
2209 if (!prefixlen)
Thomas Graf86872cb2006-08-22 00:01:08 -07002210 cfg.fc_flags |= RTF_DEFAULT;
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08002211
Thomas Graf86872cb2006-08-22 00:01:08 -07002212 ip6_route_add(&cfg);
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08002213
Daniel Lezcanoefa2cea2008-03-04 13:46:48 -08002214 return rt6_get_route_info(net, prefix, prefixlen, gwaddr, ifindex);
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08002215}
2216#endif
2217
Eric Dumazetb71d1d42011-04-22 04:53:02 +00002218struct rt6_info *rt6_get_dflt_router(const struct in6_addr *addr, struct net_device *dev)
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002219{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002220 struct rt6_info *rt;
Thomas Grafc71099a2006-08-04 23:20:06 -07002221 struct fib6_table *table;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09002223 table = fib6_get_table(dev_net(dev), RT6_TABLE_DFLT);
David S. Miller38308472011-12-03 18:02:47 -05002224 if (!table)
Thomas Grafc71099a2006-08-04 23:20:06 -07002225 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226
Li RongQing5744dd92012-09-11 21:59:01 +00002227 read_lock_bh(&table->tb6_lock);
Ian Morris67ba4152014-08-24 21:53:10 +01002228 for (rt = table->tb6_root.leaf; rt; rt = rt->dst.rt6_next) {
David S. Millerd1918542011-12-28 20:19:20 -05002229 if (dev == rt->dst.dev &&
YOSHIFUJI Hideaki045927f2006-03-20 17:00:48 -08002230 ((rt->rt6i_flags & (RTF_ADDRCONF | RTF_DEFAULT)) == (RTF_ADDRCONF | RTF_DEFAULT)) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07002231 ipv6_addr_equal(&rt->rt6i_gateway, addr))
2232 break;
2233 }
2234 if (rt)
Changli Gaod8d1f302010-06-10 23:31:35 -07002235 dst_hold(&rt->dst);
Li RongQing5744dd92012-09-11 21:59:01 +00002236 read_unlock_bh(&table->tb6_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002237 return rt;
2238}
2239
Eric Dumazetb71d1d42011-04-22 04:53:02 +00002240struct rt6_info *rt6_add_dflt_router(const struct in6_addr *gwaddr,
YOSHIFUJI Hideakiebacaaa2006-03-20 17:04:53 -08002241 struct net_device *dev,
2242 unsigned int pref)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243{
Thomas Graf86872cb2006-08-22 00:01:08 -07002244 struct fib6_config cfg = {
2245 .fc_table = RT6_TABLE_DFLT,
Rami Rosen238fc7e2008-02-09 23:43:11 -08002246 .fc_metric = IP6_RT_PRIO_USER,
Thomas Graf86872cb2006-08-22 00:01:08 -07002247 .fc_ifindex = dev->ifindex,
2248 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_DEFAULT |
2249 RTF_UP | RTF_EXPIRES | RTF_PREF(pref),
Eric W. Biederman15e47302012-09-07 20:12:54 +00002250 .fc_nlinfo.portid = 0,
Daniel Lezcano55786892008-03-04 13:47:47 -08002251 .fc_nlinfo.nlh = NULL,
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09002252 .fc_nlinfo.nl_net = dev_net(dev),
Thomas Graf86872cb2006-08-22 00:01:08 -07002253 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002254
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00002255 cfg.fc_gateway = *gwaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002256
Thomas Graf86872cb2006-08-22 00:01:08 -07002257 ip6_route_add(&cfg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002258
Linus Torvalds1da177e2005-04-16 15:20:36 -07002259 return rt6_get_dflt_router(gwaddr, dev);
2260}
2261
Daniel Lezcano7b4da532008-03-04 13:47:14 -08002262void rt6_purge_dflt_routers(struct net *net)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002263{
2264 struct rt6_info *rt;
Thomas Grafc71099a2006-08-04 23:20:06 -07002265 struct fib6_table *table;
2266
2267 /* NOTE: Keep consistent with rt6_get_dflt_router */
Daniel Lezcano7b4da532008-03-04 13:47:14 -08002268 table = fib6_get_table(net, RT6_TABLE_DFLT);
David S. Miller38308472011-12-03 18:02:47 -05002269 if (!table)
Thomas Grafc71099a2006-08-04 23:20:06 -07002270 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271
2272restart:
Thomas Grafc71099a2006-08-04 23:20:06 -07002273 read_lock_bh(&table->tb6_lock);
Changli Gaod8d1f302010-06-10 23:31:35 -07002274 for (rt = table->tb6_root.leaf; rt; rt = rt->dst.rt6_next) {
Lorenzo Colitti3e8b0ac2013-03-03 20:46:46 +00002275 if (rt->rt6i_flags & (RTF_DEFAULT | RTF_ADDRCONF) &&
2276 (!rt->rt6i_idev || rt->rt6i_idev->cnf.accept_ra != 2)) {
Changli Gaod8d1f302010-06-10 23:31:35 -07002277 dst_hold(&rt->dst);
Thomas Grafc71099a2006-08-04 23:20:06 -07002278 read_unlock_bh(&table->tb6_lock);
Thomas Grafe0a1ad732006-08-22 00:00:21 -07002279 ip6_del_rt(rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002280 goto restart;
2281 }
2282 }
Thomas Grafc71099a2006-08-04 23:20:06 -07002283 read_unlock_bh(&table->tb6_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002284}
2285
Daniel Lezcano55786892008-03-04 13:47:47 -08002286static void rtmsg_to_fib6_config(struct net *net,
2287 struct in6_rtmsg *rtmsg,
Thomas Graf86872cb2006-08-22 00:01:08 -07002288 struct fib6_config *cfg)
2289{
2290 memset(cfg, 0, sizeof(*cfg));
2291
2292 cfg->fc_table = RT6_TABLE_MAIN;
2293 cfg->fc_ifindex = rtmsg->rtmsg_ifindex;
2294 cfg->fc_metric = rtmsg->rtmsg_metric;
2295 cfg->fc_expires = rtmsg->rtmsg_info;
2296 cfg->fc_dst_len = rtmsg->rtmsg_dst_len;
2297 cfg->fc_src_len = rtmsg->rtmsg_src_len;
2298 cfg->fc_flags = rtmsg->rtmsg_flags;
2299
Daniel Lezcano55786892008-03-04 13:47:47 -08002300 cfg->fc_nlinfo.nl_net = net;
Benjamin Theryf1243c22008-02-26 18:10:03 -08002301
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00002302 cfg->fc_dst = rtmsg->rtmsg_dst;
2303 cfg->fc_src = rtmsg->rtmsg_src;
2304 cfg->fc_gateway = rtmsg->rtmsg_gateway;
Thomas Graf86872cb2006-08-22 00:01:08 -07002305}
2306
Daniel Lezcano55786892008-03-04 13:47:47 -08002307int ipv6_route_ioctl(struct net *net, unsigned int cmd, void __user *arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002308{
Thomas Graf86872cb2006-08-22 00:01:08 -07002309 struct fib6_config cfg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002310 struct in6_rtmsg rtmsg;
2311 int err;
2312
Ian Morris67ba4152014-08-24 21:53:10 +01002313 switch (cmd) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002314 case SIOCADDRT: /* Add a route */
2315 case SIOCDELRT: /* Delete a route */
Eric W. Biedermanaf31f412012-11-16 03:03:06 +00002316 if (!ns_capable(net->user_ns, CAP_NET_ADMIN))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002317 return -EPERM;
2318 err = copy_from_user(&rtmsg, arg,
2319 sizeof(struct in6_rtmsg));
2320 if (err)
2321 return -EFAULT;
Thomas Graf86872cb2006-08-22 00:01:08 -07002322
Daniel Lezcano55786892008-03-04 13:47:47 -08002323 rtmsg_to_fib6_config(net, &rtmsg, &cfg);
Thomas Graf86872cb2006-08-22 00:01:08 -07002324
Linus Torvalds1da177e2005-04-16 15:20:36 -07002325 rtnl_lock();
2326 switch (cmd) {
2327 case SIOCADDRT:
Thomas Graf86872cb2006-08-22 00:01:08 -07002328 err = ip6_route_add(&cfg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002329 break;
2330 case SIOCDELRT:
Thomas Graf86872cb2006-08-22 00:01:08 -07002331 err = ip6_route_del(&cfg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002332 break;
2333 default:
2334 err = -EINVAL;
2335 }
2336 rtnl_unlock();
2337
2338 return err;
Stephen Hemminger3ff50b72007-04-20 17:09:22 -07002339 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002340
2341 return -EINVAL;
2342}
2343
2344/*
2345 * Drop the packet on the floor
2346 */
2347
Brian Haleyd5fdd6b2009-06-23 04:31:07 -07002348static int ip6_pkt_drop(struct sk_buff *skb, u8 code, int ipstats_mib_noroutes)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002349{
YOSHIFUJI Hideaki612f09e2007-04-13 16:18:02 -07002350 int type;
Eric Dumazetadf30902009-06-02 05:19:30 +00002351 struct dst_entry *dst = skb_dst(skb);
YOSHIFUJI Hideaki612f09e2007-04-13 16:18:02 -07002352 switch (ipstats_mib_noroutes) {
2353 case IPSTATS_MIB_INNOROUTES:
Arnaldo Carvalho de Melo0660e032007-04-25 17:54:47 -07002354 type = ipv6_addr_type(&ipv6_hdr(skb)->daddr);
Ulrich Weber45bb0062010-02-25 23:28:58 +00002355 if (type == IPV6_ADDR_ANY) {
Denis V. Lunev3bd653c2008-10-08 10:54:51 -07002356 IP6_INC_STATS(dev_net(dst->dev), ip6_dst_idev(dst),
2357 IPSTATS_MIB_INADDRERRORS);
YOSHIFUJI Hideaki612f09e2007-04-13 16:18:02 -07002358 break;
2359 }
2360 /* FALLTHROUGH */
2361 case IPSTATS_MIB_OUTNOROUTES:
Denis V. Lunev3bd653c2008-10-08 10:54:51 -07002362 IP6_INC_STATS(dev_net(dst->dev), ip6_dst_idev(dst),
2363 ipstats_mib_noroutes);
YOSHIFUJI Hideaki612f09e2007-04-13 16:18:02 -07002364 break;
2365 }
Alexey Dobriyan3ffe5332010-02-18 08:25:24 +00002366 icmpv6_send(skb, ICMPV6_DEST_UNREACH, code, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367 kfree_skb(skb);
2368 return 0;
2369}
2370
Thomas Graf9ce8ade2006-10-18 20:46:54 -07002371static int ip6_pkt_discard(struct sk_buff *skb)
2372{
YOSHIFUJI Hideaki612f09e2007-04-13 16:18:02 -07002373 return ip6_pkt_drop(skb, ICMPV6_NOROUTE, IPSTATS_MIB_INNOROUTES);
Thomas Graf9ce8ade2006-10-18 20:46:54 -07002374}
2375
Eric Dumazetaad88722014-04-15 13:47:15 -04002376static int ip6_pkt_discard_out(struct sock *sk, struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002377{
Eric Dumazetadf30902009-06-02 05:19:30 +00002378 skb->dev = skb_dst(skb)->dev;
YOSHIFUJI Hideaki612f09e2007-04-13 16:18:02 -07002379 return ip6_pkt_drop(skb, ICMPV6_NOROUTE, IPSTATS_MIB_OUTNOROUTES);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002380}
2381
Thomas Graf9ce8ade2006-10-18 20:46:54 -07002382static int ip6_pkt_prohibit(struct sk_buff *skb)
2383{
YOSHIFUJI Hideaki612f09e2007-04-13 16:18:02 -07002384 return ip6_pkt_drop(skb, ICMPV6_ADM_PROHIBITED, IPSTATS_MIB_INNOROUTES);
Thomas Graf9ce8ade2006-10-18 20:46:54 -07002385}
2386
Eric Dumazetaad88722014-04-15 13:47:15 -04002387static int ip6_pkt_prohibit_out(struct sock *sk, struct sk_buff *skb)
Thomas Graf9ce8ade2006-10-18 20:46:54 -07002388{
Eric Dumazetadf30902009-06-02 05:19:30 +00002389 skb->dev = skb_dst(skb)->dev;
YOSHIFUJI Hideaki612f09e2007-04-13 16:18:02 -07002390 return ip6_pkt_drop(skb, ICMPV6_ADM_PROHIBITED, IPSTATS_MIB_OUTNOROUTES);
Thomas Graf9ce8ade2006-10-18 20:46:54 -07002391}
2392
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393/*
2394 * Allocate a dst for local (unicast / anycast) address.
2395 */
2396
2397struct rt6_info *addrconf_dst_alloc(struct inet6_dev *idev,
2398 const struct in6_addr *addr,
David S. Miller8f031512011-12-06 16:48:14 -05002399 bool anycast)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002400{
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09002401 struct net *net = dev_net(idev->dev);
Hannes Frederic Sowaa3300ef2013-12-07 03:33:45 +01002402 struct rt6_info *rt = ip6_dst_alloc(net, net->loopback_dev,
2403 DST_NOCOUNT, NULL);
2404 if (!rt)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002405 return ERR_PTR(-ENOMEM);
2406
Linus Torvalds1da177e2005-04-16 15:20:36 -07002407 in6_dev_hold(idev);
2408
David S. Miller11d53b42011-06-24 15:23:34 -07002409 rt->dst.flags |= DST_HOST;
Changli Gaod8d1f302010-06-10 23:31:35 -07002410 rt->dst.input = ip6_input;
2411 rt->dst.output = ip6_output;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412 rt->rt6i_idev = idev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002413
2414 rt->rt6i_flags = RTF_UP | RTF_NONEXTHOP;
YOSHIFUJI Hideaki58c4fb82005-12-21 22:56:42 +09002415 if (anycast)
2416 rt->rt6i_flags |= RTF_ANYCAST;
2417 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07002418 rt->rt6i_flags |= RTF_LOCAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002419
Julian Anastasov550bab42013-10-20 15:43:04 +03002420 rt->rt6i_gateway = *addr;
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00002421 rt->rt6i_dst.addr = *addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002422 rt->rt6i_dst.plen = 128;
Daniel Lezcano55786892008-03-04 13:47:47 -08002423 rt->rt6i_table = fib6_get_table(net, RT6_TABLE_LOCAL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002424
Changli Gaod8d1f302010-06-10 23:31:35 -07002425 atomic_set(&rt->dst.__refcnt, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426
2427 return rt;
2428}
2429
Daniel Walterc3968a82011-04-13 21:10:57 +00002430int ip6_route_get_saddr(struct net *net,
2431 struct rt6_info *rt,
Eric Dumazetb71d1d42011-04-22 04:53:02 +00002432 const struct in6_addr *daddr,
Daniel Walterc3968a82011-04-13 21:10:57 +00002433 unsigned int prefs,
2434 struct in6_addr *saddr)
2435{
Markus Stenberge16e8882015-05-05 13:36:59 +03002436 struct inet6_dev *idev =
2437 rt ? ip6_dst_idev((struct dst_entry *)rt) : NULL;
Daniel Walterc3968a82011-04-13 21:10:57 +00002438 int err = 0;
Markus Stenberge16e8882015-05-05 13:36:59 +03002439 if (rt && rt->rt6i_prefsrc.plen)
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00002440 *saddr = rt->rt6i_prefsrc.addr;
Daniel Walterc3968a82011-04-13 21:10:57 +00002441 else
2442 err = ipv6_dev_get_saddr(net, idev ? idev->dev : NULL,
2443 daddr, prefs, saddr);
2444 return err;
2445}
2446
2447/* remove deleted ip from prefsrc entries */
2448struct arg_dev_net_ip {
2449 struct net_device *dev;
2450 struct net *net;
2451 struct in6_addr *addr;
2452};
2453
2454static int fib6_remove_prefsrc(struct rt6_info *rt, void *arg)
2455{
2456 struct net_device *dev = ((struct arg_dev_net_ip *)arg)->dev;
2457 struct net *net = ((struct arg_dev_net_ip *)arg)->net;
2458 struct in6_addr *addr = ((struct arg_dev_net_ip *)arg)->addr;
2459
David S. Millerd1918542011-12-28 20:19:20 -05002460 if (((void *)rt->dst.dev == dev || !dev) &&
Daniel Walterc3968a82011-04-13 21:10:57 +00002461 rt != net->ipv6.ip6_null_entry &&
2462 ipv6_addr_equal(addr, &rt->rt6i_prefsrc.addr)) {
2463 /* remove prefsrc entry */
2464 rt->rt6i_prefsrc.plen = 0;
2465 }
2466 return 0;
2467}
2468
2469void rt6_remove_prefsrc(struct inet6_ifaddr *ifp)
2470{
2471 struct net *net = dev_net(ifp->idev->dev);
2472 struct arg_dev_net_ip adni = {
2473 .dev = ifp->idev->dev,
2474 .net = net,
2475 .addr = &ifp->addr,
2476 };
Li RongQing0c3584d2013-12-27 16:32:38 +08002477 fib6_clean_all(net, fib6_remove_prefsrc, &adni);
Daniel Walterc3968a82011-04-13 21:10:57 +00002478}
2479
Duan Jiongbe7a0102014-05-15 15:56:14 +08002480#define RTF_RA_ROUTER (RTF_ADDRCONF | RTF_DEFAULT | RTF_GATEWAY)
2481#define RTF_CACHE_GATEWAY (RTF_GATEWAY | RTF_CACHE)
2482
2483/* Remove routers and update dst entries when gateway turn into host. */
2484static int fib6_clean_tohost(struct rt6_info *rt, void *arg)
2485{
2486 struct in6_addr *gateway = (struct in6_addr *)arg;
2487
2488 if ((((rt->rt6i_flags & RTF_RA_ROUTER) == RTF_RA_ROUTER) ||
2489 ((rt->rt6i_flags & RTF_CACHE_GATEWAY) == RTF_CACHE_GATEWAY)) &&
2490 ipv6_addr_equal(gateway, &rt->rt6i_gateway)) {
2491 return -1;
2492 }
2493 return 0;
2494}
2495
2496void rt6_clean_tohost(struct net *net, struct in6_addr *gateway)
2497{
2498 fib6_clean_all(net, fib6_clean_tohost, gateway);
2499}
2500
Daniel Lezcano8ed67782008-03-04 13:48:30 -08002501struct arg_dev_net {
2502 struct net_device *dev;
2503 struct net *net;
2504};
2505
Linus Torvalds1da177e2005-04-16 15:20:36 -07002506static int fib6_ifdown(struct rt6_info *rt, void *arg)
2507{
stephen hemmingerbc3ef662010-12-16 17:42:40 +00002508 const struct arg_dev_net *adn = arg;
2509 const struct net_device *dev = adn->dev;
Daniel Lezcano8ed67782008-03-04 13:48:30 -08002510
David S. Millerd1918542011-12-28 20:19:20 -05002511 if ((rt->dst.dev == dev || !dev) &&
David S. Millerc159d302011-12-26 15:24:36 -05002512 rt != adn->net->ipv6.ip6_null_entry)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002513 return -1;
David S. Millerc159d302011-12-26 15:24:36 -05002514
Linus Torvalds1da177e2005-04-16 15:20:36 -07002515 return 0;
2516}
2517
Daniel Lezcanof3db4852008-03-03 23:27:06 -08002518void rt6_ifdown(struct net *net, struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519{
Daniel Lezcano8ed67782008-03-04 13:48:30 -08002520 struct arg_dev_net adn = {
2521 .dev = dev,
2522 .net = net,
2523 };
2524
Li RongQing0c3584d2013-12-27 16:32:38 +08002525 fib6_clean_all(net, fib6_ifdown, &adn);
David S. Miller1e493d12008-09-10 17:27:15 -07002526 icmp6_clean_all(fib6_ifdown, &adn);
Martin KaFai Lau8d0b94a2015-05-22 20:56:04 -07002527 rt6_uncached_list_flush_dev(net, dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528}
2529
Eric Dumazet95c96172012-04-15 05:58:06 +00002530struct rt6_mtu_change_arg {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002531 struct net_device *dev;
Eric Dumazet95c96172012-04-15 05:58:06 +00002532 unsigned int mtu;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002533};
2534
2535static int rt6_mtu_change_route(struct rt6_info *rt, void *p_arg)
2536{
2537 struct rt6_mtu_change_arg *arg = (struct rt6_mtu_change_arg *) p_arg;
2538 struct inet6_dev *idev;
2539
2540 /* In IPv6 pmtu discovery is not optional,
2541 so that RTAX_MTU lock cannot disable it.
2542 We still use this lock to block changes
2543 caused by addrconf/ndisc.
2544 */
2545
2546 idev = __in6_dev_get(arg->dev);
David S. Miller38308472011-12-03 18:02:47 -05002547 if (!idev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548 return 0;
2549
2550 /* For administrative MTU increase, there is no way to discover
2551 IPv6 PMTU increase, so PMTU increase should be updated here.
2552 Since RFC 1981 doesn't include administrative MTU increase
2553 update PMTU increase is a MUST. (i.e. jumbo frame)
2554 */
2555 /*
2556 If new MTU is less than route PMTU, this new MTU will be the
2557 lowest MTU in the path, update the route PMTU to reflect PMTU
2558 decreases; if new MTU is greater than route PMTU, and the
2559 old MTU is the lowest MTU in the path, update the route PMTU
2560 to reflect the increase. In this case if the other nodes' MTU
2561 also have the lowest MTU, TOO BIG MESSAGE will be lead to
2562 PMTU discouvery.
2563 */
David S. Millerd1918542011-12-28 20:19:20 -05002564 if (rt->dst.dev == arg->dev &&
Martin KaFai Lau4b32b5a2015-04-28 13:03:06 -07002565 !dst_metric_locked(&rt->dst, RTAX_MTU)) {
2566 if (rt->rt6i_flags & RTF_CACHE) {
2567 /* For RTF_CACHE with rt6i_pmtu == 0
2568 * (i.e. a redirected route),
2569 * the metrics of its rt->dst.from has already
2570 * been updated.
2571 */
2572 if (rt->rt6i_pmtu && rt->rt6i_pmtu > arg->mtu)
2573 rt->rt6i_pmtu = arg->mtu;
2574 } else if (dst_mtu(&rt->dst) >= arg->mtu ||
2575 (dst_mtu(&rt->dst) < arg->mtu &&
2576 dst_mtu(&rt->dst) == idev->cnf.mtu6)) {
2577 dst_metric_set(&rt->dst, RTAX_MTU, arg->mtu);
2578 }
Simon Arlott566cfd82007-07-26 00:09:55 -07002579 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580 return 0;
2581}
2582
Eric Dumazet95c96172012-04-15 05:58:06 +00002583void rt6_mtu_change(struct net_device *dev, unsigned int mtu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002584{
Thomas Grafc71099a2006-08-04 23:20:06 -07002585 struct rt6_mtu_change_arg arg = {
2586 .dev = dev,
2587 .mtu = mtu,
2588 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002589
Li RongQing0c3584d2013-12-27 16:32:38 +08002590 fib6_clean_all(dev_net(dev), rt6_mtu_change_route, &arg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002591}
2592
Patrick McHardyef7c79e2007-06-05 12:38:30 -07002593static const struct nla_policy rtm_ipv6_policy[RTA_MAX+1] = {
Thomas Graf5176f912006-08-26 20:13:18 -07002594 [RTA_GATEWAY] = { .len = sizeof(struct in6_addr) },
Thomas Graf86872cb2006-08-22 00:01:08 -07002595 [RTA_OIF] = { .type = NLA_U32 },
Thomas Grafab364a62006-08-22 00:01:47 -07002596 [RTA_IIF] = { .type = NLA_U32 },
Thomas Graf86872cb2006-08-22 00:01:08 -07002597 [RTA_PRIORITY] = { .type = NLA_U32 },
2598 [RTA_METRICS] = { .type = NLA_NESTED },
Nicolas Dichtel51ebd312012-10-22 03:42:09 +00002599 [RTA_MULTIPATH] = { .len = sizeof(struct rtnexthop) },
Lubomir Rintelc78ba6d2015-03-11 15:39:21 +01002600 [RTA_PREF] = { .type = NLA_U8 },
Thomas Graf86872cb2006-08-22 00:01:08 -07002601};
2602
2603static int rtm_to_fib6_config(struct sk_buff *skb, struct nlmsghdr *nlh,
2604 struct fib6_config *cfg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605{
Thomas Graf86872cb2006-08-22 00:01:08 -07002606 struct rtmsg *rtm;
2607 struct nlattr *tb[RTA_MAX+1];
Lubomir Rintelc78ba6d2015-03-11 15:39:21 +01002608 unsigned int pref;
Thomas Graf86872cb2006-08-22 00:01:08 -07002609 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610
Thomas Graf86872cb2006-08-22 00:01:08 -07002611 err = nlmsg_parse(nlh, sizeof(*rtm), tb, RTA_MAX, rtm_ipv6_policy);
2612 if (err < 0)
2613 goto errout;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002614
Thomas Graf86872cb2006-08-22 00:01:08 -07002615 err = -EINVAL;
2616 rtm = nlmsg_data(nlh);
2617 memset(cfg, 0, sizeof(*cfg));
2618
2619 cfg->fc_table = rtm->rtm_table;
2620 cfg->fc_dst_len = rtm->rtm_dst_len;
2621 cfg->fc_src_len = rtm->rtm_src_len;
2622 cfg->fc_flags = RTF_UP;
2623 cfg->fc_protocol = rtm->rtm_protocol;
Nicolas Dichtelef2c7d72012-09-05 02:12:42 +00002624 cfg->fc_type = rtm->rtm_type;
Thomas Graf86872cb2006-08-22 00:01:08 -07002625
Nicolas Dichtelef2c7d72012-09-05 02:12:42 +00002626 if (rtm->rtm_type == RTN_UNREACHABLE ||
2627 rtm->rtm_type == RTN_BLACKHOLE ||
Nicolas Dichtelb4949ab2012-09-06 05:53:35 +00002628 rtm->rtm_type == RTN_PROHIBIT ||
2629 rtm->rtm_type == RTN_THROW)
Thomas Graf86872cb2006-08-22 00:01:08 -07002630 cfg->fc_flags |= RTF_REJECT;
2631
Maciej Żenczykowskiab79ad12010-09-27 00:07:02 +00002632 if (rtm->rtm_type == RTN_LOCAL)
2633 cfg->fc_flags |= RTF_LOCAL;
2634
Martin KaFai Lau1f56a012015-04-28 13:03:03 -07002635 if (rtm->rtm_flags & RTM_F_CLONED)
2636 cfg->fc_flags |= RTF_CACHE;
2637
Eric W. Biederman15e47302012-09-07 20:12:54 +00002638 cfg->fc_nlinfo.portid = NETLINK_CB(skb).portid;
Thomas Graf86872cb2006-08-22 00:01:08 -07002639 cfg->fc_nlinfo.nlh = nlh;
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09002640 cfg->fc_nlinfo.nl_net = sock_net(skb->sk);
Thomas Graf86872cb2006-08-22 00:01:08 -07002641
2642 if (tb[RTA_GATEWAY]) {
Jiri Benc67b61f62015-03-29 16:59:26 +02002643 cfg->fc_gateway = nla_get_in6_addr(tb[RTA_GATEWAY]);
Thomas Graf86872cb2006-08-22 00:01:08 -07002644 cfg->fc_flags |= RTF_GATEWAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002645 }
Thomas Graf86872cb2006-08-22 00:01:08 -07002646
2647 if (tb[RTA_DST]) {
2648 int plen = (rtm->rtm_dst_len + 7) >> 3;
2649
2650 if (nla_len(tb[RTA_DST]) < plen)
2651 goto errout;
2652
2653 nla_memcpy(&cfg->fc_dst, tb[RTA_DST], plen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002654 }
Thomas Graf86872cb2006-08-22 00:01:08 -07002655
2656 if (tb[RTA_SRC]) {
2657 int plen = (rtm->rtm_src_len + 7) >> 3;
2658
2659 if (nla_len(tb[RTA_SRC]) < plen)
2660 goto errout;
2661
2662 nla_memcpy(&cfg->fc_src, tb[RTA_SRC], plen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002663 }
Thomas Graf86872cb2006-08-22 00:01:08 -07002664
Daniel Walterc3968a82011-04-13 21:10:57 +00002665 if (tb[RTA_PREFSRC])
Jiri Benc67b61f62015-03-29 16:59:26 +02002666 cfg->fc_prefsrc = nla_get_in6_addr(tb[RTA_PREFSRC]);
Daniel Walterc3968a82011-04-13 21:10:57 +00002667
Thomas Graf86872cb2006-08-22 00:01:08 -07002668 if (tb[RTA_OIF])
2669 cfg->fc_ifindex = nla_get_u32(tb[RTA_OIF]);
2670
2671 if (tb[RTA_PRIORITY])
2672 cfg->fc_metric = nla_get_u32(tb[RTA_PRIORITY]);
2673
2674 if (tb[RTA_METRICS]) {
2675 cfg->fc_mx = nla_data(tb[RTA_METRICS]);
2676 cfg->fc_mx_len = nla_len(tb[RTA_METRICS]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677 }
Thomas Graf86872cb2006-08-22 00:01:08 -07002678
2679 if (tb[RTA_TABLE])
2680 cfg->fc_table = nla_get_u32(tb[RTA_TABLE]);
2681
Nicolas Dichtel51ebd312012-10-22 03:42:09 +00002682 if (tb[RTA_MULTIPATH]) {
2683 cfg->fc_mp = nla_data(tb[RTA_MULTIPATH]);
2684 cfg->fc_mp_len = nla_len(tb[RTA_MULTIPATH]);
2685 }
2686
Lubomir Rintelc78ba6d2015-03-11 15:39:21 +01002687 if (tb[RTA_PREF]) {
2688 pref = nla_get_u8(tb[RTA_PREF]);
2689 if (pref != ICMPV6_ROUTER_PREF_LOW &&
2690 pref != ICMPV6_ROUTER_PREF_HIGH)
2691 pref = ICMPV6_ROUTER_PREF_MEDIUM;
2692 cfg->fc_flags |= RTF_PREF(pref);
2693 }
2694
Thomas Graf86872cb2006-08-22 00:01:08 -07002695 err = 0;
2696errout:
2697 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002698}
2699
Nicolas Dichtel51ebd312012-10-22 03:42:09 +00002700static int ip6_route_multipath(struct fib6_config *cfg, int add)
2701{
2702 struct fib6_config r_cfg;
2703 struct rtnexthop *rtnh;
2704 int remaining;
2705 int attrlen;
2706 int err = 0, last_err = 0;
2707
Michal Kubeček35f1b4e2015-05-18 20:53:55 +02002708 remaining = cfg->fc_mp_len;
Nicolas Dichtel51ebd312012-10-22 03:42:09 +00002709beginning:
2710 rtnh = (struct rtnexthop *)cfg->fc_mp;
Nicolas Dichtel51ebd312012-10-22 03:42:09 +00002711
2712 /* Parse a Multipath Entry */
2713 while (rtnh_ok(rtnh, remaining)) {
2714 memcpy(&r_cfg, cfg, sizeof(*cfg));
2715 if (rtnh->rtnh_ifindex)
2716 r_cfg.fc_ifindex = rtnh->rtnh_ifindex;
2717
2718 attrlen = rtnh_attrlen(rtnh);
2719 if (attrlen > 0) {
2720 struct nlattr *nla, *attrs = rtnh_attrs(rtnh);
2721
2722 nla = nla_find(attrs, attrlen, RTA_GATEWAY);
2723 if (nla) {
Jiri Benc67b61f62015-03-29 16:59:26 +02002724 r_cfg.fc_gateway = nla_get_in6_addr(nla);
Nicolas Dichtel51ebd312012-10-22 03:42:09 +00002725 r_cfg.fc_flags |= RTF_GATEWAY;
2726 }
2727 }
2728 err = add ? ip6_route_add(&r_cfg) : ip6_route_del(&r_cfg);
2729 if (err) {
2730 last_err = err;
2731 /* If we are trying to remove a route, do not stop the
2732 * loop when ip6_route_del() fails (because next hop is
2733 * already gone), we should try to remove all next hops.
2734 */
2735 if (add) {
2736 /* If add fails, we should try to delete all
2737 * next hops that have been already added.
2738 */
2739 add = 0;
Michal Kubeček35f1b4e2015-05-18 20:53:55 +02002740 remaining = cfg->fc_mp_len - remaining;
Nicolas Dichtel51ebd312012-10-22 03:42:09 +00002741 goto beginning;
2742 }
2743 }
Nicolas Dichtel1a724182012-11-01 22:58:22 +00002744 /* Because each route is added like a single route we remove
Michal Kubeček27596472015-05-18 20:54:00 +02002745 * these flags after the first nexthop: if there is a collision,
2746 * we have already failed to add the first nexthop:
2747 * fib6_add_rt2node() has rejected it; when replacing, old
2748 * nexthops have been replaced by first new, the rest should
2749 * be added to it.
Nicolas Dichtel1a724182012-11-01 22:58:22 +00002750 */
Michal Kubeček27596472015-05-18 20:54:00 +02002751 cfg->fc_nlinfo.nlh->nlmsg_flags &= ~(NLM_F_EXCL |
2752 NLM_F_REPLACE);
Nicolas Dichtel51ebd312012-10-22 03:42:09 +00002753 rtnh = rtnh_next(rtnh, &remaining);
2754 }
2755
2756 return last_err;
2757}
2758
Ian Morris67ba4152014-08-24 21:53:10 +01002759static int inet6_rtm_delroute(struct sk_buff *skb, struct nlmsghdr *nlh)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002760{
Thomas Graf86872cb2006-08-22 00:01:08 -07002761 struct fib6_config cfg;
2762 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002763
Thomas Graf86872cb2006-08-22 00:01:08 -07002764 err = rtm_to_fib6_config(skb, nlh, &cfg);
2765 if (err < 0)
2766 return err;
2767
Nicolas Dichtel51ebd312012-10-22 03:42:09 +00002768 if (cfg.fc_mp)
2769 return ip6_route_multipath(&cfg, 0);
2770 else
2771 return ip6_route_del(&cfg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002772}
2773
Ian Morris67ba4152014-08-24 21:53:10 +01002774static int inet6_rtm_newroute(struct sk_buff *skb, struct nlmsghdr *nlh)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002775{
Thomas Graf86872cb2006-08-22 00:01:08 -07002776 struct fib6_config cfg;
2777 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002778
Thomas Graf86872cb2006-08-22 00:01:08 -07002779 err = rtm_to_fib6_config(skb, nlh, &cfg);
2780 if (err < 0)
2781 return err;
2782
Nicolas Dichtel51ebd312012-10-22 03:42:09 +00002783 if (cfg.fc_mp)
2784 return ip6_route_multipath(&cfg, 1);
2785 else
2786 return ip6_route_add(&cfg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002787}
2788
Thomas Graf339bf982006-11-10 14:10:15 -08002789static inline size_t rt6_nlmsg_size(void)
2790{
2791 return NLMSG_ALIGN(sizeof(struct rtmsg))
2792 + nla_total_size(16) /* RTA_SRC */
2793 + nla_total_size(16) /* RTA_DST */
2794 + nla_total_size(16) /* RTA_GATEWAY */
2795 + nla_total_size(16) /* RTA_PREFSRC */
2796 + nla_total_size(4) /* RTA_TABLE */
2797 + nla_total_size(4) /* RTA_IIF */
2798 + nla_total_size(4) /* RTA_OIF */
2799 + nla_total_size(4) /* RTA_PRIORITY */
Noriaki TAKAMIYA6a2b9ce2007-01-23 22:09:41 -08002800 + RTAX_MAX * nla_total_size(4) /* RTA_METRICS */
Daniel Borkmannea697632015-01-05 23:57:47 +01002801 + nla_total_size(sizeof(struct rta_cacheinfo))
Lubomir Rintelc78ba6d2015-03-11 15:39:21 +01002802 + nla_total_size(TCP_CA_NAME_MAX) /* RTAX_CC_ALGO */
2803 + nla_total_size(1); /* RTA_PREF */
Thomas Graf339bf982006-11-10 14:10:15 -08002804}
2805
Brian Haley191cd582008-08-14 15:33:21 -07002806static int rt6_fill_node(struct net *net,
2807 struct sk_buff *skb, struct rt6_info *rt,
Jamal Hadi Salim0d51aa82005-06-21 13:51:04 -07002808 struct in6_addr *dst, struct in6_addr *src,
Eric W. Biederman15e47302012-09-07 20:12:54 +00002809 int iif, int type, u32 portid, u32 seq,
YOSHIFUJI Hideaki7bc570c2008-04-03 09:22:53 +09002810 int prefix, int nowait, unsigned int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811{
Martin KaFai Lau4b32b5a2015-04-28 13:03:06 -07002812 u32 metrics[RTAX_MAX];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002813 struct rtmsg *rtm;
Thomas Graf2d7202b2006-08-22 00:01:27 -07002814 struct nlmsghdr *nlh;
Thomas Grafe3703b32006-11-27 09:27:07 -08002815 long expires;
Patrick McHardy9e762a42006-08-10 23:09:48 -07002816 u32 table;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002817
2818 if (prefix) { /* user wants prefix routes only */
2819 if (!(rt->rt6i_flags & RTF_PREFIX_RT)) {
2820 /* success since this is not a prefix route */
2821 return 1;
2822 }
2823 }
2824
Eric W. Biederman15e47302012-09-07 20:12:54 +00002825 nlh = nlmsg_put(skb, portid, seq, type, sizeof(*rtm), flags);
David S. Miller38308472011-12-03 18:02:47 -05002826 if (!nlh)
Patrick McHardy26932562007-01-31 23:16:40 -08002827 return -EMSGSIZE;
Thomas Graf2d7202b2006-08-22 00:01:27 -07002828
2829 rtm = nlmsg_data(nlh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002830 rtm->rtm_family = AF_INET6;
2831 rtm->rtm_dst_len = rt->rt6i_dst.plen;
2832 rtm->rtm_src_len = rt->rt6i_src.plen;
2833 rtm->rtm_tos = 0;
Thomas Grafc71099a2006-08-04 23:20:06 -07002834 if (rt->rt6i_table)
Patrick McHardy9e762a42006-08-10 23:09:48 -07002835 table = rt->rt6i_table->tb6_id;
Thomas Grafc71099a2006-08-04 23:20:06 -07002836 else
Patrick McHardy9e762a42006-08-10 23:09:48 -07002837 table = RT6_TABLE_UNSPEC;
2838 rtm->rtm_table = table;
David S. Millerc78679e2012-04-01 20:27:33 -04002839 if (nla_put_u32(skb, RTA_TABLE, table))
2840 goto nla_put_failure;
Nicolas Dichtelef2c7d72012-09-05 02:12:42 +00002841 if (rt->rt6i_flags & RTF_REJECT) {
2842 switch (rt->dst.error) {
2843 case -EINVAL:
2844 rtm->rtm_type = RTN_BLACKHOLE;
2845 break;
2846 case -EACCES:
2847 rtm->rtm_type = RTN_PROHIBIT;
2848 break;
Nicolas Dichtelb4949ab2012-09-06 05:53:35 +00002849 case -EAGAIN:
2850 rtm->rtm_type = RTN_THROW;
2851 break;
Nicolas Dichtelef2c7d72012-09-05 02:12:42 +00002852 default:
2853 rtm->rtm_type = RTN_UNREACHABLE;
2854 break;
2855 }
2856 }
David S. Miller38308472011-12-03 18:02:47 -05002857 else if (rt->rt6i_flags & RTF_LOCAL)
Maciej Żenczykowskiab79ad12010-09-27 00:07:02 +00002858 rtm->rtm_type = RTN_LOCAL;
David S. Millerd1918542011-12-28 20:19:20 -05002859 else if (rt->dst.dev && (rt->dst.dev->flags & IFF_LOOPBACK))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002860 rtm->rtm_type = RTN_LOCAL;
2861 else
2862 rtm->rtm_type = RTN_UNICAST;
2863 rtm->rtm_flags = 0;
2864 rtm->rtm_scope = RT_SCOPE_UNIVERSE;
2865 rtm->rtm_protocol = rt->rt6i_protocol;
David S. Miller38308472011-12-03 18:02:47 -05002866 if (rt->rt6i_flags & RTF_DYNAMIC)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002867 rtm->rtm_protocol = RTPROT_REDIRECT;
Denis Ovsienkof0396f602012-07-10 04:45:50 +00002868 else if (rt->rt6i_flags & RTF_ADDRCONF) {
2869 if (rt->rt6i_flags & (RTF_DEFAULT | RTF_ROUTEINFO))
2870 rtm->rtm_protocol = RTPROT_RA;
2871 else
2872 rtm->rtm_protocol = RTPROT_KERNEL;
2873 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002874
David S. Miller38308472011-12-03 18:02:47 -05002875 if (rt->rt6i_flags & RTF_CACHE)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002876 rtm->rtm_flags |= RTM_F_CLONED;
2877
2878 if (dst) {
Jiri Benc930345e2015-03-29 16:59:25 +02002879 if (nla_put_in6_addr(skb, RTA_DST, dst))
David S. Millerc78679e2012-04-01 20:27:33 -04002880 goto nla_put_failure;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002881 rtm->rtm_dst_len = 128;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002882 } else if (rtm->rtm_dst_len)
Jiri Benc930345e2015-03-29 16:59:25 +02002883 if (nla_put_in6_addr(skb, RTA_DST, &rt->rt6i_dst.addr))
David S. Millerc78679e2012-04-01 20:27:33 -04002884 goto nla_put_failure;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002885#ifdef CONFIG_IPV6_SUBTREES
2886 if (src) {
Jiri Benc930345e2015-03-29 16:59:25 +02002887 if (nla_put_in6_addr(skb, RTA_SRC, src))
David S. Millerc78679e2012-04-01 20:27:33 -04002888 goto nla_put_failure;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002889 rtm->rtm_src_len = 128;
David S. Millerc78679e2012-04-01 20:27:33 -04002890 } else if (rtm->rtm_src_len &&
Jiri Benc930345e2015-03-29 16:59:25 +02002891 nla_put_in6_addr(skb, RTA_SRC, &rt->rt6i_src.addr))
David S. Millerc78679e2012-04-01 20:27:33 -04002892 goto nla_put_failure;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002893#endif
YOSHIFUJI Hideaki7bc570c2008-04-03 09:22:53 +09002894 if (iif) {
2895#ifdef CONFIG_IPV6_MROUTE
2896 if (ipv6_addr_is_multicast(&rt->rt6i_dst.addr)) {
Benjamin Thery8229efd2008-12-10 16:30:15 -08002897 int err = ip6mr_get_route(net, skb, rtm, nowait);
YOSHIFUJI Hideaki7bc570c2008-04-03 09:22:53 +09002898 if (err <= 0) {
2899 if (!nowait) {
2900 if (err == 0)
2901 return 0;
2902 goto nla_put_failure;
2903 } else {
2904 if (err == -EMSGSIZE)
2905 goto nla_put_failure;
2906 }
2907 }
2908 } else
2909#endif
David S. Millerc78679e2012-04-01 20:27:33 -04002910 if (nla_put_u32(skb, RTA_IIF, iif))
2911 goto nla_put_failure;
YOSHIFUJI Hideaki7bc570c2008-04-03 09:22:53 +09002912 } else if (dst) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002913 struct in6_addr saddr_buf;
David S. Millerc78679e2012-04-01 20:27:33 -04002914 if (ip6_route_get_saddr(net, rt, dst, 0, &saddr_buf) == 0 &&
Jiri Benc930345e2015-03-29 16:59:25 +02002915 nla_put_in6_addr(skb, RTA_PREFSRC, &saddr_buf))
David S. Millerc78679e2012-04-01 20:27:33 -04002916 goto nla_put_failure;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002917 }
Thomas Graf2d7202b2006-08-22 00:01:27 -07002918
Daniel Walterc3968a82011-04-13 21:10:57 +00002919 if (rt->rt6i_prefsrc.plen) {
2920 struct in6_addr saddr_buf;
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00002921 saddr_buf = rt->rt6i_prefsrc.addr;
Jiri Benc930345e2015-03-29 16:59:25 +02002922 if (nla_put_in6_addr(skb, RTA_PREFSRC, &saddr_buf))
David S. Millerc78679e2012-04-01 20:27:33 -04002923 goto nla_put_failure;
Daniel Walterc3968a82011-04-13 21:10:57 +00002924 }
2925
Martin KaFai Lau4b32b5a2015-04-28 13:03:06 -07002926 memcpy(metrics, dst_metrics_ptr(&rt->dst), sizeof(metrics));
2927 if (rt->rt6i_pmtu)
2928 metrics[RTAX_MTU - 1] = rt->rt6i_pmtu;
2929 if (rtnetlink_put_metrics(skb, metrics) < 0)
Thomas Graf2d7202b2006-08-22 00:01:27 -07002930 goto nla_put_failure;
2931
YOSHIFUJI Hideaki / 吉藤英明dd0cbf22013-01-17 12:53:15 +00002932 if (rt->rt6i_flags & RTF_GATEWAY) {
Jiri Benc930345e2015-03-29 16:59:25 +02002933 if (nla_put_in6_addr(skb, RTA_GATEWAY, &rt->rt6i_gateway) < 0)
Eric Dumazet94f826b2012-03-27 09:53:52 +00002934 goto nla_put_failure;
Eric Dumazet94f826b2012-03-27 09:53:52 +00002935 }
Thomas Graf2d7202b2006-08-22 00:01:27 -07002936
David S. Millerc78679e2012-04-01 20:27:33 -04002937 if (rt->dst.dev &&
2938 nla_put_u32(skb, RTA_OIF, rt->dst.dev->ifindex))
2939 goto nla_put_failure;
2940 if (nla_put_u32(skb, RTA_PRIORITY, rt->rt6i_metric))
2941 goto nla_put_failure;
Li Wei82539472012-07-29 16:01:30 +00002942
2943 expires = (rt->rt6i_flags & RTF_EXPIRES) ? rt->dst.expires - jiffies : 0;
YOSHIFUJI Hideaki69cdf8f2008-05-19 16:55:13 -07002944
David S. Miller87a50692012-07-10 05:06:14 -07002945 if (rtnl_put_cacheinfo(skb, &rt->dst, 0, expires, rt->dst.error) < 0)
Thomas Grafe3703b32006-11-27 09:27:07 -08002946 goto nla_put_failure;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002947
Lubomir Rintelc78ba6d2015-03-11 15:39:21 +01002948 if (nla_put_u8(skb, RTA_PREF, IPV6_EXTRACT_PREF(rt->rt6i_flags)))
2949 goto nla_put_failure;
2950
Johannes Berg053c0952015-01-16 22:09:00 +01002951 nlmsg_end(skb, nlh);
2952 return 0;
Thomas Graf2d7202b2006-08-22 00:01:27 -07002953
2954nla_put_failure:
Patrick McHardy26932562007-01-31 23:16:40 -08002955 nlmsg_cancel(skb, nlh);
2956 return -EMSGSIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002957}
2958
Patrick McHardy1b43af52006-08-10 23:11:17 -07002959int rt6_dump_route(struct rt6_info *rt, void *p_arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002960{
2961 struct rt6_rtnl_dump_arg *arg = (struct rt6_rtnl_dump_arg *) p_arg;
2962 int prefix;
2963
Thomas Graf2d7202b2006-08-22 00:01:27 -07002964 if (nlmsg_len(arg->cb->nlh) >= sizeof(struct rtmsg)) {
2965 struct rtmsg *rtm = nlmsg_data(arg->cb->nlh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966 prefix = (rtm->rtm_flags & RTM_F_PREFIX) != 0;
2967 } else
2968 prefix = 0;
2969
Brian Haley191cd582008-08-14 15:33:21 -07002970 return rt6_fill_node(arg->net,
2971 arg->skb, rt, NULL, NULL, 0, RTM_NEWROUTE,
Eric W. Biederman15e47302012-09-07 20:12:54 +00002972 NETLINK_CB(arg->cb->skb).portid, arg->cb->nlh->nlmsg_seq,
YOSHIFUJI Hideaki7bc570c2008-04-03 09:22:53 +09002973 prefix, 0, NLM_F_MULTI);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002974}
2975
Ian Morris67ba4152014-08-24 21:53:10 +01002976static int inet6_rtm_getroute(struct sk_buff *in_skb, struct nlmsghdr *nlh)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977{
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09002978 struct net *net = sock_net(in_skb->sk);
Thomas Grafab364a62006-08-22 00:01:47 -07002979 struct nlattr *tb[RTA_MAX+1];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002980 struct rt6_info *rt;
Thomas Grafab364a62006-08-22 00:01:47 -07002981 struct sk_buff *skb;
2982 struct rtmsg *rtm;
David S. Miller4c9483b2011-03-12 16:22:43 -05002983 struct flowi6 fl6;
Shmulik Ladkani72331bc2012-04-01 04:03:45 +00002984 int err, iif = 0, oif = 0;
Thomas Grafab364a62006-08-22 00:01:47 -07002985
2986 err = nlmsg_parse(nlh, sizeof(*rtm), tb, RTA_MAX, rtm_ipv6_policy);
2987 if (err < 0)
2988 goto errout;
2989
2990 err = -EINVAL;
David S. Miller4c9483b2011-03-12 16:22:43 -05002991 memset(&fl6, 0, sizeof(fl6));
Thomas Grafab364a62006-08-22 00:01:47 -07002992
2993 if (tb[RTA_SRC]) {
2994 if (nla_len(tb[RTA_SRC]) < sizeof(struct in6_addr))
2995 goto errout;
2996
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00002997 fl6.saddr = *(struct in6_addr *)nla_data(tb[RTA_SRC]);
Thomas Grafab364a62006-08-22 00:01:47 -07002998 }
2999
3000 if (tb[RTA_DST]) {
3001 if (nla_len(tb[RTA_DST]) < sizeof(struct in6_addr))
3002 goto errout;
3003
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00003004 fl6.daddr = *(struct in6_addr *)nla_data(tb[RTA_DST]);
Thomas Grafab364a62006-08-22 00:01:47 -07003005 }
3006
3007 if (tb[RTA_IIF])
3008 iif = nla_get_u32(tb[RTA_IIF]);
3009
3010 if (tb[RTA_OIF])
Shmulik Ladkani72331bc2012-04-01 04:03:45 +00003011 oif = nla_get_u32(tb[RTA_OIF]);
Thomas Grafab364a62006-08-22 00:01:47 -07003012
Lorenzo Colitti2e47b292014-05-15 16:38:41 -07003013 if (tb[RTA_MARK])
3014 fl6.flowi6_mark = nla_get_u32(tb[RTA_MARK]);
3015
Thomas Grafab364a62006-08-22 00:01:47 -07003016 if (iif) {
3017 struct net_device *dev;
Shmulik Ladkani72331bc2012-04-01 04:03:45 +00003018 int flags = 0;
3019
Daniel Lezcano55786892008-03-04 13:47:47 -08003020 dev = __dev_get_by_index(net, iif);
Thomas Grafab364a62006-08-22 00:01:47 -07003021 if (!dev) {
3022 err = -ENODEV;
3023 goto errout;
3024 }
Shmulik Ladkani72331bc2012-04-01 04:03:45 +00003025
3026 fl6.flowi6_iif = iif;
3027
3028 if (!ipv6_addr_any(&fl6.saddr))
3029 flags |= RT6_LOOKUP_F_HAS_SADDR;
3030
3031 rt = (struct rt6_info *)ip6_route_input_lookup(net, dev, &fl6,
3032 flags);
3033 } else {
3034 fl6.flowi6_oif = oif;
3035
3036 rt = (struct rt6_info *)ip6_route_output(net, NULL, &fl6);
Thomas Grafab364a62006-08-22 00:01:47 -07003037 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003038
3039 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL);
David S. Miller38308472011-12-03 18:02:47 -05003040 if (!skb) {
Amerigo Wang94e187c2012-10-29 00:13:19 +00003041 ip6_rt_put(rt);
Thomas Grafab364a62006-08-22 00:01:47 -07003042 err = -ENOBUFS;
3043 goto errout;
3044 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045
3046 /* Reserve room for dummy headers, this skb can pass
3047 through good chunk of routing engine.
3048 */
Arnaldo Carvalho de Melo459a98e2007-03-19 15:30:44 -07003049 skb_reset_mac_header(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003050 skb_reserve(skb, MAX_HEADER + sizeof(struct ipv6hdr));
3051
Changli Gaod8d1f302010-06-10 23:31:35 -07003052 skb_dst_set(skb, &rt->dst);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003053
David S. Miller4c9483b2011-03-12 16:22:43 -05003054 err = rt6_fill_node(net, skb, rt, &fl6.daddr, &fl6.saddr, iif,
Eric W. Biederman15e47302012-09-07 20:12:54 +00003055 RTM_NEWROUTE, NETLINK_CB(in_skb).portid,
YOSHIFUJI Hideaki7bc570c2008-04-03 09:22:53 +09003056 nlh->nlmsg_seq, 0, 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003057 if (err < 0) {
Thomas Grafab364a62006-08-22 00:01:47 -07003058 kfree_skb(skb);
3059 goto errout;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003060 }
3061
Eric W. Biederman15e47302012-09-07 20:12:54 +00003062 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid);
Thomas Grafab364a62006-08-22 00:01:47 -07003063errout:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003064 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003065}
3066
Thomas Graf86872cb2006-08-22 00:01:08 -07003067void inet6_rt_notify(int event, struct rt6_info *rt, struct nl_info *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068{
3069 struct sk_buff *skb;
Daniel Lezcano55786892008-03-04 13:47:47 -08003070 struct net *net = info->nl_net;
Denis V. Lunev528c4ce2007-12-13 09:45:12 -08003071 u32 seq;
3072 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003073
Denis V. Lunev528c4ce2007-12-13 09:45:12 -08003074 err = -ENOBUFS;
David S. Miller38308472011-12-03 18:02:47 -05003075 seq = info->nlh ? info->nlh->nlmsg_seq : 0;
Thomas Graf86872cb2006-08-22 00:01:08 -07003076
Thomas Graf339bf982006-11-10 14:10:15 -08003077 skb = nlmsg_new(rt6_nlmsg_size(), gfp_any());
David S. Miller38308472011-12-03 18:02:47 -05003078 if (!skb)
Thomas Graf21713eb2006-08-15 00:35:24 -07003079 goto errout;
3080
Brian Haley191cd582008-08-14 15:33:21 -07003081 err = rt6_fill_node(net, skb, rt, NULL, NULL, 0,
Eric W. Biederman15e47302012-09-07 20:12:54 +00003082 event, info->portid, seq, 0, 0, 0);
Patrick McHardy26932562007-01-31 23:16:40 -08003083 if (err < 0) {
3084 /* -EMSGSIZE implies BUG in rt6_nlmsg_size() */
3085 WARN_ON(err == -EMSGSIZE);
3086 kfree_skb(skb);
3087 goto errout;
3088 }
Eric W. Biederman15e47302012-09-07 20:12:54 +00003089 rtnl_notify(skb, net, info->portid, RTNLGRP_IPV6_ROUTE,
Pablo Neira Ayuso1ce85fe2009-02-24 23:18:28 -08003090 info->nlh, gfp_any());
3091 return;
Thomas Graf21713eb2006-08-15 00:35:24 -07003092errout:
3093 if (err < 0)
Daniel Lezcano55786892008-03-04 13:47:47 -08003094 rtnl_set_sk_err(net, RTNLGRP_IPV6_ROUTE, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003095}
3096
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003097static int ip6_route_dev_notify(struct notifier_block *this,
Jiri Pirko351638e2013-05-28 01:30:21 +00003098 unsigned long event, void *ptr)
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003099{
Jiri Pirko351638e2013-05-28 01:30:21 +00003100 struct net_device *dev = netdev_notifier_info_to_dev(ptr);
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09003101 struct net *net = dev_net(dev);
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003102
3103 if (event == NETDEV_REGISTER && (dev->flags & IFF_LOOPBACK)) {
Changli Gaod8d1f302010-06-10 23:31:35 -07003104 net->ipv6.ip6_null_entry->dst.dev = dev;
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003105 net->ipv6.ip6_null_entry->rt6i_idev = in6_dev_get(dev);
3106#ifdef CONFIG_IPV6_MULTIPLE_TABLES
Changli Gaod8d1f302010-06-10 23:31:35 -07003107 net->ipv6.ip6_prohibit_entry->dst.dev = dev;
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003108 net->ipv6.ip6_prohibit_entry->rt6i_idev = in6_dev_get(dev);
Changli Gaod8d1f302010-06-10 23:31:35 -07003109 net->ipv6.ip6_blk_hole_entry->dst.dev = dev;
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003110 net->ipv6.ip6_blk_hole_entry->rt6i_idev = in6_dev_get(dev);
3111#endif
3112 }
3113
3114 return NOTIFY_OK;
3115}
3116
Linus Torvalds1da177e2005-04-16 15:20:36 -07003117/*
3118 * /proc
3119 */
3120
3121#ifdef CONFIG_PROC_FS
3122
Alexey Dobriyan33120b32007-11-06 05:27:11 -08003123static const struct file_operations ipv6_route_proc_fops = {
3124 .owner = THIS_MODULE,
3125 .open = ipv6_route_open,
3126 .read = seq_read,
3127 .llseek = seq_lseek,
Hannes Frederic Sowa8d2ca1d2013-09-21 16:55:59 +02003128 .release = seq_release_net,
Alexey Dobriyan33120b32007-11-06 05:27:11 -08003129};
3130
Linus Torvalds1da177e2005-04-16 15:20:36 -07003131static int rt6_stats_seq_show(struct seq_file *seq, void *v)
3132{
Daniel Lezcano69ddb802008-03-04 13:46:23 -08003133 struct net *net = (struct net *)seq->private;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003134 seq_printf(seq, "%04x %04x %04x %04x %04x %04x %04x\n",
Daniel Lezcano69ddb802008-03-04 13:46:23 -08003135 net->ipv6.rt6_stats->fib_nodes,
3136 net->ipv6.rt6_stats->fib_route_nodes,
3137 net->ipv6.rt6_stats->fib_rt_alloc,
3138 net->ipv6.rt6_stats->fib_rt_entries,
3139 net->ipv6.rt6_stats->fib_rt_cache,
Eric Dumazetfc66f952010-10-08 06:37:34 +00003140 dst_entries_get_slow(&net->ipv6.ip6_dst_ops),
Daniel Lezcano69ddb802008-03-04 13:46:23 -08003141 net->ipv6.rt6_stats->fib_discarded_routes);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003142
3143 return 0;
3144}
3145
3146static int rt6_stats_seq_open(struct inode *inode, struct file *file)
3147{
Pavel Emelyanovde05c552008-07-18 04:07:21 -07003148 return single_open_net(inode, file, rt6_stats_seq_show);
Daniel Lezcano69ddb802008-03-04 13:46:23 -08003149}
3150
Arjan van de Ven9a321442007-02-12 00:55:35 -08003151static const struct file_operations rt6_stats_seq_fops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003152 .owner = THIS_MODULE,
3153 .open = rt6_stats_seq_open,
3154 .read = seq_read,
3155 .llseek = seq_lseek,
Pavel Emelyanovb6fcbdb2008-07-18 04:07:44 -07003156 .release = single_release_net,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157};
3158#endif /* CONFIG_PROC_FS */
3159
3160#ifdef CONFIG_SYSCTL
3161
Linus Torvalds1da177e2005-04-16 15:20:36 -07003162static
Joe Perchesfe2c6332013-06-11 23:04:25 -07003163int ipv6_sysctl_rtcache_flush(struct ctl_table *ctl, int write,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003164 void __user *buffer, size_t *lenp, loff_t *ppos)
3165{
Lucian Adrian Grijincuc486da32011-02-24 19:48:03 +00003166 struct net *net;
3167 int delay;
3168 if (!write)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003169 return -EINVAL;
Lucian Adrian Grijincuc486da32011-02-24 19:48:03 +00003170
3171 net = (struct net *)ctl->extra1;
3172 delay = net->ipv6.sysctl.flush_delay;
3173 proc_dointvec(ctl, write, buffer, lenp, ppos);
Michal Kubeček2ac3ac82013-08-01 10:04:14 +02003174 fib6_run_gc(delay <= 0 ? 0 : (unsigned long)delay, net, delay > 0);
Lucian Adrian Grijincuc486da32011-02-24 19:48:03 +00003175 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003176}
3177
Joe Perchesfe2c6332013-06-11 23:04:25 -07003178struct ctl_table ipv6_route_table_template[] = {
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09003179 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003180 .procname = "flush",
Daniel Lezcano49905092008-01-10 03:01:01 -08003181 .data = &init_net.ipv6.sysctl.flush_delay,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003182 .maxlen = sizeof(int),
Dave Jones89c8b3a12005-04-28 12:11:49 -07003183 .mode = 0200,
Alexey Dobriyan6d9f2392008-11-03 18:21:05 -08003184 .proc_handler = ipv6_sysctl_rtcache_flush
Linus Torvalds1da177e2005-04-16 15:20:36 -07003185 },
3186 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003187 .procname = "gc_thresh",
Daniel Lezcano9a7ec3a2008-03-04 13:48:53 -08003188 .data = &ip6_dst_ops_template.gc_thresh,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003189 .maxlen = sizeof(int),
3190 .mode = 0644,
Alexey Dobriyan6d9f2392008-11-03 18:21:05 -08003191 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003192 },
3193 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003194 .procname = "max_size",
Daniel Lezcano49905092008-01-10 03:01:01 -08003195 .data = &init_net.ipv6.sysctl.ip6_rt_max_size,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003196 .maxlen = sizeof(int),
3197 .mode = 0644,
Alexey Dobriyan6d9f2392008-11-03 18:21:05 -08003198 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003199 },
3200 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003201 .procname = "gc_min_interval",
Daniel Lezcano49905092008-01-10 03:01:01 -08003202 .data = &init_net.ipv6.sysctl.ip6_rt_gc_min_interval,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003203 .maxlen = sizeof(int),
3204 .mode = 0644,
Alexey Dobriyan6d9f2392008-11-03 18:21:05 -08003205 .proc_handler = proc_dointvec_jiffies,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003206 },
3207 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003208 .procname = "gc_timeout",
Daniel Lezcano49905092008-01-10 03:01:01 -08003209 .data = &init_net.ipv6.sysctl.ip6_rt_gc_timeout,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003210 .maxlen = sizeof(int),
3211 .mode = 0644,
Alexey Dobriyan6d9f2392008-11-03 18:21:05 -08003212 .proc_handler = proc_dointvec_jiffies,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213 },
3214 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003215 .procname = "gc_interval",
Daniel Lezcano49905092008-01-10 03:01:01 -08003216 .data = &init_net.ipv6.sysctl.ip6_rt_gc_interval,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003217 .maxlen = sizeof(int),
3218 .mode = 0644,
Alexey Dobriyan6d9f2392008-11-03 18:21:05 -08003219 .proc_handler = proc_dointvec_jiffies,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003220 },
3221 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222 .procname = "gc_elasticity",
Daniel Lezcano49905092008-01-10 03:01:01 -08003223 .data = &init_net.ipv6.sysctl.ip6_rt_gc_elasticity,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003224 .maxlen = sizeof(int),
3225 .mode = 0644,
Min Zhangf3d3f612010-08-14 22:42:51 -07003226 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003227 },
3228 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003229 .procname = "mtu_expires",
Daniel Lezcano49905092008-01-10 03:01:01 -08003230 .data = &init_net.ipv6.sysctl.ip6_rt_mtu_expires,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003231 .maxlen = sizeof(int),
3232 .mode = 0644,
Alexey Dobriyan6d9f2392008-11-03 18:21:05 -08003233 .proc_handler = proc_dointvec_jiffies,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003234 },
3235 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003236 .procname = "min_adv_mss",
Daniel Lezcano49905092008-01-10 03:01:01 -08003237 .data = &init_net.ipv6.sysctl.ip6_rt_min_advmss,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003238 .maxlen = sizeof(int),
3239 .mode = 0644,
Min Zhangf3d3f612010-08-14 22:42:51 -07003240 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003241 },
3242 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003243 .procname = "gc_min_interval_ms",
Daniel Lezcano49905092008-01-10 03:01:01 -08003244 .data = &init_net.ipv6.sysctl.ip6_rt_gc_min_interval,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003245 .maxlen = sizeof(int),
3246 .mode = 0644,
Alexey Dobriyan6d9f2392008-11-03 18:21:05 -08003247 .proc_handler = proc_dointvec_ms_jiffies,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003248 },
Eric W. Biedermanf8572d82009-11-05 13:32:03 -08003249 { }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003250};
3251
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00003252struct ctl_table * __net_init ipv6_route_sysctl_init(struct net *net)
Daniel Lezcano760f2d02008-01-10 02:53:43 -08003253{
3254 struct ctl_table *table;
3255
3256 table = kmemdup(ipv6_route_table_template,
3257 sizeof(ipv6_route_table_template),
3258 GFP_KERNEL);
YOSHIFUJI Hideaki5ee09102008-02-28 00:24:28 +09003259
3260 if (table) {
3261 table[0].data = &net->ipv6.sysctl.flush_delay;
Lucian Adrian Grijincuc486da32011-02-24 19:48:03 +00003262 table[0].extra1 = net;
Alexey Dobriyan86393e52009-08-29 01:34:49 +00003263 table[1].data = &net->ipv6.ip6_dst_ops.gc_thresh;
YOSHIFUJI Hideaki5ee09102008-02-28 00:24:28 +09003264 table[2].data = &net->ipv6.sysctl.ip6_rt_max_size;
3265 table[3].data = &net->ipv6.sysctl.ip6_rt_gc_min_interval;
3266 table[4].data = &net->ipv6.sysctl.ip6_rt_gc_timeout;
3267 table[5].data = &net->ipv6.sysctl.ip6_rt_gc_interval;
3268 table[6].data = &net->ipv6.sysctl.ip6_rt_gc_elasticity;
3269 table[7].data = &net->ipv6.sysctl.ip6_rt_mtu_expires;
3270 table[8].data = &net->ipv6.sysctl.ip6_rt_min_advmss;
Alexey Dobriyan9c69fab2009-12-18 20:11:03 -08003271 table[9].data = &net->ipv6.sysctl.ip6_rt_gc_min_interval;
Eric W. Biederman464dc802012-11-16 03:02:59 +00003272
3273 /* Don't export sysctls to unprivileged users */
3274 if (net->user_ns != &init_user_ns)
3275 table[0].procname = NULL;
YOSHIFUJI Hideaki5ee09102008-02-28 00:24:28 +09003276 }
3277
Daniel Lezcano760f2d02008-01-10 02:53:43 -08003278 return table;
3279}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003280#endif
3281
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00003282static int __net_init ip6_route_net_init(struct net *net)
Daniel Lezcanocdb18762008-03-04 13:45:33 -08003283{
Pavel Emelyanov633d424b2008-04-21 14:25:23 -07003284 int ret = -ENOMEM;
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003285
Alexey Dobriyan86393e52009-08-29 01:34:49 +00003286 memcpy(&net->ipv6.ip6_dst_ops, &ip6_dst_ops_template,
3287 sizeof(net->ipv6.ip6_dst_ops));
Benjamin Theryf2fc6a52008-03-04 13:49:23 -08003288
Eric Dumazetfc66f952010-10-08 06:37:34 +00003289 if (dst_entries_init(&net->ipv6.ip6_dst_ops) < 0)
3290 goto out_ip6_dst_ops;
3291
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003292 net->ipv6.ip6_null_entry = kmemdup(&ip6_null_entry_template,
3293 sizeof(*net->ipv6.ip6_null_entry),
3294 GFP_KERNEL);
3295 if (!net->ipv6.ip6_null_entry)
Eric Dumazetfc66f952010-10-08 06:37:34 +00003296 goto out_ip6_dst_entries;
Changli Gaod8d1f302010-06-10 23:31:35 -07003297 net->ipv6.ip6_null_entry->dst.path =
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003298 (struct dst_entry *)net->ipv6.ip6_null_entry;
Changli Gaod8d1f302010-06-10 23:31:35 -07003299 net->ipv6.ip6_null_entry->dst.ops = &net->ipv6.ip6_dst_ops;
David S. Miller62fa8a82011-01-26 20:51:05 -08003300 dst_init_metrics(&net->ipv6.ip6_null_entry->dst,
3301 ip6_template_metrics, true);
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003302
3303#ifdef CONFIG_IPV6_MULTIPLE_TABLES
3304 net->ipv6.ip6_prohibit_entry = kmemdup(&ip6_prohibit_entry_template,
3305 sizeof(*net->ipv6.ip6_prohibit_entry),
3306 GFP_KERNEL);
Peter Zijlstra68fffc62008-10-07 14:12:10 -07003307 if (!net->ipv6.ip6_prohibit_entry)
3308 goto out_ip6_null_entry;
Changli Gaod8d1f302010-06-10 23:31:35 -07003309 net->ipv6.ip6_prohibit_entry->dst.path =
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003310 (struct dst_entry *)net->ipv6.ip6_prohibit_entry;
Changli Gaod8d1f302010-06-10 23:31:35 -07003311 net->ipv6.ip6_prohibit_entry->dst.ops = &net->ipv6.ip6_dst_ops;
David S. Miller62fa8a82011-01-26 20:51:05 -08003312 dst_init_metrics(&net->ipv6.ip6_prohibit_entry->dst,
3313 ip6_template_metrics, true);
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003314
3315 net->ipv6.ip6_blk_hole_entry = kmemdup(&ip6_blk_hole_entry_template,
3316 sizeof(*net->ipv6.ip6_blk_hole_entry),
3317 GFP_KERNEL);
Peter Zijlstra68fffc62008-10-07 14:12:10 -07003318 if (!net->ipv6.ip6_blk_hole_entry)
3319 goto out_ip6_prohibit_entry;
Changli Gaod8d1f302010-06-10 23:31:35 -07003320 net->ipv6.ip6_blk_hole_entry->dst.path =
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003321 (struct dst_entry *)net->ipv6.ip6_blk_hole_entry;
Changli Gaod8d1f302010-06-10 23:31:35 -07003322 net->ipv6.ip6_blk_hole_entry->dst.ops = &net->ipv6.ip6_dst_ops;
David S. Miller62fa8a82011-01-26 20:51:05 -08003323 dst_init_metrics(&net->ipv6.ip6_blk_hole_entry->dst,
3324 ip6_template_metrics, true);
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003325#endif
3326
Peter Zijlstrab339a47c2008-10-07 14:15:00 -07003327 net->ipv6.sysctl.flush_delay = 0;
3328 net->ipv6.sysctl.ip6_rt_max_size = 4096;
3329 net->ipv6.sysctl.ip6_rt_gc_min_interval = HZ / 2;
3330 net->ipv6.sysctl.ip6_rt_gc_timeout = 60*HZ;
3331 net->ipv6.sysctl.ip6_rt_gc_interval = 30*HZ;
3332 net->ipv6.sysctl.ip6_rt_gc_elasticity = 9;
3333 net->ipv6.sysctl.ip6_rt_mtu_expires = 10*60*HZ;
3334 net->ipv6.sysctl.ip6_rt_min_advmss = IPV6_MIN_MTU - 20 - 40;
3335
Benjamin Thery6891a342008-03-04 13:49:47 -08003336 net->ipv6.ip6_rt_gc_expire = 30*HZ;
3337
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003338 ret = 0;
3339out:
3340 return ret;
Benjamin Theryf2fc6a52008-03-04 13:49:23 -08003341
Peter Zijlstra68fffc62008-10-07 14:12:10 -07003342#ifdef CONFIG_IPV6_MULTIPLE_TABLES
3343out_ip6_prohibit_entry:
3344 kfree(net->ipv6.ip6_prohibit_entry);
3345out_ip6_null_entry:
3346 kfree(net->ipv6.ip6_null_entry);
3347#endif
Eric Dumazetfc66f952010-10-08 06:37:34 +00003348out_ip6_dst_entries:
3349 dst_entries_destroy(&net->ipv6.ip6_dst_ops);
Benjamin Theryf2fc6a52008-03-04 13:49:23 -08003350out_ip6_dst_ops:
Benjamin Theryf2fc6a52008-03-04 13:49:23 -08003351 goto out;
Daniel Lezcanocdb18762008-03-04 13:45:33 -08003352}
3353
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00003354static void __net_exit ip6_route_net_exit(struct net *net)
Daniel Lezcanocdb18762008-03-04 13:45:33 -08003355{
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003356 kfree(net->ipv6.ip6_null_entry);
3357#ifdef CONFIG_IPV6_MULTIPLE_TABLES
3358 kfree(net->ipv6.ip6_prohibit_entry);
3359 kfree(net->ipv6.ip6_blk_hole_entry);
3360#endif
Xiaotian Feng41bb78b2010-11-02 16:11:05 +00003361 dst_entries_destroy(&net->ipv6.ip6_dst_ops);
Daniel Lezcanocdb18762008-03-04 13:45:33 -08003362}
3363
Thomas Grafd1896342012-06-18 12:08:33 +00003364static int __net_init ip6_route_net_init_late(struct net *net)
3365{
3366#ifdef CONFIG_PROC_FS
Gao fengd4beaa62013-02-18 01:34:54 +00003367 proc_create("ipv6_route", 0, net->proc_net, &ipv6_route_proc_fops);
3368 proc_create("rt6_stats", S_IRUGO, net->proc_net, &rt6_stats_seq_fops);
Thomas Grafd1896342012-06-18 12:08:33 +00003369#endif
3370 return 0;
3371}
3372
3373static void __net_exit ip6_route_net_exit_late(struct net *net)
3374{
3375#ifdef CONFIG_PROC_FS
Gao fengece31ff2013-02-18 01:34:56 +00003376 remove_proc_entry("ipv6_route", net->proc_net);
3377 remove_proc_entry("rt6_stats", net->proc_net);
Thomas Grafd1896342012-06-18 12:08:33 +00003378#endif
3379}
3380
Daniel Lezcanocdb18762008-03-04 13:45:33 -08003381static struct pernet_operations ip6_route_net_ops = {
3382 .init = ip6_route_net_init,
3383 .exit = ip6_route_net_exit,
3384};
3385
David S. Millerc3426b42012-06-09 16:27:05 -07003386static int __net_init ipv6_inetpeer_init(struct net *net)
3387{
3388 struct inet_peer_base *bp = kmalloc(sizeof(*bp), GFP_KERNEL);
3389
3390 if (!bp)
3391 return -ENOMEM;
3392 inet_peer_base_init(bp);
3393 net->ipv6.peers = bp;
3394 return 0;
3395}
3396
3397static void __net_exit ipv6_inetpeer_exit(struct net *net)
3398{
3399 struct inet_peer_base *bp = net->ipv6.peers;
3400
3401 net->ipv6.peers = NULL;
David S. Miller56a6b242012-06-09 16:32:41 -07003402 inetpeer_invalidate_tree(bp);
David S. Millerc3426b42012-06-09 16:27:05 -07003403 kfree(bp);
3404}
3405
David S. Miller2b823f72012-06-09 19:00:16 -07003406static struct pernet_operations ipv6_inetpeer_ops = {
David S. Millerc3426b42012-06-09 16:27:05 -07003407 .init = ipv6_inetpeer_init,
3408 .exit = ipv6_inetpeer_exit,
3409};
3410
Thomas Grafd1896342012-06-18 12:08:33 +00003411static struct pernet_operations ip6_route_net_late_ops = {
3412 .init = ip6_route_net_init_late,
3413 .exit = ip6_route_net_exit_late,
3414};
3415
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003416static struct notifier_block ip6_route_dev_notifier = {
3417 .notifier_call = ip6_route_dev_notify,
3418 .priority = 0,
3419};
3420
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003421int __init ip6_route_init(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003422{
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003423 int ret;
Martin KaFai Lau8d0b94a2015-05-22 20:56:04 -07003424 int cpu;
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003425
Daniel Lezcano9a7ec3a2008-03-04 13:48:53 -08003426 ret = -ENOMEM;
3427 ip6_dst_ops_template.kmem_cachep =
3428 kmem_cache_create("ip6_dst_cache", sizeof(struct rt6_info), 0,
3429 SLAB_HWCACHE_ALIGN, NULL);
3430 if (!ip6_dst_ops_template.kmem_cachep)
Fernando Carrijoc19a28e2009-01-07 18:09:08 -08003431 goto out;
David S. Miller14e50e52007-05-24 18:17:54 -07003432
Eric Dumazetfc66f952010-10-08 06:37:34 +00003433 ret = dst_entries_init(&ip6_dst_blackhole_ops);
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003434 if (ret)
Daniel Lezcanobdb32892008-03-04 13:48:10 -08003435 goto out_kmem_cache;
Daniel Lezcanobdb32892008-03-04 13:48:10 -08003436
David S. Millerc3426b42012-06-09 16:27:05 -07003437 ret = register_pernet_subsys(&ipv6_inetpeer_ops);
3438 if (ret)
David S. Millere8803b62012-06-16 01:12:19 -07003439 goto out_dst_entries;
Thomas Graf2a0c4512012-06-14 23:00:17 +00003440
David S. Miller7e52b332012-06-15 15:51:55 -07003441 ret = register_pernet_subsys(&ip6_route_net_ops);
3442 if (ret)
3443 goto out_register_inetpeer;
David S. Millerc3426b42012-06-09 16:27:05 -07003444
Arnaud Ebalard5dc121e2008-10-01 02:37:56 -07003445 ip6_dst_blackhole_ops.kmem_cachep = ip6_dst_ops_template.kmem_cachep;
3446
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003447 /* Registering of the loopback is done before this portion of code,
3448 * the loopback reference in rt6_info will not be taken, do it
3449 * manually for init_net */
Changli Gaod8d1f302010-06-10 23:31:35 -07003450 init_net.ipv6.ip6_null_entry->dst.dev = init_net.loopback_dev;
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003451 init_net.ipv6.ip6_null_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev);
3452 #ifdef CONFIG_IPV6_MULTIPLE_TABLES
Changli Gaod8d1f302010-06-10 23:31:35 -07003453 init_net.ipv6.ip6_prohibit_entry->dst.dev = init_net.loopback_dev;
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003454 init_net.ipv6.ip6_prohibit_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev);
Changli Gaod8d1f302010-06-10 23:31:35 -07003455 init_net.ipv6.ip6_blk_hole_entry->dst.dev = init_net.loopback_dev;
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003456 init_net.ipv6.ip6_blk_hole_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev);
3457 #endif
David S. Millere8803b62012-06-16 01:12:19 -07003458 ret = fib6_init();
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003459 if (ret)
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003460 goto out_register_subsys;
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003461
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003462 ret = xfrm6_init();
3463 if (ret)
David S. Millere8803b62012-06-16 01:12:19 -07003464 goto out_fib6_init;
Daniel Lezcanoc35b7e72007-12-08 00:14:11 -08003465
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003466 ret = fib6_rules_init();
3467 if (ret)
3468 goto xfrm6_init;
Daniel Lezcano7e5449c2007-12-08 00:14:54 -08003469
Thomas Grafd1896342012-06-18 12:08:33 +00003470 ret = register_pernet_subsys(&ip6_route_net_late_ops);
3471 if (ret)
3472 goto fib6_rules_init;
3473
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003474 ret = -ENOBUFS;
Greg Rosec7ac8672011-06-10 01:27:09 +00003475 if (__rtnl_register(PF_INET6, RTM_NEWROUTE, inet6_rtm_newroute, NULL, NULL) ||
3476 __rtnl_register(PF_INET6, RTM_DELROUTE, inet6_rtm_delroute, NULL, NULL) ||
3477 __rtnl_register(PF_INET6, RTM_GETROUTE, inet6_rtm_getroute, NULL, NULL))
Thomas Grafd1896342012-06-18 12:08:33 +00003478 goto out_register_late_subsys;
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003479
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003480 ret = register_netdevice_notifier(&ip6_route_dev_notifier);
Daniel Lezcanocdb18762008-03-04 13:45:33 -08003481 if (ret)
Thomas Grafd1896342012-06-18 12:08:33 +00003482 goto out_register_late_subsys;
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003483
Martin KaFai Lau8d0b94a2015-05-22 20:56:04 -07003484 for_each_possible_cpu(cpu) {
3485 struct uncached_list *ul = per_cpu_ptr(&rt6_uncached_list, cpu);
3486
3487 INIT_LIST_HEAD(&ul->head);
3488 spin_lock_init(&ul->lock);
3489 }
3490
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003491out:
3492 return ret;
3493
Thomas Grafd1896342012-06-18 12:08:33 +00003494out_register_late_subsys:
3495 unregister_pernet_subsys(&ip6_route_net_late_ops);
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003496fib6_rules_init:
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003497 fib6_rules_cleanup();
3498xfrm6_init:
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003499 xfrm6_fini();
Thomas Graf2a0c4512012-06-14 23:00:17 +00003500out_fib6_init:
3501 fib6_gc_cleanup();
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003502out_register_subsys:
3503 unregister_pernet_subsys(&ip6_route_net_ops);
David S. Miller7e52b332012-06-15 15:51:55 -07003504out_register_inetpeer:
3505 unregister_pernet_subsys(&ipv6_inetpeer_ops);
Eric Dumazetfc66f952010-10-08 06:37:34 +00003506out_dst_entries:
3507 dst_entries_destroy(&ip6_dst_blackhole_ops);
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003508out_kmem_cache:
Benjamin Theryf2fc6a52008-03-04 13:49:23 -08003509 kmem_cache_destroy(ip6_dst_ops_template.kmem_cachep);
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003510 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003511}
3512
3513void ip6_route_cleanup(void)
3514{
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003515 unregister_netdevice_notifier(&ip6_route_dev_notifier);
Thomas Grafd1896342012-06-18 12:08:33 +00003516 unregister_pernet_subsys(&ip6_route_net_late_ops);
Thomas Graf101367c2006-08-04 03:39:02 -07003517 fib6_rules_cleanup();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003518 xfrm6_fini();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003519 fib6_gc_cleanup();
David S. Millerc3426b42012-06-09 16:27:05 -07003520 unregister_pernet_subsys(&ipv6_inetpeer_ops);
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003521 unregister_pernet_subsys(&ip6_route_net_ops);
Xiaotian Feng41bb78b2010-11-02 16:11:05 +00003522 dst_entries_destroy(&ip6_dst_blackhole_ops);
Benjamin Theryf2fc6a52008-03-04 13:49:23 -08003523 kmem_cache_destroy(ip6_dst_ops_template.kmem_cachep);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003524}