blob: 9de4d2bcd9168cc0c8951f1042e77754979bab62 [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);
Markus Elfring87775312015-07-02 16:30:24 +0200372 free_percpu(rt->rt6i_pcpu);
Martin KaFai Lau8d0b94a2015-05-22 20:56:04 -0700373 rt6_uncached_list_del(rt);
374
375 idev = rt->rt6i_idev;
David S. Miller38308472011-12-03 18:02:47 -0500376 if (idev) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700377 rt->rt6i_idev = NULL;
378 in6_dev_put(idev);
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +0900379 }
Gao feng1716a962012-04-06 00:13:10 +0000380
YOSHIFUJI Hideaki / 吉藤英明ecd98832013-02-20 00:29:08 +0000381 dst->from = NULL;
382 dst_release(from);
David S. Millerb3419362010-11-30 12:27:11 -0800383}
384
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385static void ip6_dst_ifdown(struct dst_entry *dst, struct net_device *dev,
386 int how)
387{
388 struct rt6_info *rt = (struct rt6_info *)dst;
389 struct inet6_dev *idev = rt->rt6i_idev;
Denis V. Lunev5a3e55d2007-12-07 00:38:10 -0800390 struct net_device *loopback_dev =
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +0900391 dev_net(dev)->loopback_dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392
David S. Miller97cac082012-07-02 22:43:47 -0700393 if (dev != loopback_dev) {
394 if (idev && idev->dev == dev) {
395 struct inet6_dev *loopback_idev =
396 in6_dev_get(loopback_dev);
397 if (loopback_idev) {
398 rt->rt6i_idev = loopback_idev;
399 in6_dev_put(idev);
400 }
401 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402 }
403}
404
Eric Dumazeta50feda2012-05-18 18:57:34 +0000405static bool rt6_check_expired(const struct rt6_info *rt)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700406{
Gao feng1716a962012-04-06 00:13:10 +0000407 if (rt->rt6i_flags & RTF_EXPIRES) {
408 if (time_after(jiffies, rt->dst.expires))
Eric Dumazeta50feda2012-05-18 18:57:34 +0000409 return true;
Gao feng1716a962012-04-06 00:13:10 +0000410 } else if (rt->dst.from) {
Li RongQing3fd91fb2012-09-13 19:54:57 +0000411 return rt6_check_expired((struct rt6_info *) rt->dst.from);
Gao feng1716a962012-04-06 00:13:10 +0000412 }
Eric Dumazeta50feda2012-05-18 18:57:34 +0000413 return false;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700414}
415
Nicolas Dichtel51ebd312012-10-22 03:42:09 +0000416/* Multipath route selection:
417 * Hash based function using packet header and flowlabel.
418 * Adapted from fib_info_hashfn()
419 */
420static int rt6_info_hash_nhsfn(unsigned int candidate_count,
421 const struct flowi6 *fl6)
422{
423 unsigned int val = fl6->flowi6_proto;
424
YOSHIFUJI Hideaki / 吉藤英明c08977b2013-01-13 05:02:29 +0000425 val ^= ipv6_addr_hash(&fl6->daddr);
426 val ^= ipv6_addr_hash(&fl6->saddr);
Nicolas Dichtel51ebd312012-10-22 03:42:09 +0000427
428 /* Work only if this not encapsulated */
429 switch (fl6->flowi6_proto) {
430 case IPPROTO_UDP:
431 case IPPROTO_TCP:
432 case IPPROTO_SCTP:
Nicolas Dichtelb3ce5ae2012-10-22 23:35:06 +0000433 val ^= (__force u16)fl6->fl6_sport;
434 val ^= (__force u16)fl6->fl6_dport;
Nicolas Dichtel51ebd312012-10-22 03:42:09 +0000435 break;
436
437 case IPPROTO_ICMPV6:
Nicolas Dichtelb3ce5ae2012-10-22 23:35:06 +0000438 val ^= (__force u16)fl6->fl6_icmp_type;
439 val ^= (__force u16)fl6->fl6_icmp_code;
Nicolas Dichtel51ebd312012-10-22 03:42:09 +0000440 break;
441 }
442 /* RFC6438 recommands to use flowlabel */
Nicolas Dichtelb3ce5ae2012-10-22 23:35:06 +0000443 val ^= (__force u32)fl6->flowlabel;
Nicolas Dichtel51ebd312012-10-22 03:42:09 +0000444
445 /* Perhaps, we need to tune, this function? */
446 val = val ^ (val >> 7) ^ (val >> 12);
447 return val % candidate_count;
448}
449
450static struct rt6_info *rt6_multipath_select(struct rt6_info *match,
Nicolas Dichtel52bd4c02013-06-28 17:35:48 +0200451 struct flowi6 *fl6, int oif,
452 int strict)
Nicolas Dichtel51ebd312012-10-22 03:42:09 +0000453{
454 struct rt6_info *sibling, *next_sibling;
455 int route_choosen;
456
457 route_choosen = rt6_info_hash_nhsfn(match->rt6i_nsiblings + 1, fl6);
458 /* Don't change the route, if route_choosen == 0
459 * (siblings does not include ourself)
460 */
461 if (route_choosen)
462 list_for_each_entry_safe(sibling, next_sibling,
463 &match->rt6i_siblings, rt6i_siblings) {
464 route_choosen--;
465 if (route_choosen == 0) {
Nicolas Dichtel52bd4c02013-06-28 17:35:48 +0200466 if (rt6_score_route(sibling, oif, strict) < 0)
467 break;
Nicolas Dichtel51ebd312012-10-22 03:42:09 +0000468 match = sibling;
469 break;
470 }
471 }
472 return match;
473}
474
Linus Torvalds1da177e2005-04-16 15:20:36 -0700475/*
Thomas Grafc71099a2006-08-04 23:20:06 -0700476 * Route lookup. Any table->tb6_lock is implied.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700477 */
478
Daniel Lezcano8ed67782008-03-04 13:48:30 -0800479static inline struct rt6_info *rt6_device_match(struct net *net,
480 struct rt6_info *rt,
Eric Dumazetb71d1d42011-04-22 04:53:02 +0000481 const struct in6_addr *saddr,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700482 int oif,
YOSHIFUJI Hideakid4208952008-06-27 20:14:54 -0700483 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700484{
485 struct rt6_info *local = NULL;
486 struct rt6_info *sprt;
487
YOSHIFUJI Hideakidd3abc42008-07-02 18:30:18 +0900488 if (!oif && ipv6_addr_any(saddr))
489 goto out;
490
Changli Gaod8d1f302010-06-10 23:31:35 -0700491 for (sprt = rt; sprt; sprt = sprt->dst.rt6_next) {
David S. Millerd1918542011-12-28 20:19:20 -0500492 struct net_device *dev = sprt->dst.dev;
YOSHIFUJI Hideakidd3abc42008-07-02 18:30:18 +0900493
494 if (oif) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700495 if (dev->ifindex == oif)
496 return sprt;
497 if (dev->flags & IFF_LOOPBACK) {
David S. Miller38308472011-12-03 18:02:47 -0500498 if (!sprt->rt6i_idev ||
Linus Torvalds1da177e2005-04-16 15:20:36 -0700499 sprt->rt6i_idev->dev->ifindex != oif) {
YOSHIFUJI Hideakid4208952008-06-27 20:14:54 -0700500 if (flags & RT6_LOOKUP_F_IFACE && oif)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700501 continue;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +0900502 if (local && (!oif ||
Linus Torvalds1da177e2005-04-16 15:20:36 -0700503 local->rt6i_idev->dev->ifindex == oif))
504 continue;
505 }
506 local = sprt;
507 }
YOSHIFUJI Hideakidd3abc42008-07-02 18:30:18 +0900508 } else {
509 if (ipv6_chk_addr(net, saddr, dev,
510 flags & RT6_LOOKUP_F_IFACE))
511 return sprt;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700512 }
YOSHIFUJI Hideakidd3abc42008-07-02 18:30:18 +0900513 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700514
YOSHIFUJI Hideakidd3abc42008-07-02 18:30:18 +0900515 if (oif) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700516 if (local)
517 return local;
518
YOSHIFUJI Hideakid4208952008-06-27 20:14:54 -0700519 if (flags & RT6_LOOKUP_F_IFACE)
Daniel Lezcano8ed67782008-03-04 13:48:30 -0800520 return net->ipv6.ip6_null_entry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700521 }
YOSHIFUJI Hideakidd3abc42008-07-02 18:30:18 +0900522out:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700523 return rt;
524}
525
YOSHIFUJI Hideaki27097252006-03-20 17:05:13 -0800526#ifdef CONFIG_IPV6_ROUTER_PREF
Hannes Frederic Sowac2f17e82013-10-21 06:17:15 +0200527struct __rt6_probe_work {
528 struct work_struct work;
529 struct in6_addr target;
530 struct net_device *dev;
531};
532
533static void rt6_probe_deferred(struct work_struct *w)
534{
535 struct in6_addr mcaddr;
536 struct __rt6_probe_work *work =
537 container_of(w, struct __rt6_probe_work, work);
538
539 addrconf_addr_solict_mult(&work->target, &mcaddr);
540 ndisc_send_ns(work->dev, NULL, &work->target, &mcaddr, NULL);
541 dev_put(work->dev);
Michael Büsch662f5532015-02-08 10:14:07 +0100542 kfree(work);
Hannes Frederic Sowac2f17e82013-10-21 06:17:15 +0200543}
544
YOSHIFUJI Hideaki27097252006-03-20 17:05:13 -0800545static void rt6_probe(struct rt6_info *rt)
546{
Eric Dumazetf2c31e32011-07-29 19:00:53 +0000547 struct neighbour *neigh;
YOSHIFUJI Hideaki27097252006-03-20 17:05:13 -0800548 /*
549 * Okay, this does not seem to be appropriate
550 * for now, however, we need to check if it
551 * is really so; aka Router Reachability Probing.
552 *
553 * Router Reachability Probe MUST be rate-limited
554 * to no more than one per minute.
555 */
YOSHIFUJI Hideaki / 吉藤英明2152cae2013-01-17 12:53:43 +0000556 if (!rt || !(rt->rt6i_flags & RTF_GATEWAY))
Amerigo Wangfdd66812012-09-10 02:48:44 +0000557 return;
YOSHIFUJI Hideaki / 吉藤英明2152cae2013-01-17 12:53:43 +0000558 rcu_read_lock_bh();
559 neigh = __ipv6_neigh_lookup_noref(rt->dst.dev, &rt->rt6i_gateway);
560 if (neigh) {
561 write_lock(&neigh->lock);
562 if (neigh->nud_state & NUD_VALID)
563 goto out;
YOSHIFUJI Hideaki / 吉藤英明7ff74a52013-01-17 12:53:02 +0000564 }
YOSHIFUJI Hideaki / 吉藤英明2152cae2013-01-17 12:53:43 +0000565
566 if (!neigh ||
YOSHIFUJI Hideaki52e16352006-03-20 17:05:47 -0800567 time_after(jiffies, neigh->updated + rt->rt6i_idev->cnf.rtr_probe_interval)) {
Hannes Frederic Sowac2f17e82013-10-21 06:17:15 +0200568 struct __rt6_probe_work *work;
YOSHIFUJI Hideaki27097252006-03-20 17:05:13 -0800569
Hannes Frederic Sowac2f17e82013-10-21 06:17:15 +0200570 work = kmalloc(sizeof(*work), GFP_ATOMIC);
571
572 if (neigh && work)
Jiri Benc7e980562013-12-11 13:48:20 +0100573 __neigh_set_probe_once(neigh);
YOSHIFUJI Hideaki / 吉藤英明2152cae2013-01-17 12:53:43 +0000574
Hannes Frederic Sowac2f17e82013-10-21 06:17:15 +0200575 if (neigh)
576 write_unlock(&neigh->lock);
577
578 if (work) {
579 INIT_WORK(&work->work, rt6_probe_deferred);
580 work->target = rt->rt6i_gateway;
581 dev_hold(rt->dst.dev);
582 work->dev = rt->dst.dev;
583 schedule_work(&work->work);
584 }
Eric Dumazetf2c31e32011-07-29 19:00:53 +0000585 } else {
YOSHIFUJI Hideaki / 吉藤英明2152cae2013-01-17 12:53:43 +0000586out:
587 write_unlock(&neigh->lock);
Eric Dumazetf2c31e32011-07-29 19:00:53 +0000588 }
YOSHIFUJI Hideaki / 吉藤英明2152cae2013-01-17 12:53:43 +0000589 rcu_read_unlock_bh();
YOSHIFUJI Hideaki27097252006-03-20 17:05:13 -0800590}
591#else
592static inline void rt6_probe(struct rt6_info *rt)
593{
YOSHIFUJI Hideaki27097252006-03-20 17:05:13 -0800594}
595#endif
596
Linus Torvalds1da177e2005-04-16 15:20:36 -0700597/*
YOSHIFUJI Hideaki554cfb72006-03-20 17:00:26 -0800598 * Default Router Selection (RFC 2461 6.3.6)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599 */
Dave Jonesb6f99a22007-03-22 12:27:49 -0700600static inline int rt6_check_dev(struct rt6_info *rt, int oif)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601{
David S. Millerd1918542011-12-28 20:19:20 -0500602 struct net_device *dev = rt->dst.dev;
David S. Miller161980f2007-04-06 11:42:27 -0700603 if (!oif || dev->ifindex == oif)
YOSHIFUJI Hideaki554cfb72006-03-20 17:00:26 -0800604 return 2;
David S. Miller161980f2007-04-06 11:42:27 -0700605 if ((dev->flags & IFF_LOOPBACK) &&
606 rt->rt6i_idev && rt->rt6i_idev->dev->ifindex == oif)
607 return 1;
608 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609}
610
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200611static inline enum rt6_nud_state rt6_check_neigh(struct rt6_info *rt)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700612{
Eric Dumazetf2c31e32011-07-29 19:00:53 +0000613 struct neighbour *neigh;
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200614 enum rt6_nud_state ret = RT6_NUD_FAIL_HARD;
Eric Dumazetf2c31e32011-07-29 19:00:53 +0000615
YOSHIFUJI Hideaki4d0c5912006-05-26 13:23:41 -0700616 if (rt->rt6i_flags & RTF_NONEXTHOP ||
617 !(rt->rt6i_flags & RTF_GATEWAY))
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200618 return RT6_NUD_SUCCEED;
YOSHIFUJI Hideaki / 吉藤英明145a3622013-01-17 12:53:38 +0000619
620 rcu_read_lock_bh();
621 neigh = __ipv6_neigh_lookup_noref(rt->dst.dev, &rt->rt6i_gateway);
622 if (neigh) {
623 read_lock(&neigh->lock);
YOSHIFUJI Hideaki554cfb72006-03-20 17:00:26 -0800624 if (neigh->nud_state & NUD_VALID)
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200625 ret = RT6_NUD_SUCCEED;
YOSHIFUJI Hideaki398bcbe2008-01-19 00:35:16 -0800626#ifdef CONFIG_IPV6_ROUTER_PREF
Paul Marksa5a81f02012-12-03 10:26:54 +0000627 else if (!(neigh->nud_state & NUD_FAILED))
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200628 ret = RT6_NUD_SUCCEED;
Jiri Benc7e980562013-12-11 13:48:20 +0100629 else
630 ret = RT6_NUD_FAIL_PROBE;
YOSHIFUJI Hideaki398bcbe2008-01-19 00:35:16 -0800631#endif
YOSHIFUJI Hideaki / 吉藤英明145a3622013-01-17 12:53:38 +0000632 read_unlock(&neigh->lock);
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200633 } else {
634 ret = IS_ENABLED(CONFIG_IPV6_ROUTER_PREF) ?
Jiri Benc7e980562013-12-11 13:48:20 +0100635 RT6_NUD_SUCCEED : RT6_NUD_FAIL_DO_RR;
Paul Marksa5a81f02012-12-03 10:26:54 +0000636 }
YOSHIFUJI Hideaki / 吉藤英明145a3622013-01-17 12:53:38 +0000637 rcu_read_unlock_bh();
638
Paul Marksa5a81f02012-12-03 10:26:54 +0000639 return ret;
YOSHIFUJI Hideaki554cfb72006-03-20 17:00:26 -0800640}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641
YOSHIFUJI Hideaki554cfb72006-03-20 17:00:26 -0800642static int rt6_score_route(struct rt6_info *rt, int oif,
643 int strict)
644{
Paul Marksa5a81f02012-12-03 10:26:54 +0000645 int m;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +0900646
YOSHIFUJI Hideaki4d0c5912006-05-26 13:23:41 -0700647 m = rt6_check_dev(rt, oif);
YOSHIFUJI Hideaki77d16f42006-08-23 17:25:05 -0700648 if (!m && (strict & RT6_LOOKUP_F_IFACE))
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200649 return RT6_NUD_FAIL_HARD;
YOSHIFUJI Hideakiebacaaa2006-03-20 17:04:53 -0800650#ifdef CONFIG_IPV6_ROUTER_PREF
651 m |= IPV6_DECODE_PREF(IPV6_EXTRACT_PREF(rt->rt6i_flags)) << 2;
652#endif
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200653 if (strict & RT6_LOOKUP_F_REACHABLE) {
654 int n = rt6_check_neigh(rt);
655 if (n < 0)
656 return n;
657 }
YOSHIFUJI Hideaki554cfb72006-03-20 17:00:26 -0800658 return m;
659}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660
David S. Millerf11e6652007-03-24 20:36:25 -0700661static struct rt6_info *find_match(struct rt6_info *rt, int oif, int strict,
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200662 int *mpri, struct rt6_info *match,
663 bool *do_rr)
YOSHIFUJI Hideaki554cfb72006-03-20 17:00:26 -0800664{
David S. Millerf11e6652007-03-24 20:36:25 -0700665 int m;
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200666 bool match_do_rr = false;
David S. Millerf11e6652007-03-24 20:36:25 -0700667
668 if (rt6_check_expired(rt))
669 goto out;
670
671 m = rt6_score_route(rt, oif, strict);
Jiri Benc7e980562013-12-11 13:48:20 +0100672 if (m == RT6_NUD_FAIL_DO_RR) {
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200673 match_do_rr = true;
674 m = 0; /* lowest valid score */
Jiri Benc7e980562013-12-11 13:48:20 +0100675 } else if (m == RT6_NUD_FAIL_HARD) {
David S. Millerf11e6652007-03-24 20:36:25 -0700676 goto out;
David S. Millerf11e6652007-03-24 20:36:25 -0700677 }
678
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200679 if (strict & RT6_LOOKUP_F_REACHABLE)
680 rt6_probe(rt);
681
Jiri Benc7e980562013-12-11 13:48:20 +0100682 /* note that m can be RT6_NUD_FAIL_PROBE at this point */
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200683 if (m > *mpri) {
684 *do_rr = match_do_rr;
685 *mpri = m;
686 match = rt;
687 }
David S. Millerf11e6652007-03-24 20:36:25 -0700688out:
689 return match;
690}
691
692static struct rt6_info *find_rr_leaf(struct fib6_node *fn,
693 struct rt6_info *rr_head,
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200694 u32 metric, int oif, int strict,
695 bool *do_rr)
David S. Millerf11e6652007-03-24 20:36:25 -0700696{
Steffen Klassert9fbdcfa2015-04-28 13:03:04 -0700697 struct rt6_info *rt, *match, *cont;
YOSHIFUJI Hideaki554cfb72006-03-20 17:00:26 -0800698 int mpri = -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700699
David S. Millerf11e6652007-03-24 20:36:25 -0700700 match = NULL;
Steffen Klassert9fbdcfa2015-04-28 13:03:04 -0700701 cont = NULL;
702 for (rt = rr_head; rt; rt = rt->dst.rt6_next) {
703 if (rt->rt6i_metric != metric) {
704 cont = rt;
705 break;
706 }
707
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200708 match = find_match(rt, oif, strict, &mpri, match, do_rr);
Steffen Klassert9fbdcfa2015-04-28 13:03:04 -0700709 }
710
711 for (rt = fn->leaf; rt && rt != rr_head; rt = rt->dst.rt6_next) {
712 if (rt->rt6i_metric != metric) {
713 cont = rt;
714 break;
715 }
716
717 match = find_match(rt, oif, strict, &mpri, match, do_rr);
718 }
719
720 if (match || !cont)
721 return match;
722
723 for (rt = cont; rt; rt = rt->dst.rt6_next)
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200724 match = find_match(rt, oif, strict, &mpri, match, do_rr);
YOSHIFUJI Hideaki554cfb72006-03-20 17:00:26 -0800725
David S. Millerf11e6652007-03-24 20:36:25 -0700726 return match;
727}
YOSHIFUJI Hideaki554cfb72006-03-20 17:00:26 -0800728
David S. Millerf11e6652007-03-24 20:36:25 -0700729static struct rt6_info *rt6_select(struct fib6_node *fn, int oif, int strict)
730{
731 struct rt6_info *match, *rt0;
Daniel Lezcano8ed67782008-03-04 13:48:30 -0800732 struct net *net;
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200733 bool do_rr = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700734
David S. Millerf11e6652007-03-24 20:36:25 -0700735 rt0 = fn->rr_ptr;
736 if (!rt0)
737 fn->rr_ptr = rt0 = fn->leaf;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700738
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200739 match = find_rr_leaf(fn, rt0, rt0->rt6i_metric, oif, strict,
740 &do_rr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741
Hannes Frederic Sowaafc154e2013-07-11 12:43:42 +0200742 if (do_rr) {
Changli Gaod8d1f302010-06-10 23:31:35 -0700743 struct rt6_info *next = rt0->dst.rt6_next;
David S. Millerf11e6652007-03-24 20:36:25 -0700744
YOSHIFUJI Hideaki554cfb72006-03-20 17:00:26 -0800745 /* no entries matched; do round-robin */
David S. Millerf11e6652007-03-24 20:36:25 -0700746 if (!next || next->rt6i_metric != rt0->rt6i_metric)
747 next = fn->leaf;
748
749 if (next != rt0)
750 fn->rr_ptr = next;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751 }
752
David S. Millerd1918542011-12-28 20:19:20 -0500753 net = dev_net(rt0->dst.dev);
Eric Dumazeta02cec22010-09-22 20:43:57 +0000754 return match ? match : net->ipv6.ip6_null_entry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700755}
756
Martin KaFai Lau8b9df262015-05-22 20:55:59 -0700757static bool rt6_is_gw_or_nonexthop(const struct rt6_info *rt)
758{
759 return (rt->rt6i_flags & (RTF_NONEXTHOP | RTF_GATEWAY));
760}
761
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -0800762#ifdef CONFIG_IPV6_ROUTE_INFO
763int rt6_route_rcv(struct net_device *dev, u8 *opt, int len,
Eric Dumazetb71d1d42011-04-22 04:53:02 +0000764 const struct in6_addr *gwaddr)
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -0800765{
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +0900766 struct net *net = dev_net(dev);
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -0800767 struct route_info *rinfo = (struct route_info *) opt;
768 struct in6_addr prefix_buf, *prefix;
769 unsigned int pref;
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +0900770 unsigned long lifetime;
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -0800771 struct rt6_info *rt;
772
773 if (len < sizeof(struct route_info)) {
774 return -EINVAL;
775 }
776
777 /* Sanity check for prefix_len and length */
778 if (rinfo->length > 3) {
779 return -EINVAL;
780 } else if (rinfo->prefix_len > 128) {
781 return -EINVAL;
782 } else if (rinfo->prefix_len > 64) {
783 if (rinfo->length < 2) {
784 return -EINVAL;
785 }
786 } else if (rinfo->prefix_len > 0) {
787 if (rinfo->length < 1) {
788 return -EINVAL;
789 }
790 }
791
792 pref = rinfo->route_pref;
793 if (pref == ICMPV6_ROUTER_PREF_INVALID)
Jens Rosenboom3933fc92009-09-10 06:25:11 +0000794 return -EINVAL;
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -0800795
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +0900796 lifetime = addrconf_timeout_fixup(ntohl(rinfo->lifetime), HZ);
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -0800797
798 if (rinfo->length == 3)
799 prefix = (struct in6_addr *)rinfo->prefix;
800 else {
801 /* this function is safe */
802 ipv6_addr_prefix(&prefix_buf,
803 (struct in6_addr *)rinfo->prefix,
804 rinfo->prefix_len);
805 prefix = &prefix_buf;
806 }
807
Duan Jiongf104a562013-11-08 09:56:53 +0800808 if (rinfo->prefix_len == 0)
809 rt = rt6_get_dflt_router(gwaddr, dev);
810 else
811 rt = rt6_get_route_info(net, prefix, rinfo->prefix_len,
812 gwaddr, dev->ifindex);
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -0800813
814 if (rt && !lifetime) {
Thomas Grafe0a1ad732006-08-22 00:00:21 -0700815 ip6_del_rt(rt);
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -0800816 rt = NULL;
817 }
818
819 if (!rt && lifetime)
Daniel Lezcanoefa2cea2008-03-04 13:46:48 -0800820 rt = rt6_add_route_info(net, prefix, rinfo->prefix_len, gwaddr, dev->ifindex,
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -0800821 pref);
822 else if (rt)
823 rt->rt6i_flags = RTF_ROUTEINFO |
824 (rt->rt6i_flags & ~RTF_PREF_MASK) | RTF_PREF(pref);
825
826 if (rt) {
Gao feng1716a962012-04-06 00:13:10 +0000827 if (!addrconf_finite_timeout(lifetime))
828 rt6_clean_expires(rt);
829 else
830 rt6_set_expires(rt, jiffies + HZ * lifetime);
831
Amerigo Wang94e187c2012-10-29 00:13:19 +0000832 ip6_rt_put(rt);
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -0800833 }
834 return 0;
835}
836#endif
837
Martin KaFai Laua3c00e42014-10-20 13:42:43 -0700838static struct fib6_node* fib6_backtrack(struct fib6_node *fn,
839 struct in6_addr *saddr)
840{
841 struct fib6_node *pn;
842 while (1) {
843 if (fn->fn_flags & RTN_TL_ROOT)
844 return NULL;
845 pn = fn->parent;
846 if (FIB6_SUBTREE(pn) && FIB6_SUBTREE(pn) != fn)
847 fn = fib6_lookup(FIB6_SUBTREE(pn), NULL, saddr);
848 else
849 fn = pn;
850 if (fn->fn_flags & RTN_RTINFO)
851 return fn;
852 }
853}
Thomas Grafc71099a2006-08-04 23:20:06 -0700854
Daniel Lezcano8ed67782008-03-04 13:48:30 -0800855static struct rt6_info *ip6_pol_route_lookup(struct net *net,
856 struct fib6_table *table,
David S. Miller4c9483b2011-03-12 16:22:43 -0500857 struct flowi6 *fl6, int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700858{
859 struct fib6_node *fn;
860 struct rt6_info *rt;
861
Thomas Grafc71099a2006-08-04 23:20:06 -0700862 read_lock_bh(&table->tb6_lock);
David S. Miller4c9483b2011-03-12 16:22:43 -0500863 fn = fib6_lookup(&table->tb6_root, &fl6->daddr, &fl6->saddr);
Thomas Grafc71099a2006-08-04 23:20:06 -0700864restart:
865 rt = fn->leaf;
David S. Miller4c9483b2011-03-12 16:22:43 -0500866 rt = rt6_device_match(net, rt, &fl6->saddr, fl6->flowi6_oif, flags);
Nicolas Dichtel51ebd312012-10-22 03:42:09 +0000867 if (rt->rt6i_nsiblings && fl6->flowi6_oif == 0)
Nicolas Dichtel52bd4c02013-06-28 17:35:48 +0200868 rt = rt6_multipath_select(rt, fl6, fl6->flowi6_oif, flags);
Martin KaFai Laua3c00e42014-10-20 13:42:43 -0700869 if (rt == net->ipv6.ip6_null_entry) {
870 fn = fib6_backtrack(fn, &fl6->saddr);
871 if (fn)
872 goto restart;
873 }
Changli Gaod8d1f302010-06-10 23:31:35 -0700874 dst_use(&rt->dst, jiffies);
Thomas Grafc71099a2006-08-04 23:20:06 -0700875 read_unlock_bh(&table->tb6_lock);
Thomas Grafc71099a2006-08-04 23:20:06 -0700876 return rt;
877
878}
879
Ian Morris67ba4152014-08-24 21:53:10 +0100880struct dst_entry *ip6_route_lookup(struct net *net, struct flowi6 *fl6,
Florian Westphalea6e5742011-09-05 16:05:44 +0200881 int flags)
882{
883 return fib6_rule_lookup(net, fl6, flags, ip6_pol_route_lookup);
884}
885EXPORT_SYMBOL_GPL(ip6_route_lookup);
886
YOSHIFUJI Hideaki9acd9f32008-04-10 15:42:10 +0900887struct rt6_info *rt6_lookup(struct net *net, const struct in6_addr *daddr,
888 const struct in6_addr *saddr, int oif, int strict)
Thomas Grafc71099a2006-08-04 23:20:06 -0700889{
David S. Miller4c9483b2011-03-12 16:22:43 -0500890 struct flowi6 fl6 = {
891 .flowi6_oif = oif,
892 .daddr = *daddr,
Thomas Grafc71099a2006-08-04 23:20:06 -0700893 };
894 struct dst_entry *dst;
YOSHIFUJI Hideaki77d16f42006-08-23 17:25:05 -0700895 int flags = strict ? RT6_LOOKUP_F_IFACE : 0;
Thomas Grafc71099a2006-08-04 23:20:06 -0700896
Thomas Grafadaa70b2006-10-13 15:01:03 -0700897 if (saddr) {
David S. Miller4c9483b2011-03-12 16:22:43 -0500898 memcpy(&fl6.saddr, saddr, sizeof(*saddr));
Thomas Grafadaa70b2006-10-13 15:01:03 -0700899 flags |= RT6_LOOKUP_F_HAS_SADDR;
900 }
901
David S. Miller4c9483b2011-03-12 16:22:43 -0500902 dst = fib6_rule_lookup(net, &fl6, flags, ip6_pol_route_lookup);
Thomas Grafc71099a2006-08-04 23:20:06 -0700903 if (dst->error == 0)
904 return (struct rt6_info *) dst;
905
906 dst_release(dst);
907
Linus Torvalds1da177e2005-04-16 15:20:36 -0700908 return NULL;
909}
YOSHIFUJI Hideaki71590392007-02-22 22:05:40 +0900910EXPORT_SYMBOL(rt6_lookup);
911
Thomas Grafc71099a2006-08-04 23:20:06 -0700912/* ip6_ins_rt is called with FREE table->tb6_lock.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913 It takes new route entry, the addition fails by any reason the
914 route is freed. In any case, if caller does not hold it, it may
915 be destroyed.
916 */
917
Michal Kubečeke5fd3872014-03-27 13:04:08 +0100918static int __ip6_ins_rt(struct rt6_info *rt, struct nl_info *info,
Florian Westphale715b6d2015-01-05 23:57:44 +0100919 struct mx6_config *mxc)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700920{
921 int err;
Thomas Grafc71099a2006-08-04 23:20:06 -0700922 struct fib6_table *table;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923
Thomas Grafc71099a2006-08-04 23:20:06 -0700924 table = rt->rt6i_table;
925 write_lock_bh(&table->tb6_lock);
Florian Westphale715b6d2015-01-05 23:57:44 +0100926 err = fib6_add(&table->tb6_root, rt, info, mxc);
Thomas Grafc71099a2006-08-04 23:20:06 -0700927 write_unlock_bh(&table->tb6_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700928
929 return err;
930}
931
Thomas Graf40e22e82006-08-22 00:00:45 -0700932int ip6_ins_rt(struct rt6_info *rt)
933{
Florian Westphale715b6d2015-01-05 23:57:44 +0100934 struct nl_info info = { .nl_net = dev_net(rt->dst.dev), };
935 struct mx6_config mxc = { .mx = NULL, };
936
937 return __ip6_ins_rt(rt, &info, &mxc);
Thomas Graf40e22e82006-08-22 00:00:45 -0700938}
939
Martin KaFai Lau8b9df262015-05-22 20:55:59 -0700940static struct rt6_info *ip6_rt_cache_alloc(struct rt6_info *ort,
941 const struct in6_addr *daddr,
942 const struct in6_addr *saddr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700943{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944 struct rt6_info *rt;
945
946 /*
947 * Clone the route.
948 */
949
Martin KaFai Laud52d3992015-05-22 20:56:06 -0700950 if (ort->rt6i_flags & (RTF_CACHE | RTF_PCPU))
Martin KaFai Lau83a09ab2015-05-22 20:56:05 -0700951 ort = (struct rt6_info *)ort->dst.from;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700952
Martin KaFai Laud52d3992015-05-22 20:56:06 -0700953 rt = __ip6_dst_alloc(dev_net(ort->dst.dev), ort->dst.dev,
954 0, ort->rt6i_table);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700955
Martin KaFai Lau83a09ab2015-05-22 20:56:05 -0700956 if (!rt)
957 return NULL;
958
959 ip6_rt_copy_init(rt, ort);
960 rt->rt6i_flags |= RTF_CACHE;
961 rt->rt6i_metric = 0;
962 rt->dst.flags |= DST_HOST;
963 rt->rt6i_dst.addr = *daddr;
964 rt->rt6i_dst.plen = 128;
965
966 if (!rt6_is_gw_or_nonexthop(ort)) {
967 if (ort->rt6i_dst.plen != 128 &&
968 ipv6_addr_equal(&ort->rt6i_dst.addr, daddr))
969 rt->rt6i_flags |= RTF_ANYCAST;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700970#ifdef CONFIG_IPV6_SUBTREES
Martin KaFai Lau83a09ab2015-05-22 20:56:05 -0700971 if (rt->rt6i_src.plen && saddr) {
972 rt->rt6i_src.addr = *saddr;
973 rt->rt6i_src.plen = 128;
Martin KaFai Lau8b9df262015-05-22 20:55:59 -0700974 }
Martin KaFai Lau83a09ab2015-05-22 20:56:05 -0700975#endif
YOSHIFUJI Hideaki95a9a5b2006-03-20 16:55:51 -0800976 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700977
YOSHIFUJI Hideaki95a9a5b2006-03-20 16:55:51 -0800978 return rt;
979}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700980
Martin KaFai Laud52d3992015-05-22 20:56:06 -0700981static struct rt6_info *ip6_rt_pcpu_alloc(struct rt6_info *rt)
982{
983 struct rt6_info *pcpu_rt;
984
985 pcpu_rt = __ip6_dst_alloc(dev_net(rt->dst.dev),
986 rt->dst.dev, rt->dst.flags,
987 rt->rt6i_table);
988
989 if (!pcpu_rt)
990 return NULL;
991 ip6_rt_copy_init(pcpu_rt, rt);
992 pcpu_rt->rt6i_protocol = rt->rt6i_protocol;
993 pcpu_rt->rt6i_flags |= RTF_PCPU;
994 return pcpu_rt;
995}
996
997/* It should be called with read_lock_bh(&tb6_lock) acquired */
998static struct rt6_info *rt6_get_pcpu_route(struct rt6_info *rt)
999{
1000 struct rt6_info *pcpu_rt, *prev, **p;
1001
1002 p = this_cpu_ptr(rt->rt6i_pcpu);
1003 pcpu_rt = *p;
1004
1005 if (pcpu_rt)
1006 goto done;
1007
1008 pcpu_rt = ip6_rt_pcpu_alloc(rt);
1009 if (!pcpu_rt) {
1010 struct net *net = dev_net(rt->dst.dev);
1011
1012 pcpu_rt = net->ipv6.ip6_null_entry;
1013 goto done;
1014 }
1015
1016 prev = cmpxchg(p, NULL, pcpu_rt);
1017 if (prev) {
1018 /* If someone did it before us, return prev instead */
1019 dst_destroy(&pcpu_rt->dst);
1020 pcpu_rt = prev;
1021 }
1022
1023done:
1024 dst_hold(&pcpu_rt->dst);
1025 rt6_dst_from_metrics_check(pcpu_rt);
1026 return pcpu_rt;
1027}
1028
Daniel Lezcano8ed67782008-03-04 13:48:30 -08001029static struct rt6_info *ip6_pol_route(struct net *net, struct fib6_table *table, int oif,
David S. Miller4c9483b2011-03-12 16:22:43 -05001030 struct flowi6 *fl6, int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001031{
Martin KaFai Lau367efcb2014-10-20 13:42:45 -07001032 struct fib6_node *fn, *saved_fn;
Martin KaFai Lau45e4fd22015-05-22 20:56:00 -07001033 struct rt6_info *rt;
Thomas Grafc71099a2006-08-04 23:20:06 -07001034 int strict = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001035
YOSHIFUJI Hideaki77d16f42006-08-23 17:25:05 -07001036 strict |= flags & RT6_LOOKUP_F_IFACE;
Martin KaFai Lau367efcb2014-10-20 13:42:45 -07001037 if (net->ipv6.devconf_all->forwarding == 0)
1038 strict |= RT6_LOOKUP_F_REACHABLE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001039
Thomas Grafc71099a2006-08-04 23:20:06 -07001040 read_lock_bh(&table->tb6_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001041
David S. Miller4c9483b2011-03-12 16:22:43 -05001042 fn = fib6_lookup(&table->tb6_root, &fl6->daddr, &fl6->saddr);
Martin KaFai Lau367efcb2014-10-20 13:42:45 -07001043 saved_fn = fn;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001044
Martin KaFai Laua3c00e42014-10-20 13:42:43 -07001045redo_rt6_select:
Martin KaFai Lau367efcb2014-10-20 13:42:45 -07001046 rt = rt6_select(fn, oif, strict);
Nicolas Dichtel52bd4c02013-06-28 17:35:48 +02001047 if (rt->rt6i_nsiblings)
Martin KaFai Lau367efcb2014-10-20 13:42:45 -07001048 rt = rt6_multipath_select(rt, fl6, oif, strict);
Martin KaFai Laua3c00e42014-10-20 13:42:43 -07001049 if (rt == net->ipv6.ip6_null_entry) {
1050 fn = fib6_backtrack(fn, &fl6->saddr);
1051 if (fn)
1052 goto redo_rt6_select;
Martin KaFai Lau367efcb2014-10-20 13:42:45 -07001053 else if (strict & RT6_LOOKUP_F_REACHABLE) {
1054 /* also consider unreachable route */
1055 strict &= ~RT6_LOOKUP_F_REACHABLE;
1056 fn = saved_fn;
1057 goto redo_rt6_select;
Martin KaFai Lau367efcb2014-10-20 13:42:45 -07001058 }
Martin KaFai Laua3c00e42014-10-20 13:42:43 -07001059 }
1060
YOSHIFUJI Hideakifb9de912006-03-20 16:59:08 -08001061
Martin KaFai Lau3da59bd2015-05-22 20:56:03 -07001062 if (rt == net->ipv6.ip6_null_entry || (rt->rt6i_flags & RTF_CACHE)) {
Martin KaFai Laud52d3992015-05-22 20:56:06 -07001063 dst_use(&rt->dst, jiffies);
1064 read_unlock_bh(&table->tb6_lock);
1065
1066 rt6_dst_from_metrics_check(rt);
1067 return rt;
Martin KaFai Lau3da59bd2015-05-22 20:56:03 -07001068 } else if (unlikely((fl6->flowi6_flags & FLOWI_FLAG_KNOWN_NH) &&
1069 !(rt->rt6i_flags & RTF_GATEWAY))) {
1070 /* Create a RTF_CACHE clone which will not be
1071 * owned by the fib6 tree. It is for the special case where
1072 * the daddr in the skb during the neighbor look-up is different
1073 * from the fl6->daddr used to look-up route here.
1074 */
Thomas Grafc71099a2006-08-04 23:20:06 -07001075
Martin KaFai Lau3da59bd2015-05-22 20:56:03 -07001076 struct rt6_info *uncached_rt;
1077
Martin KaFai Laud52d3992015-05-22 20:56:06 -07001078 dst_use(&rt->dst, jiffies);
1079 read_unlock_bh(&table->tb6_lock);
1080
Martin KaFai Lau3da59bd2015-05-22 20:56:03 -07001081 uncached_rt = ip6_rt_cache_alloc(rt, &fl6->daddr, NULL);
1082 dst_release(&rt->dst);
1083
1084 if (uncached_rt)
Martin KaFai Lau8d0b94a2015-05-22 20:56:04 -07001085 rt6_uncached_list_add(uncached_rt);
Martin KaFai Lau3da59bd2015-05-22 20:56:03 -07001086 else
1087 uncached_rt = net->ipv6.ip6_null_entry;
Martin KaFai Laud52d3992015-05-22 20:56:06 -07001088
Martin KaFai Lau3da59bd2015-05-22 20:56:03 -07001089 dst_hold(&uncached_rt->dst);
1090 return uncached_rt;
Martin KaFai Lau3da59bd2015-05-22 20:56:03 -07001091
Martin KaFai Laud52d3992015-05-22 20:56:06 -07001092 } else {
1093 /* Get a percpu copy */
1094
1095 struct rt6_info *pcpu_rt;
1096
1097 rt->dst.lastuse = jiffies;
1098 rt->dst.__use++;
1099 pcpu_rt = rt6_get_pcpu_route(rt);
1100 read_unlock_bh(&table->tb6_lock);
1101
1102 return pcpu_rt;
1103 }
Thomas Grafc71099a2006-08-04 23:20:06 -07001104}
1105
Daniel Lezcano8ed67782008-03-04 13:48:30 -08001106static struct rt6_info *ip6_pol_route_input(struct net *net, struct fib6_table *table,
David S. Miller4c9483b2011-03-12 16:22:43 -05001107 struct flowi6 *fl6, int flags)
Pavel Emelyanov4acad722007-10-15 13:02:51 -07001108{
David S. Miller4c9483b2011-03-12 16:22:43 -05001109 return ip6_pol_route(net, table, fl6->flowi6_iif, fl6, flags);
Pavel Emelyanov4acad722007-10-15 13:02:51 -07001110}
1111
Shmulik Ladkani72331bc2012-04-01 04:03:45 +00001112static struct dst_entry *ip6_route_input_lookup(struct net *net,
1113 struct net_device *dev,
1114 struct flowi6 *fl6, int flags)
1115{
1116 if (rt6_need_strict(&fl6->daddr) && dev->type != ARPHRD_PIMREG)
1117 flags |= RT6_LOOKUP_F_IFACE;
1118
1119 return fib6_rule_lookup(net, fl6, flags, ip6_pol_route_input);
1120}
1121
Thomas Grafc71099a2006-08-04 23:20:06 -07001122void ip6_route_input(struct sk_buff *skb)
1123{
Eric Dumazetb71d1d42011-04-22 04:53:02 +00001124 const struct ipv6hdr *iph = ipv6_hdr(skb);
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09001125 struct net *net = dev_net(skb->dev);
Thomas Grafadaa70b2006-10-13 15:01:03 -07001126 int flags = RT6_LOOKUP_F_HAS_SADDR;
David S. Miller4c9483b2011-03-12 16:22:43 -05001127 struct flowi6 fl6 = {
1128 .flowi6_iif = skb->dev->ifindex,
1129 .daddr = iph->daddr,
1130 .saddr = iph->saddr,
YOSHIFUJI Hideaki / 吉藤英明6502ca52013-01-13 05:01:51 +00001131 .flowlabel = ip6_flowinfo(iph),
David S. Miller4c9483b2011-03-12 16:22:43 -05001132 .flowi6_mark = skb->mark,
1133 .flowi6_proto = iph->nexthdr,
Thomas Grafc71099a2006-08-04 23:20:06 -07001134 };
Thomas Grafadaa70b2006-10-13 15:01:03 -07001135
Shmulik Ladkani72331bc2012-04-01 04:03:45 +00001136 skb_dst_set(skb, ip6_route_input_lookup(net, skb->dev, &fl6, flags));
Thomas Grafc71099a2006-08-04 23:20:06 -07001137}
1138
Daniel Lezcano8ed67782008-03-04 13:48:30 -08001139static struct rt6_info *ip6_pol_route_output(struct net *net, struct fib6_table *table,
David S. Miller4c9483b2011-03-12 16:22:43 -05001140 struct flowi6 *fl6, int flags)
Thomas Grafc71099a2006-08-04 23:20:06 -07001141{
David S. Miller4c9483b2011-03-12 16:22:43 -05001142 return ip6_pol_route(net, table, fl6->flowi6_oif, fl6, flags);
Thomas Grafc71099a2006-08-04 23:20:06 -07001143}
1144
Ian Morris67ba4152014-08-24 21:53:10 +01001145struct dst_entry *ip6_route_output(struct net *net, const struct sock *sk,
David S. Miller4c9483b2011-03-12 16:22:43 -05001146 struct flowi6 *fl6)
Thomas Grafc71099a2006-08-04 23:20:06 -07001147{
1148 int flags = 0;
1149
Pavel Emelyanov1fb94892012-08-08 21:53:36 +00001150 fl6->flowi6_iif = LOOPBACK_IFINDEX;
David McCullough4dc27d1c2012-06-25 15:42:26 +00001151
David S. Miller4c9483b2011-03-12 16:22:43 -05001152 if ((sk && sk->sk_bound_dev_if) || rt6_need_strict(&fl6->daddr))
YOSHIFUJI Hideaki77d16f42006-08-23 17:25:05 -07001153 flags |= RT6_LOOKUP_F_IFACE;
Thomas Grafc71099a2006-08-04 23:20:06 -07001154
David S. Miller4c9483b2011-03-12 16:22:43 -05001155 if (!ipv6_addr_any(&fl6->saddr))
Thomas Grafadaa70b2006-10-13 15:01:03 -07001156 flags |= RT6_LOOKUP_F_HAS_SADDR;
YOSHIFUJI Hideaki / 吉藤英明0c9a2ac2010-03-07 00:14:44 +00001157 else if (sk)
1158 flags |= rt6_srcprefs2flags(inet6_sk(sk)->srcprefs);
Thomas Grafadaa70b2006-10-13 15:01:03 -07001159
David S. Miller4c9483b2011-03-12 16:22:43 -05001160 return fib6_rule_lookup(net, fl6, flags, ip6_pol_route_output);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001161}
YOSHIFUJI Hideaki71590392007-02-22 22:05:40 +09001162EXPORT_SYMBOL(ip6_route_output);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001163
David S. Miller2774c132011-03-01 14:59:04 -08001164struct dst_entry *ip6_blackhole_route(struct net *net, struct dst_entry *dst_orig)
David S. Miller14e50e52007-05-24 18:17:54 -07001165{
David S. Miller5c1e6aa2011-04-28 14:13:38 -07001166 struct rt6_info *rt, *ort = (struct rt6_info *) dst_orig;
David S. Miller14e50e52007-05-24 18:17:54 -07001167 struct dst_entry *new = NULL;
1168
David S. Millerf5b0a872012-07-19 12:31:33 -07001169 rt = dst_alloc(&ip6_dst_blackhole_ops, ort->dst.dev, 1, DST_OBSOLETE_NONE, 0);
David S. Miller14e50e52007-05-24 18:17:54 -07001170 if (rt) {
Changli Gaod8d1f302010-06-10 23:31:35 -07001171 new = &rt->dst;
David S. Miller14e50e52007-05-24 18:17:54 -07001172
Steffen Klassert81048912012-07-05 23:37:09 +00001173 memset(new + 1, 0, sizeof(*rt) - sizeof(*new));
Steffen Klassert81048912012-07-05 23:37:09 +00001174
David S. Miller14e50e52007-05-24 18:17:54 -07001175 new->__use = 1;
Herbert Xu352e5122007-11-13 21:34:06 -08001176 new->input = dst_discard;
Eric Dumazetaad88722014-04-15 13:47:15 -04001177 new->output = dst_discard_sk;
David S. Miller14e50e52007-05-24 18:17:54 -07001178
Eric Dumazet21efcfa2011-07-19 20:18:36 +00001179 if (dst_metrics_read_only(&ort->dst))
1180 new->_metrics = ort->dst._metrics;
1181 else
1182 dst_copy_metrics(new, &ort->dst);
David S. Miller14e50e52007-05-24 18:17:54 -07001183 rt->rt6i_idev = ort->rt6i_idev;
1184 if (rt->rt6i_idev)
1185 in6_dev_hold(rt->rt6i_idev);
David S. Miller14e50e52007-05-24 18:17:54 -07001186
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00001187 rt->rt6i_gateway = ort->rt6i_gateway;
Gao feng1716a962012-04-06 00:13:10 +00001188 rt->rt6i_flags = ort->rt6i_flags;
David S. Miller14e50e52007-05-24 18:17:54 -07001189 rt->rt6i_metric = 0;
1190
1191 memcpy(&rt->rt6i_dst, &ort->rt6i_dst, sizeof(struct rt6key));
1192#ifdef CONFIG_IPV6_SUBTREES
1193 memcpy(&rt->rt6i_src, &ort->rt6i_src, sizeof(struct rt6key));
1194#endif
1195
1196 dst_free(new);
1197 }
1198
David S. Miller69ead7a2011-03-01 14:45:33 -08001199 dst_release(dst_orig);
1200 return new ? new : ERR_PTR(-ENOMEM);
David S. Miller14e50e52007-05-24 18:17:54 -07001201}
David S. Miller14e50e52007-05-24 18:17:54 -07001202
Linus Torvalds1da177e2005-04-16 15:20:36 -07001203/*
1204 * Destination cache support functions
1205 */
1206
Martin KaFai Lau4b32b5a2015-04-28 13:03:06 -07001207static void rt6_dst_from_metrics_check(struct rt6_info *rt)
1208{
1209 if (rt->dst.from &&
1210 dst_metrics_ptr(&rt->dst) != dst_metrics_ptr(rt->dst.from))
1211 dst_init_metrics(&rt->dst, dst_metrics_ptr(rt->dst.from), true);
1212}
1213
Martin KaFai Lau3da59bd2015-05-22 20:56:03 -07001214static struct dst_entry *rt6_check(struct rt6_info *rt, u32 cookie)
1215{
1216 if (!rt->rt6i_node || (rt->rt6i_node->fn_sernum != cookie))
1217 return NULL;
1218
1219 if (rt6_check_expired(rt))
1220 return NULL;
1221
1222 return &rt->dst;
1223}
1224
1225static struct dst_entry *rt6_dst_from_check(struct rt6_info *rt, u32 cookie)
1226{
1227 if (rt->dst.obsolete == DST_OBSOLETE_FORCE_CHK &&
1228 rt6_check((struct rt6_info *)(rt->dst.from), cookie))
1229 return &rt->dst;
1230 else
1231 return NULL;
1232}
1233
Linus Torvalds1da177e2005-04-16 15:20:36 -07001234static struct dst_entry *ip6_dst_check(struct dst_entry *dst, u32 cookie)
1235{
1236 struct rt6_info *rt;
1237
1238 rt = (struct rt6_info *) dst;
1239
Nicolas Dichtel6f3118b2012-09-10 22:09:46 +00001240 /* All IPV6 dsts are created with ->obsolete set to the value
1241 * DST_OBSOLETE_FORCE_CHK which forces validation calls down
1242 * into this function always.
1243 */
Hannes Frederic Sowae3bc10b2013-10-24 07:48:24 +02001244
Martin KaFai Lau4b32b5a2015-04-28 13:03:06 -07001245 rt6_dst_from_metrics_check(rt);
1246
Martin KaFai Laud52d3992015-05-22 20:56:06 -07001247 if ((rt->rt6i_flags & RTF_PCPU) || unlikely(dst->flags & DST_NOCACHE))
Martin KaFai Lau3da59bd2015-05-22 20:56:03 -07001248 return rt6_dst_from_check(rt, cookie);
1249 else
1250 return rt6_check(rt, cookie);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001251}
1252
1253static struct dst_entry *ip6_negative_advice(struct dst_entry *dst)
1254{
1255 struct rt6_info *rt = (struct rt6_info *) dst;
1256
1257 if (rt) {
YOSHIFUJI Hideaki / 吉藤英明54c1a852010-03-28 07:15:45 +00001258 if (rt->rt6i_flags & RTF_CACHE) {
1259 if (rt6_check_expired(rt)) {
1260 ip6_del_rt(rt);
1261 dst = NULL;
1262 }
1263 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001264 dst_release(dst);
YOSHIFUJI Hideaki / 吉藤英明54c1a852010-03-28 07:15:45 +00001265 dst = NULL;
1266 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001267 }
YOSHIFUJI Hideaki / 吉藤英明54c1a852010-03-28 07:15:45 +00001268 return dst;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001269}
1270
1271static void ip6_link_failure(struct sk_buff *skb)
1272{
1273 struct rt6_info *rt;
1274
Alexey Dobriyan3ffe5332010-02-18 08:25:24 +00001275 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001276
Eric Dumazetadf30902009-06-02 05:19:30 +00001277 rt = (struct rt6_info *) skb_dst(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001278 if (rt) {
Hannes Frederic Sowa1eb4f752013-07-10 23:00:57 +02001279 if (rt->rt6i_flags & RTF_CACHE) {
1280 dst_hold(&rt->dst);
1281 if (ip6_del_rt(rt))
1282 dst_free(&rt->dst);
1283 } else if (rt->rt6i_node && (rt->rt6i_flags & RTF_DEFAULT)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001284 rt->rt6i_node->fn_sernum = -1;
Hannes Frederic Sowa1eb4f752013-07-10 23:00:57 +02001285 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286 }
1287}
1288
Martin KaFai Lau45e4fd22015-05-22 20:56:00 -07001289static void rt6_do_update_pmtu(struct rt6_info *rt, u32 mtu)
1290{
1291 struct net *net = dev_net(rt->dst.dev);
1292
1293 rt->rt6i_flags |= RTF_MODIFIED;
1294 rt->rt6i_pmtu = mtu;
1295 rt6_update_expires(rt, net->ipv6.sysctl.ip6_rt_mtu_expires);
1296}
1297
1298static void __ip6_rt_update_pmtu(struct dst_entry *dst, const struct sock *sk,
1299 const struct ipv6hdr *iph, u32 mtu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001300{
Ian Morris67ba4152014-08-24 21:53:10 +01001301 struct rt6_info *rt6 = (struct rt6_info *)dst;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302
Martin KaFai Lau45e4fd22015-05-22 20:56:00 -07001303 if (rt6->rt6i_flags & RTF_LOCAL)
1304 return;
1305
David S. Miller81aded22012-06-15 14:54:11 -07001306 dst_confirm(dst);
Martin KaFai Lau45e4fd22015-05-22 20:56:00 -07001307 mtu = max_t(u32, mtu, IPV6_MIN_MTU);
1308 if (mtu >= dst_mtu(dst))
1309 return;
David S. Miller81aded22012-06-15 14:54:11 -07001310
Martin KaFai Lau45e4fd22015-05-22 20:56:00 -07001311 if (rt6->rt6i_flags & RTF_CACHE) {
1312 rt6_do_update_pmtu(rt6, mtu);
1313 } else {
1314 const struct in6_addr *daddr, *saddr;
1315 struct rt6_info *nrt6;
Hagen Paul Pfeifer9d289712015-01-15 22:34:25 +01001316
Martin KaFai Lau45e4fd22015-05-22 20:56:00 -07001317 if (iph) {
1318 daddr = &iph->daddr;
1319 saddr = &iph->saddr;
1320 } else if (sk) {
1321 daddr = &sk->sk_v6_daddr;
1322 saddr = &inet6_sk(sk)->saddr;
1323 } else {
1324 return;
1325 }
1326 nrt6 = ip6_rt_cache_alloc(rt6, daddr, saddr);
1327 if (nrt6) {
1328 rt6_do_update_pmtu(nrt6, mtu);
1329
1330 /* ip6_ins_rt(nrt6) will bump the
1331 * rt6->rt6i_node->fn_sernum
1332 * which will fail the next rt6_check() and
1333 * invalidate the sk->sk_dst_cache.
1334 */
1335 ip6_ins_rt(nrt6);
1336 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001337 }
1338}
1339
Martin KaFai Lau45e4fd22015-05-22 20:56:00 -07001340static void ip6_rt_update_pmtu(struct dst_entry *dst, struct sock *sk,
1341 struct sk_buff *skb, u32 mtu)
1342{
1343 __ip6_rt_update_pmtu(dst, sk, skb ? ipv6_hdr(skb) : NULL, mtu);
1344}
1345
David S. Miller42ae66c2012-06-15 20:01:57 -07001346void ip6_update_pmtu(struct sk_buff *skb, struct net *net, __be32 mtu,
1347 int oif, u32 mark)
David S. Miller81aded22012-06-15 14:54:11 -07001348{
1349 const struct ipv6hdr *iph = (struct ipv6hdr *) skb->data;
1350 struct dst_entry *dst;
1351 struct flowi6 fl6;
1352
1353 memset(&fl6, 0, sizeof(fl6));
1354 fl6.flowi6_oif = oif;
Lorenzo Colitti1b3c61d2014-05-13 10:17:34 -07001355 fl6.flowi6_mark = mark ? mark : IP6_REPLY_MARK(net, skb->mark);
David S. Miller81aded22012-06-15 14:54:11 -07001356 fl6.daddr = iph->daddr;
1357 fl6.saddr = iph->saddr;
YOSHIFUJI Hideaki / 吉藤英明6502ca52013-01-13 05:01:51 +00001358 fl6.flowlabel = ip6_flowinfo(iph);
David S. Miller81aded22012-06-15 14:54:11 -07001359
1360 dst = ip6_route_output(net, NULL, &fl6);
1361 if (!dst->error)
Martin KaFai Lau45e4fd22015-05-22 20:56:00 -07001362 __ip6_rt_update_pmtu(dst, NULL, iph, ntohl(mtu));
David S. Miller81aded22012-06-15 14:54:11 -07001363 dst_release(dst);
1364}
1365EXPORT_SYMBOL_GPL(ip6_update_pmtu);
1366
1367void ip6_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, __be32 mtu)
1368{
1369 ip6_update_pmtu(skb, sock_net(sk), mtu,
1370 sk->sk_bound_dev_if, sk->sk_mark);
1371}
1372EXPORT_SYMBOL_GPL(ip6_sk_update_pmtu);
1373
Duan Jiongb55b76b2013-09-04 19:44:21 +08001374/* Handle redirects */
1375struct ip6rd_flowi {
1376 struct flowi6 fl6;
1377 struct in6_addr gateway;
1378};
1379
1380static struct rt6_info *__ip6_route_redirect(struct net *net,
1381 struct fib6_table *table,
1382 struct flowi6 *fl6,
1383 int flags)
1384{
1385 struct ip6rd_flowi *rdfl = (struct ip6rd_flowi *)fl6;
1386 struct rt6_info *rt;
1387 struct fib6_node *fn;
1388
1389 /* Get the "current" route for this destination and
1390 * check if the redirect has come from approriate router.
1391 *
1392 * RFC 4861 specifies that redirects should only be
1393 * accepted if they come from the nexthop to the target.
1394 * Due to the way the routes are chosen, this notion
1395 * is a bit fuzzy and one might need to check all possible
1396 * routes.
1397 */
1398
1399 read_lock_bh(&table->tb6_lock);
1400 fn = fib6_lookup(&table->tb6_root, &fl6->daddr, &fl6->saddr);
1401restart:
1402 for (rt = fn->leaf; rt; rt = rt->dst.rt6_next) {
1403 if (rt6_check_expired(rt))
1404 continue;
1405 if (rt->dst.error)
1406 break;
1407 if (!(rt->rt6i_flags & RTF_GATEWAY))
1408 continue;
1409 if (fl6->flowi6_oif != rt->dst.dev->ifindex)
1410 continue;
1411 if (!ipv6_addr_equal(&rdfl->gateway, &rt->rt6i_gateway))
1412 continue;
1413 break;
1414 }
1415
1416 if (!rt)
1417 rt = net->ipv6.ip6_null_entry;
1418 else if (rt->dst.error) {
1419 rt = net->ipv6.ip6_null_entry;
Martin KaFai Laub0a1ba52015-01-20 19:16:02 -08001420 goto out;
1421 }
1422
1423 if (rt == net->ipv6.ip6_null_entry) {
Martin KaFai Laua3c00e42014-10-20 13:42:43 -07001424 fn = fib6_backtrack(fn, &fl6->saddr);
1425 if (fn)
1426 goto restart;
Duan Jiongb55b76b2013-09-04 19:44:21 +08001427 }
Martin KaFai Laua3c00e42014-10-20 13:42:43 -07001428
Martin KaFai Laub0a1ba52015-01-20 19:16:02 -08001429out:
Duan Jiongb55b76b2013-09-04 19:44:21 +08001430 dst_hold(&rt->dst);
1431
1432 read_unlock_bh(&table->tb6_lock);
1433
1434 return rt;
1435};
1436
1437static struct dst_entry *ip6_route_redirect(struct net *net,
1438 const struct flowi6 *fl6,
1439 const struct in6_addr *gateway)
1440{
1441 int flags = RT6_LOOKUP_F_HAS_SADDR;
1442 struct ip6rd_flowi rdfl;
1443
1444 rdfl.fl6 = *fl6;
1445 rdfl.gateway = *gateway;
1446
1447 return fib6_rule_lookup(net, &rdfl.fl6,
1448 flags, __ip6_route_redirect);
1449}
1450
David S. Miller3a5ad2e2012-07-12 00:08:07 -07001451void ip6_redirect(struct sk_buff *skb, struct net *net, int oif, u32 mark)
1452{
1453 const struct ipv6hdr *iph = (struct ipv6hdr *) skb->data;
1454 struct dst_entry *dst;
1455 struct flowi6 fl6;
1456
1457 memset(&fl6, 0, sizeof(fl6));
Julian Anastasove374c612014-04-28 10:51:56 +03001458 fl6.flowi6_iif = LOOPBACK_IFINDEX;
David S. Miller3a5ad2e2012-07-12 00:08:07 -07001459 fl6.flowi6_oif = oif;
1460 fl6.flowi6_mark = mark;
David S. Miller3a5ad2e2012-07-12 00:08:07 -07001461 fl6.daddr = iph->daddr;
1462 fl6.saddr = iph->saddr;
YOSHIFUJI Hideaki / 吉藤英明6502ca52013-01-13 05:01:51 +00001463 fl6.flowlabel = ip6_flowinfo(iph);
David S. Miller3a5ad2e2012-07-12 00:08:07 -07001464
Duan Jiongb55b76b2013-09-04 19:44:21 +08001465 dst = ip6_route_redirect(net, &fl6, &ipv6_hdr(skb)->saddr);
1466 rt6_do_redirect(dst, NULL, skb);
David S. Miller3a5ad2e2012-07-12 00:08:07 -07001467 dst_release(dst);
1468}
1469EXPORT_SYMBOL_GPL(ip6_redirect);
1470
Duan Jiongc92a59e2013-08-22 12:07:35 +08001471void ip6_redirect_no_header(struct sk_buff *skb, struct net *net, int oif,
1472 u32 mark)
1473{
1474 const struct ipv6hdr *iph = ipv6_hdr(skb);
1475 const struct rd_msg *msg = (struct rd_msg *)icmp6_hdr(skb);
1476 struct dst_entry *dst;
1477 struct flowi6 fl6;
1478
1479 memset(&fl6, 0, sizeof(fl6));
Julian Anastasove374c612014-04-28 10:51:56 +03001480 fl6.flowi6_iif = LOOPBACK_IFINDEX;
Duan Jiongc92a59e2013-08-22 12:07:35 +08001481 fl6.flowi6_oif = oif;
1482 fl6.flowi6_mark = mark;
Duan Jiongc92a59e2013-08-22 12:07:35 +08001483 fl6.daddr = msg->dest;
1484 fl6.saddr = iph->daddr;
1485
Duan Jiongb55b76b2013-09-04 19:44:21 +08001486 dst = ip6_route_redirect(net, &fl6, &iph->saddr);
1487 rt6_do_redirect(dst, NULL, skb);
Duan Jiongc92a59e2013-08-22 12:07:35 +08001488 dst_release(dst);
1489}
1490
David S. Miller3a5ad2e2012-07-12 00:08:07 -07001491void ip6_sk_redirect(struct sk_buff *skb, struct sock *sk)
1492{
1493 ip6_redirect(skb, sock_net(sk), sk->sk_bound_dev_if, sk->sk_mark);
1494}
1495EXPORT_SYMBOL_GPL(ip6_sk_redirect);
1496
David S. Miller0dbaee32010-12-13 12:52:14 -08001497static unsigned int ip6_default_advmss(const struct dst_entry *dst)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001498{
David S. Miller0dbaee32010-12-13 12:52:14 -08001499 struct net_device *dev = dst->dev;
1500 unsigned int mtu = dst_mtu(dst);
1501 struct net *net = dev_net(dev);
1502
Linus Torvalds1da177e2005-04-16 15:20:36 -07001503 mtu -= sizeof(struct ipv6hdr) + sizeof(struct tcphdr);
1504
Daniel Lezcano55786892008-03-04 13:47:47 -08001505 if (mtu < net->ipv6.sysctl.ip6_rt_min_advmss)
1506 mtu = net->ipv6.sysctl.ip6_rt_min_advmss;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001507
1508 /*
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09001509 * Maximal non-jumbo IPv6 payload is IPV6_MAXPLEN and
1510 * corresponding MSS is IPV6_MAXPLEN - tcp_header_size.
1511 * IPV6_MAXPLEN is also valid and means: "any MSS,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001512 * rely only on pmtu discovery"
1513 */
1514 if (mtu > IPV6_MAXPLEN - sizeof(struct tcphdr))
1515 mtu = IPV6_MAXPLEN;
1516 return mtu;
1517}
1518
Steffen Klassertebb762f2011-11-23 02:12:51 +00001519static unsigned int ip6_mtu(const struct dst_entry *dst)
David S. Millerd33e4552010-12-14 13:01:14 -08001520{
Martin KaFai Lau4b32b5a2015-04-28 13:03:06 -07001521 const struct rt6_info *rt = (const struct rt6_info *)dst;
1522 unsigned int mtu = rt->rt6i_pmtu;
David S. Millerd33e4552010-12-14 13:01:14 -08001523 struct inet6_dev *idev;
Steffen Klassert618f9bc2011-11-23 02:13:31 +00001524
1525 if (mtu)
Eric Dumazet30f78d82014-04-10 21:23:36 -07001526 goto out;
Steffen Klassert618f9bc2011-11-23 02:13:31 +00001527
Martin KaFai Lau4b32b5a2015-04-28 13:03:06 -07001528 mtu = dst_metric_raw(dst, RTAX_MTU);
1529 if (mtu)
1530 goto out;
1531
Steffen Klassert618f9bc2011-11-23 02:13:31 +00001532 mtu = IPV6_MIN_MTU;
David S. Millerd33e4552010-12-14 13:01:14 -08001533
1534 rcu_read_lock();
1535 idev = __in6_dev_get(dst->dev);
1536 if (idev)
1537 mtu = idev->cnf.mtu6;
1538 rcu_read_unlock();
1539
Eric Dumazet30f78d82014-04-10 21:23:36 -07001540out:
1541 return min_t(unsigned int, mtu, IP6_MAX_MTU);
David S. Millerd33e4552010-12-14 13:01:14 -08001542}
1543
YOSHIFUJI Hideaki3b009442007-12-06 16:11:48 -08001544static struct dst_entry *icmp6_dst_gc_list;
1545static DEFINE_SPINLOCK(icmp6_dst_lock);
Thomas Graf5d0bbee2006-08-04 03:37:36 -07001546
YOSHIFUJI Hideaki3b009442007-12-06 16:11:48 -08001547struct dst_entry *icmp6_dst_alloc(struct net_device *dev,
David S. Miller87a11572011-12-06 17:04:13 -05001548 struct flowi6 *fl6)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001549{
David S. Miller87a11572011-12-06 17:04:13 -05001550 struct dst_entry *dst;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001551 struct rt6_info *rt;
1552 struct inet6_dev *idev = in6_dev_get(dev);
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09001553 struct net *net = dev_net(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001554
David S. Miller38308472011-12-03 18:02:47 -05001555 if (unlikely(!idev))
Eric Dumazet122bdf62012-03-14 21:13:11 +00001556 return ERR_PTR(-ENODEV);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001557
David S. Miller8b96d222012-06-11 02:01:56 -07001558 rt = ip6_dst_alloc(net, dev, 0, NULL);
David S. Miller38308472011-12-03 18:02:47 -05001559 if (unlikely(!rt)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001560 in6_dev_put(idev);
David S. Miller87a11572011-12-06 17:04:13 -05001561 dst = ERR_PTR(-ENOMEM);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001562 goto out;
1563 }
1564
Yan, Zheng8e2ec632011-09-05 21:34:30 +00001565 rt->dst.flags |= DST_HOST;
1566 rt->dst.output = ip6_output;
Changli Gaod8d1f302010-06-10 23:31:35 -07001567 atomic_set(&rt->dst.__refcnt, 1);
Julian Anastasov550bab42013-10-20 15:43:04 +03001568 rt->rt6i_gateway = fl6->daddr;
David S. Miller87a11572011-12-06 17:04:13 -05001569 rt->rt6i_dst.addr = fl6->daddr;
Yan, Zheng8e2ec632011-09-05 21:34:30 +00001570 rt->rt6i_dst.plen = 128;
1571 rt->rt6i_idev = idev;
Li RongQing14edd872012-10-24 14:01:18 +08001572 dst_metric_set(&rt->dst, RTAX_HOPLIMIT, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001573
YOSHIFUJI Hideaki3b009442007-12-06 16:11:48 -08001574 spin_lock_bh(&icmp6_dst_lock);
Changli Gaod8d1f302010-06-10 23:31:35 -07001575 rt->dst.next = icmp6_dst_gc_list;
1576 icmp6_dst_gc_list = &rt->dst;
YOSHIFUJI Hideaki3b009442007-12-06 16:11:48 -08001577 spin_unlock_bh(&icmp6_dst_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001578
Daniel Lezcano55786892008-03-04 13:47:47 -08001579 fib6_force_start_gc(net);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001580
David S. Miller87a11572011-12-06 17:04:13 -05001581 dst = xfrm_lookup(net, &rt->dst, flowi6_to_flowi(fl6), NULL, 0);
1582
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583out:
David S. Miller87a11572011-12-06 17:04:13 -05001584 return dst;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001585}
1586
Stephen Hemminger3d0f24a2008-07-22 14:35:50 -07001587int icmp6_dst_gc(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588{
Hagen Paul Pfeifere9476e92011-02-25 05:45:19 +00001589 struct dst_entry *dst, **pprev;
Stephen Hemminger3d0f24a2008-07-22 14:35:50 -07001590 int more = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001591
YOSHIFUJI Hideaki3b009442007-12-06 16:11:48 -08001592 spin_lock_bh(&icmp6_dst_lock);
1593 pprev = &icmp6_dst_gc_list;
Thomas Graf5d0bbee2006-08-04 03:37:36 -07001594
Linus Torvalds1da177e2005-04-16 15:20:36 -07001595 while ((dst = *pprev) != NULL) {
1596 if (!atomic_read(&dst->__refcnt)) {
1597 *pprev = dst->next;
1598 dst_free(dst);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001599 } else {
1600 pprev = &dst->next;
Stephen Hemminger3d0f24a2008-07-22 14:35:50 -07001601 ++more;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001602 }
1603 }
1604
YOSHIFUJI Hideaki3b009442007-12-06 16:11:48 -08001605 spin_unlock_bh(&icmp6_dst_lock);
Thomas Graf5d0bbee2006-08-04 03:37:36 -07001606
Stephen Hemminger3d0f24a2008-07-22 14:35:50 -07001607 return more;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001608}
1609
David S. Miller1e493d12008-09-10 17:27:15 -07001610static void icmp6_clean_all(int (*func)(struct rt6_info *rt, void *arg),
1611 void *arg)
1612{
1613 struct dst_entry *dst, **pprev;
1614
1615 spin_lock_bh(&icmp6_dst_lock);
1616 pprev = &icmp6_dst_gc_list;
1617 while ((dst = *pprev) != NULL) {
1618 struct rt6_info *rt = (struct rt6_info *) dst;
1619 if (func(rt, arg)) {
1620 *pprev = dst->next;
1621 dst_free(dst);
1622 } else {
1623 pprev = &dst->next;
1624 }
1625 }
1626 spin_unlock_bh(&icmp6_dst_lock);
1627}
1628
Daniel Lezcano569d3642008-01-18 03:56:57 -08001629static int ip6_dst_gc(struct dst_ops *ops)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001630{
Alexey Dobriyan86393e52009-08-29 01:34:49 +00001631 struct net *net = container_of(ops, struct net, ipv6.ip6_dst_ops);
Daniel Lezcano7019b782008-03-04 13:50:14 -08001632 int rt_min_interval = net->ipv6.sysctl.ip6_rt_gc_min_interval;
1633 int rt_max_size = net->ipv6.sysctl.ip6_rt_max_size;
1634 int rt_elasticity = net->ipv6.sysctl.ip6_rt_gc_elasticity;
1635 int rt_gc_timeout = net->ipv6.sysctl.ip6_rt_gc_timeout;
1636 unsigned long rt_last_gc = net->ipv6.ip6_rt_last_gc;
Eric Dumazetfc66f952010-10-08 06:37:34 +00001637 int entries;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001638
Eric Dumazetfc66f952010-10-08 06:37:34 +00001639 entries = dst_entries_get_fast(ops);
Michal Kubeček49a18d82013-08-01 10:04:24 +02001640 if (time_after(rt_last_gc + rt_min_interval, jiffies) &&
Eric Dumazetfc66f952010-10-08 06:37:34 +00001641 entries <= rt_max_size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642 goto out;
1643
Benjamin Thery6891a342008-03-04 13:49:47 -08001644 net->ipv6.ip6_rt_gc_expire++;
Li RongQing14956642014-05-19 17:30:28 +08001645 fib6_run_gc(net->ipv6.ip6_rt_gc_expire, net, true);
Eric Dumazetfc66f952010-10-08 06:37:34 +00001646 entries = dst_entries_get_slow(ops);
1647 if (entries < ops->gc_thresh)
Daniel Lezcano7019b782008-03-04 13:50:14 -08001648 net->ipv6.ip6_rt_gc_expire = rt_gc_timeout>>1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001649out:
Daniel Lezcano7019b782008-03-04 13:50:14 -08001650 net->ipv6.ip6_rt_gc_expire -= net->ipv6.ip6_rt_gc_expire>>rt_elasticity;
Eric Dumazetfc66f952010-10-08 06:37:34 +00001651 return entries > rt_max_size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001652}
1653
Florian Westphale715b6d2015-01-05 23:57:44 +01001654static int ip6_convert_metrics(struct mx6_config *mxc,
1655 const struct fib6_config *cfg)
1656{
1657 struct nlattr *nla;
1658 int remaining;
1659 u32 *mp;
1660
Ian Morris63159f22015-03-29 14:00:04 +01001661 if (!cfg->fc_mx)
Florian Westphale715b6d2015-01-05 23:57:44 +01001662 return 0;
1663
1664 mp = kzalloc(sizeof(u32) * RTAX_MAX, GFP_KERNEL);
1665 if (unlikely(!mp))
1666 return -ENOMEM;
1667
1668 nla_for_each_attr(nla, cfg->fc_mx, cfg->fc_mx_len, remaining) {
1669 int type = nla_type(nla);
1670
1671 if (type) {
Daniel Borkmannea697632015-01-05 23:57:47 +01001672 u32 val;
1673
Florian Westphale715b6d2015-01-05 23:57:44 +01001674 if (unlikely(type > RTAX_MAX))
1675 goto err;
Daniel Borkmannea697632015-01-05 23:57:47 +01001676 if (type == RTAX_CC_ALGO) {
1677 char tmp[TCP_CA_NAME_MAX];
Florian Westphale715b6d2015-01-05 23:57:44 +01001678
Daniel Borkmannea697632015-01-05 23:57:47 +01001679 nla_strlcpy(tmp, nla, sizeof(tmp));
1680 val = tcp_ca_get_key_by_name(tmp);
1681 if (val == TCP_CA_UNSPEC)
1682 goto err;
1683 } else {
1684 val = nla_get_u32(nla);
1685 }
1686
1687 mp[type - 1] = val;
Florian Westphale715b6d2015-01-05 23:57:44 +01001688 __set_bit(type - 1, mxc->mx_valid);
1689 }
1690 }
1691
1692 mxc->mx = mp;
1693
1694 return 0;
1695 err:
1696 kfree(mp);
1697 return -EINVAL;
1698}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001699
Thomas Graf86872cb2006-08-22 00:01:08 -07001700int ip6_route_add(struct fib6_config *cfg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001701{
1702 int err;
Daniel Lezcano55786892008-03-04 13:47:47 -08001703 struct net *net = cfg->fc_nlinfo.nl_net;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001704 struct rt6_info *rt = NULL;
1705 struct net_device *dev = NULL;
1706 struct inet6_dev *idev = NULL;
Thomas Grafc71099a2006-08-04 23:20:06 -07001707 struct fib6_table *table;
Florian Westphale715b6d2015-01-05 23:57:44 +01001708 struct mx6_config mxc = { .mx = NULL, };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001709 int addr_type;
1710
Thomas Graf86872cb2006-08-22 00:01:08 -07001711 if (cfg->fc_dst_len > 128 || cfg->fc_src_len > 128)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001712 return -EINVAL;
1713#ifndef CONFIG_IPV6_SUBTREES
Thomas Graf86872cb2006-08-22 00:01:08 -07001714 if (cfg->fc_src_len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001715 return -EINVAL;
1716#endif
Thomas Graf86872cb2006-08-22 00:01:08 -07001717 if (cfg->fc_ifindex) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001718 err = -ENODEV;
Daniel Lezcano55786892008-03-04 13:47:47 -08001719 dev = dev_get_by_index(net, cfg->fc_ifindex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001720 if (!dev)
1721 goto out;
1722 idev = in6_dev_get(dev);
1723 if (!idev)
1724 goto out;
1725 }
1726
Thomas Graf86872cb2006-08-22 00:01:08 -07001727 if (cfg->fc_metric == 0)
1728 cfg->fc_metric = IP6_RT_PRIO_USER;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001729
Matti Vaittinend71314b2011-11-14 00:14:49 +00001730 err = -ENOBUFS;
David S. Miller38308472011-12-03 18:02:47 -05001731 if (cfg->fc_nlinfo.nlh &&
1732 !(cfg->fc_nlinfo.nlh->nlmsg_flags & NLM_F_CREATE)) {
Matti Vaittinend71314b2011-11-14 00:14:49 +00001733 table = fib6_get_table(net, cfg->fc_table);
David S. Miller38308472011-12-03 18:02:47 -05001734 if (!table) {
Joe Perchesf3213832012-05-15 14:11:53 +00001735 pr_warn("NLM_F_CREATE should be specified when creating new route\n");
Matti Vaittinend71314b2011-11-14 00:14:49 +00001736 table = fib6_new_table(net, cfg->fc_table);
1737 }
1738 } else {
1739 table = fib6_new_table(net, cfg->fc_table);
1740 }
David S. Miller38308472011-12-03 18:02:47 -05001741
1742 if (!table)
Thomas Grafc71099a2006-08-04 23:20:06 -07001743 goto out;
Thomas Grafc71099a2006-08-04 23:20:06 -07001744
Sabrina Dubrocac88507f2014-03-06 17:51:57 +01001745 rt = ip6_dst_alloc(net, NULL, (cfg->fc_flags & RTF_ADDRCONF) ? 0 : DST_NOCOUNT, table);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001746
David S. Miller38308472011-12-03 18:02:47 -05001747 if (!rt) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001748 err = -ENOMEM;
1749 goto out;
1750 }
1751
Gao feng1716a962012-04-06 00:13:10 +00001752 if (cfg->fc_flags & RTF_EXPIRES)
1753 rt6_set_expires(rt, jiffies +
1754 clock_t_to_jiffies(cfg->fc_expires));
1755 else
1756 rt6_clean_expires(rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001757
Thomas Graf86872cb2006-08-22 00:01:08 -07001758 if (cfg->fc_protocol == RTPROT_UNSPEC)
1759 cfg->fc_protocol = RTPROT_BOOT;
1760 rt->rt6i_protocol = cfg->fc_protocol;
1761
1762 addr_type = ipv6_addr_type(&cfg->fc_dst);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001763
1764 if (addr_type & IPV6_ADDR_MULTICAST)
Changli Gaod8d1f302010-06-10 23:31:35 -07001765 rt->dst.input = ip6_mc_input;
Maciej Żenczykowskiab79ad12010-09-27 00:07:02 +00001766 else if (cfg->fc_flags & RTF_LOCAL)
1767 rt->dst.input = ip6_input;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001768 else
Changli Gaod8d1f302010-06-10 23:31:35 -07001769 rt->dst.input = ip6_forward;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001770
Changli Gaod8d1f302010-06-10 23:31:35 -07001771 rt->dst.output = ip6_output;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001772
Thomas Graf86872cb2006-08-22 00:01:08 -07001773 ipv6_addr_prefix(&rt->rt6i_dst.addr, &cfg->fc_dst, cfg->fc_dst_len);
1774 rt->rt6i_dst.plen = cfg->fc_dst_len;
Martin KaFai Lauafc4eef2015-04-28 13:03:07 -07001775 if (rt->rt6i_dst.plen == 128)
Michal Kubečeke5fd3872014-03-27 13:04:08 +01001776 rt->dst.flags |= DST_HOST;
Michal Kubečeke5fd3872014-03-27 13:04:08 +01001777
Linus Torvalds1da177e2005-04-16 15:20:36 -07001778#ifdef CONFIG_IPV6_SUBTREES
Thomas Graf86872cb2006-08-22 00:01:08 -07001779 ipv6_addr_prefix(&rt->rt6i_src.addr, &cfg->fc_src, cfg->fc_src_len);
1780 rt->rt6i_src.plen = cfg->fc_src_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001781#endif
1782
Thomas Graf86872cb2006-08-22 00:01:08 -07001783 rt->rt6i_metric = cfg->fc_metric;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001784
1785 /* We cannot add true routes via loopback here,
1786 they would result in kernel looping; promote them to reject routes
1787 */
Thomas Graf86872cb2006-08-22 00:01:08 -07001788 if ((cfg->fc_flags & RTF_REJECT) ||
David S. Miller38308472011-12-03 18:02:47 -05001789 (dev && (dev->flags & IFF_LOOPBACK) &&
1790 !(addr_type & IPV6_ADDR_LOOPBACK) &&
1791 !(cfg->fc_flags & RTF_LOCAL))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792 /* hold loopback dev/idev if we haven't done so. */
Daniel Lezcano55786892008-03-04 13:47:47 -08001793 if (dev != net->loopback_dev) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001794 if (dev) {
1795 dev_put(dev);
1796 in6_dev_put(idev);
1797 }
Daniel Lezcano55786892008-03-04 13:47:47 -08001798 dev = net->loopback_dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001799 dev_hold(dev);
1800 idev = in6_dev_get(dev);
1801 if (!idev) {
1802 err = -ENODEV;
1803 goto out;
1804 }
1805 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001806 rt->rt6i_flags = RTF_REJECT|RTF_NONEXTHOP;
Nicolas Dichtelef2c7d72012-09-05 02:12:42 +00001807 switch (cfg->fc_type) {
1808 case RTN_BLACKHOLE:
1809 rt->dst.error = -EINVAL;
Eric Dumazetaad88722014-04-15 13:47:15 -04001810 rt->dst.output = dst_discard_sk;
Kamala R7150aed2013-12-02 19:55:21 +05301811 rt->dst.input = dst_discard;
Nicolas Dichtelef2c7d72012-09-05 02:12:42 +00001812 break;
1813 case RTN_PROHIBIT:
1814 rt->dst.error = -EACCES;
Kamala R7150aed2013-12-02 19:55:21 +05301815 rt->dst.output = ip6_pkt_prohibit_out;
1816 rt->dst.input = ip6_pkt_prohibit;
Nicolas Dichtelef2c7d72012-09-05 02:12:42 +00001817 break;
Nicolas Dichtelb4949ab2012-09-06 05:53:35 +00001818 case RTN_THROW:
Nicolas Dichtelef2c7d72012-09-05 02:12:42 +00001819 default:
Kamala R7150aed2013-12-02 19:55:21 +05301820 rt->dst.error = (cfg->fc_type == RTN_THROW) ? -EAGAIN
1821 : -ENETUNREACH;
1822 rt->dst.output = ip6_pkt_discard_out;
1823 rt->dst.input = ip6_pkt_discard;
Nicolas Dichtelef2c7d72012-09-05 02:12:42 +00001824 break;
1825 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826 goto install_route;
1827 }
1828
Thomas Graf86872cb2006-08-22 00:01:08 -07001829 if (cfg->fc_flags & RTF_GATEWAY) {
Eric Dumazetb71d1d42011-04-22 04:53:02 +00001830 const struct in6_addr *gw_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831 int gwa_type;
1832
Thomas Graf86872cb2006-08-22 00:01:08 -07001833 gw_addr = &cfg->fc_gateway;
Florian Westphal330567b2015-08-07 10:54:28 +02001834 gwa_type = ipv6_addr_type(gw_addr);
Florian Westphal48ed7b22015-05-21 00:25:41 +02001835
1836 /* if gw_addr is local we will fail to detect this in case
1837 * address is still TENTATIVE (DAD in progress). rt6_lookup()
1838 * will return already-added prefix route via interface that
1839 * prefix route was assigned to, which might be non-loopback.
1840 */
1841 err = -EINVAL;
Florian Westphal330567b2015-08-07 10:54:28 +02001842 if (ipv6_chk_addr_and_flags(net, gw_addr,
1843 gwa_type & IPV6_ADDR_LINKLOCAL ?
1844 dev : NULL, 0, 0))
Florian Westphal48ed7b22015-05-21 00:25:41 +02001845 goto out;
1846
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00001847 rt->rt6i_gateway = *gw_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848
1849 if (gwa_type != (IPV6_ADDR_LINKLOCAL|IPV6_ADDR_UNICAST)) {
1850 struct rt6_info *grt;
1851
1852 /* IPv6 strictly inhibits using not link-local
1853 addresses as nexthop address.
1854 Otherwise, router will not able to send redirects.
1855 It is very good, but in some (rare!) circumstances
1856 (SIT, PtP, NBMA NOARP links) it is handy to allow
1857 some exceptions. --ANK
1858 */
David S. Miller38308472011-12-03 18:02:47 -05001859 if (!(gwa_type & IPV6_ADDR_UNICAST))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001860 goto out;
1861
Daniel Lezcano55786892008-03-04 13:47:47 -08001862 grt = rt6_lookup(net, gw_addr, NULL, cfg->fc_ifindex, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863
1864 err = -EHOSTUNREACH;
David S. Miller38308472011-12-03 18:02:47 -05001865 if (!grt)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001866 goto out;
1867 if (dev) {
David S. Millerd1918542011-12-28 20:19:20 -05001868 if (dev != grt->dst.dev) {
Amerigo Wang94e187c2012-10-29 00:13:19 +00001869 ip6_rt_put(grt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870 goto out;
1871 }
1872 } else {
David S. Millerd1918542011-12-28 20:19:20 -05001873 dev = grt->dst.dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001874 idev = grt->rt6i_idev;
1875 dev_hold(dev);
1876 in6_dev_hold(grt->rt6i_idev);
1877 }
David S. Miller38308472011-12-03 18:02:47 -05001878 if (!(grt->rt6i_flags & RTF_GATEWAY))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001879 err = 0;
Amerigo Wang94e187c2012-10-29 00:13:19 +00001880 ip6_rt_put(grt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881
1882 if (err)
1883 goto out;
1884 }
1885 err = -EINVAL;
David S. Miller38308472011-12-03 18:02:47 -05001886 if (!dev || (dev->flags & IFF_LOOPBACK))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001887 goto out;
1888 }
1889
1890 err = -ENODEV;
David S. Miller38308472011-12-03 18:02:47 -05001891 if (!dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892 goto out;
1893
Daniel Walterc3968a82011-04-13 21:10:57 +00001894 if (!ipv6_addr_any(&cfg->fc_prefsrc)) {
1895 if (!ipv6_chk_addr(net, &cfg->fc_prefsrc, dev, 0)) {
1896 err = -EINVAL;
1897 goto out;
1898 }
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00001899 rt->rt6i_prefsrc.addr = cfg->fc_prefsrc;
Daniel Walterc3968a82011-04-13 21:10:57 +00001900 rt->rt6i_prefsrc.plen = 128;
1901 } else
1902 rt->rt6i_prefsrc.plen = 0;
1903
Thomas Graf86872cb2006-08-22 00:01:08 -07001904 rt->rt6i_flags = cfg->fc_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001905
1906install_route:
Changli Gaod8d1f302010-06-10 23:31:35 -07001907 rt->dst.dev = dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001908 rt->rt6i_idev = idev;
Thomas Grafc71099a2006-08-04 23:20:06 -07001909 rt->rt6i_table = table;
Daniel Lezcano63152fc2008-03-03 23:31:11 -08001910
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09001911 cfg->fc_nlinfo.nl_net = dev_net(dev);
Daniel Lezcano63152fc2008-03-03 23:31:11 -08001912
Florian Westphale715b6d2015-01-05 23:57:44 +01001913 err = ip6_convert_metrics(&mxc, cfg);
1914 if (err)
1915 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916
Florian Westphale715b6d2015-01-05 23:57:44 +01001917 err = __ip6_ins_rt(rt, &cfg->fc_nlinfo, &mxc);
1918
1919 kfree(mxc.mx);
1920 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921out:
1922 if (dev)
1923 dev_put(dev);
1924 if (idev)
1925 in6_dev_put(idev);
1926 if (rt)
Changli Gaod8d1f302010-06-10 23:31:35 -07001927 dst_free(&rt->dst);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928 return err;
1929}
1930
Thomas Graf86872cb2006-08-22 00:01:08 -07001931static int __ip6_del_rt(struct rt6_info *rt, struct nl_info *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932{
1933 int err;
Thomas Grafc71099a2006-08-04 23:20:06 -07001934 struct fib6_table *table;
David S. Millerd1918542011-12-28 20:19:20 -05001935 struct net *net = dev_net(rt->dst.dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936
Gao feng6825a262012-09-19 19:25:34 +00001937 if (rt == net->ipv6.ip6_null_entry) {
1938 err = -ENOENT;
1939 goto out;
1940 }
Patrick McHardy6c813a72006-08-06 22:22:47 -07001941
Thomas Grafc71099a2006-08-04 23:20:06 -07001942 table = rt->rt6i_table;
1943 write_lock_bh(&table->tb6_lock);
Thomas Graf86872cb2006-08-22 00:01:08 -07001944 err = fib6_del(rt, info);
Thomas Grafc71099a2006-08-04 23:20:06 -07001945 write_unlock_bh(&table->tb6_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001946
Gao feng6825a262012-09-19 19:25:34 +00001947out:
Amerigo Wang94e187c2012-10-29 00:13:19 +00001948 ip6_rt_put(rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001949 return err;
1950}
1951
Thomas Grafe0a1ad732006-08-22 00:00:21 -07001952int ip6_del_rt(struct rt6_info *rt)
1953{
Denis V. Lunev4d1169c2008-01-10 03:26:13 -08001954 struct nl_info info = {
David S. Millerd1918542011-12-28 20:19:20 -05001955 .nl_net = dev_net(rt->dst.dev),
Denis V. Lunev4d1169c2008-01-10 03:26:13 -08001956 };
Denis V. Lunev528c4ce2007-12-13 09:45:12 -08001957 return __ip6_del_rt(rt, &info);
Thomas Grafe0a1ad732006-08-22 00:00:21 -07001958}
1959
Thomas Graf86872cb2006-08-22 00:01:08 -07001960static int ip6_route_del(struct fib6_config *cfg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961{
Thomas Grafc71099a2006-08-04 23:20:06 -07001962 struct fib6_table *table;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001963 struct fib6_node *fn;
1964 struct rt6_info *rt;
1965 int err = -ESRCH;
1966
Daniel Lezcano55786892008-03-04 13:47:47 -08001967 table = fib6_get_table(cfg->fc_nlinfo.nl_net, cfg->fc_table);
David S. Miller38308472011-12-03 18:02:47 -05001968 if (!table)
Thomas Grafc71099a2006-08-04 23:20:06 -07001969 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001970
Thomas Grafc71099a2006-08-04 23:20:06 -07001971 read_lock_bh(&table->tb6_lock);
1972
1973 fn = fib6_locate(&table->tb6_root,
Thomas Graf86872cb2006-08-22 00:01:08 -07001974 &cfg->fc_dst, cfg->fc_dst_len,
1975 &cfg->fc_src, cfg->fc_src_len);
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09001976
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977 if (fn) {
Changli Gaod8d1f302010-06-10 23:31:35 -07001978 for (rt = fn->leaf; rt; rt = rt->dst.rt6_next) {
Martin KaFai Lau1f56a012015-04-28 13:03:03 -07001979 if ((rt->rt6i_flags & RTF_CACHE) &&
1980 !(cfg->fc_flags & RTF_CACHE))
1981 continue;
Thomas Graf86872cb2006-08-22 00:01:08 -07001982 if (cfg->fc_ifindex &&
David S. Millerd1918542011-12-28 20:19:20 -05001983 (!rt->dst.dev ||
1984 rt->dst.dev->ifindex != cfg->fc_ifindex))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001985 continue;
Thomas Graf86872cb2006-08-22 00:01:08 -07001986 if (cfg->fc_flags & RTF_GATEWAY &&
1987 !ipv6_addr_equal(&cfg->fc_gateway, &rt->rt6i_gateway))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001988 continue;
Thomas Graf86872cb2006-08-22 00:01:08 -07001989 if (cfg->fc_metric && cfg->fc_metric != rt->rt6i_metric)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990 continue;
Changli Gaod8d1f302010-06-10 23:31:35 -07001991 dst_hold(&rt->dst);
Thomas Grafc71099a2006-08-04 23:20:06 -07001992 read_unlock_bh(&table->tb6_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001993
Thomas Graf86872cb2006-08-22 00:01:08 -07001994 return __ip6_del_rt(rt, &cfg->fc_nlinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995 }
1996 }
Thomas Grafc71099a2006-08-04 23:20:06 -07001997 read_unlock_bh(&table->tb6_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998
1999 return err;
2000}
2001
David S. Miller6700c272012-07-17 03:29:28 -07002002static void rt6_do_redirect(struct dst_entry *dst, struct sock *sk, struct sk_buff *skb)
YOSHIFUJI Hideakia6279452006-08-23 17:18:26 -07002003{
David S. Millere8599ff2012-07-11 23:43:53 -07002004 struct net *net = dev_net(skb->dev);
YOSHIFUJI Hideakia6279452006-08-23 17:18:26 -07002005 struct netevent_redirect netevent;
David S. Millere8599ff2012-07-11 23:43:53 -07002006 struct rt6_info *rt, *nrt = NULL;
David S. Millere8599ff2012-07-11 23:43:53 -07002007 struct ndisc_options ndopts;
2008 struct inet6_dev *in6_dev;
2009 struct neighbour *neigh;
YOSHIFUJI Hideaki / 吉藤英明71bcdba2013-01-05 16:34:51 +00002010 struct rd_msg *msg;
David S. Miller6e157b62012-07-12 00:05:02 -07002011 int optlen, on_link;
2012 u8 *lladdr;
David S. Millere8599ff2012-07-11 23:43:53 -07002013
Simon Horman29a3cad2013-05-28 20:34:26 +00002014 optlen = skb_tail_pointer(skb) - skb_transport_header(skb);
YOSHIFUJI Hideaki / 吉藤英明71bcdba2013-01-05 16:34:51 +00002015 optlen -= sizeof(*msg);
David S. Millere8599ff2012-07-11 23:43:53 -07002016
2017 if (optlen < 0) {
David S. Miller6e157b62012-07-12 00:05:02 -07002018 net_dbg_ratelimited("rt6_do_redirect: packet too short\n");
David S. Millere8599ff2012-07-11 23:43:53 -07002019 return;
2020 }
2021
YOSHIFUJI Hideaki / 吉藤英明71bcdba2013-01-05 16:34:51 +00002022 msg = (struct rd_msg *)icmp6_hdr(skb);
David S. Millere8599ff2012-07-11 23:43:53 -07002023
YOSHIFUJI Hideaki / 吉藤英明71bcdba2013-01-05 16:34:51 +00002024 if (ipv6_addr_is_multicast(&msg->dest)) {
David S. Miller6e157b62012-07-12 00:05:02 -07002025 net_dbg_ratelimited("rt6_do_redirect: destination address is multicast\n");
David S. Millere8599ff2012-07-11 23:43:53 -07002026 return;
2027 }
2028
David S. Miller6e157b62012-07-12 00:05:02 -07002029 on_link = 0;
YOSHIFUJI Hideaki / 吉藤英明71bcdba2013-01-05 16:34:51 +00002030 if (ipv6_addr_equal(&msg->dest, &msg->target)) {
David S. Millere8599ff2012-07-11 23:43:53 -07002031 on_link = 1;
YOSHIFUJI Hideaki / 吉藤英明71bcdba2013-01-05 16:34:51 +00002032 } else if (ipv6_addr_type(&msg->target) !=
David S. Millere8599ff2012-07-11 23:43:53 -07002033 (IPV6_ADDR_UNICAST|IPV6_ADDR_LINKLOCAL)) {
David S. Miller6e157b62012-07-12 00:05:02 -07002034 net_dbg_ratelimited("rt6_do_redirect: target address is not link-local unicast\n");
David S. Millere8599ff2012-07-11 23:43:53 -07002035 return;
2036 }
2037
2038 in6_dev = __in6_dev_get(skb->dev);
2039 if (!in6_dev)
2040 return;
2041 if (in6_dev->cnf.forwarding || !in6_dev->cnf.accept_redirects)
2042 return;
2043
2044 /* RFC2461 8.1:
2045 * The IP source address of the Redirect MUST be the same as the current
2046 * first-hop router for the specified ICMP Destination Address.
2047 */
2048
YOSHIFUJI Hideaki / 吉藤英明71bcdba2013-01-05 16:34:51 +00002049 if (!ndisc_parse_options(msg->opt, optlen, &ndopts)) {
David S. Millere8599ff2012-07-11 23:43:53 -07002050 net_dbg_ratelimited("rt6_redirect: invalid ND options\n");
2051 return;
2052 }
David S. Miller6e157b62012-07-12 00:05:02 -07002053
2054 lladdr = NULL;
David S. Millere8599ff2012-07-11 23:43:53 -07002055 if (ndopts.nd_opts_tgt_lladdr) {
2056 lladdr = ndisc_opt_addr_data(ndopts.nd_opts_tgt_lladdr,
2057 skb->dev);
2058 if (!lladdr) {
2059 net_dbg_ratelimited("rt6_redirect: invalid link-layer address length\n");
2060 return;
2061 }
2062 }
2063
David S. Miller6e157b62012-07-12 00:05:02 -07002064 rt = (struct rt6_info *) dst;
2065 if (rt == net->ipv6.ip6_null_entry) {
2066 net_dbg_ratelimited("rt6_redirect: source isn't a valid nexthop for redirect target\n");
2067 return;
2068 }
2069
2070 /* Redirect received -> path was valid.
2071 * Look, redirects are sent only in response to data packets,
2072 * so that this nexthop apparently is reachable. --ANK
2073 */
2074 dst_confirm(&rt->dst);
2075
YOSHIFUJI Hideaki / 吉藤英明71bcdba2013-01-05 16:34:51 +00002076 neigh = __neigh_lookup(&nd_tbl, &msg->target, skb->dev, 1);
David S. Millere8599ff2012-07-11 23:43:53 -07002077 if (!neigh)
2078 return;
2079
Linus Torvalds1da177e2005-04-16 15:20:36 -07002080 /*
2081 * We have finally decided to accept it.
2082 */
2083
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002084 neigh_update(neigh, lladdr, NUD_STALE,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002085 NEIGH_UPDATE_F_WEAK_OVERRIDE|
2086 NEIGH_UPDATE_F_OVERRIDE|
2087 (on_link ? 0 : (NEIGH_UPDATE_F_OVERRIDE_ISROUTER|
2088 NEIGH_UPDATE_F_ISROUTER))
2089 );
2090
Martin KaFai Lau83a09ab2015-05-22 20:56:05 -07002091 nrt = ip6_rt_cache_alloc(rt, &msg->dest, NULL);
David S. Miller38308472011-12-03 18:02:47 -05002092 if (!nrt)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093 goto out;
2094
2095 nrt->rt6i_flags = RTF_GATEWAY|RTF_UP|RTF_DYNAMIC|RTF_CACHE;
2096 if (on_link)
2097 nrt->rt6i_flags &= ~RTF_GATEWAY;
2098
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00002099 nrt->rt6i_gateway = *(struct in6_addr *)neigh->primary_key;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100
Thomas Graf40e22e82006-08-22 00:00:45 -07002101 if (ip6_ins_rt(nrt))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102 goto out;
2103
Changli Gaod8d1f302010-06-10 23:31:35 -07002104 netevent.old = &rt->dst;
2105 netevent.new = &nrt->dst;
YOSHIFUJI Hideaki / 吉藤英明71bcdba2013-01-05 16:34:51 +00002106 netevent.daddr = &msg->dest;
YOSHIFUJI Hideaki / 吉藤英明60592832013-01-14 09:28:27 +00002107 netevent.neigh = neigh;
Tom Tucker8d717402006-07-30 20:43:36 -07002108 call_netevent_notifiers(NETEVENT_REDIRECT, &netevent);
2109
David S. Miller38308472011-12-03 18:02:47 -05002110 if (rt->rt6i_flags & RTF_CACHE) {
David S. Miller6e157b62012-07-12 00:05:02 -07002111 rt = (struct rt6_info *) dst_clone(&rt->dst);
Thomas Grafe0a1ad732006-08-22 00:00:21 -07002112 ip6_del_rt(rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113 }
2114
2115out:
David S. Millere8599ff2012-07-11 23:43:53 -07002116 neigh_release(neigh);
David S. Miller6e157b62012-07-12 00:05:02 -07002117}
2118
Linus Torvalds1da177e2005-04-16 15:20:36 -07002119/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120 * Misc support functions
2121 */
2122
Martin KaFai Lau4b32b5a2015-04-28 13:03:06 -07002123static void rt6_set_from(struct rt6_info *rt, struct rt6_info *from)
2124{
2125 BUG_ON(from->dst.from);
2126
2127 rt->rt6i_flags &= ~RTF_EXPIRES;
2128 dst_hold(&from->dst);
2129 rt->dst.from = &from->dst;
2130 dst_init_metrics(&rt->dst, dst_metrics_ptr(&from->dst), true);
2131}
2132
Martin KaFai Lau83a09ab2015-05-22 20:56:05 -07002133static void ip6_rt_copy_init(struct rt6_info *rt, struct rt6_info *ort)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134{
Martin KaFai Lau83a09ab2015-05-22 20:56:05 -07002135 rt->dst.input = ort->dst.input;
2136 rt->dst.output = ort->dst.output;
2137 rt->rt6i_dst = ort->rt6i_dst;
2138 rt->dst.error = ort->dst.error;
2139 rt->rt6i_idev = ort->rt6i_idev;
2140 if (rt->rt6i_idev)
2141 in6_dev_hold(rt->rt6i_idev);
2142 rt->dst.lastuse = jiffies;
2143 rt->rt6i_gateway = ort->rt6i_gateway;
2144 rt->rt6i_flags = ort->rt6i_flags;
2145 rt6_set_from(rt, ort);
2146 rt->rt6i_metric = ort->rt6i_metric;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147#ifdef CONFIG_IPV6_SUBTREES
Martin KaFai Lau83a09ab2015-05-22 20:56:05 -07002148 rt->rt6i_src = ort->rt6i_src;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002149#endif
Martin KaFai Lau83a09ab2015-05-22 20:56:05 -07002150 rt->rt6i_prefsrc = ort->rt6i_prefsrc;
2151 rt->rt6i_table = ort->rt6i_table;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002152}
2153
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08002154#ifdef CONFIG_IPV6_ROUTE_INFO
Daniel Lezcanoefa2cea2008-03-04 13:46:48 -08002155static struct rt6_info *rt6_get_route_info(struct net *net,
Eric Dumazetb71d1d42011-04-22 04:53:02 +00002156 const struct in6_addr *prefix, int prefixlen,
2157 const struct in6_addr *gwaddr, int ifindex)
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08002158{
2159 struct fib6_node *fn;
2160 struct rt6_info *rt = NULL;
Thomas Grafc71099a2006-08-04 23:20:06 -07002161 struct fib6_table *table;
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08002162
Daniel Lezcanoefa2cea2008-03-04 13:46:48 -08002163 table = fib6_get_table(net, RT6_TABLE_INFO);
David S. Miller38308472011-12-03 18:02:47 -05002164 if (!table)
Thomas Grafc71099a2006-08-04 23:20:06 -07002165 return NULL;
2166
Li RongQing5744dd92012-09-11 21:59:01 +00002167 read_lock_bh(&table->tb6_lock);
Ian Morris67ba4152014-08-24 21:53:10 +01002168 fn = fib6_locate(&table->tb6_root, prefix, prefixlen, NULL, 0);
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08002169 if (!fn)
2170 goto out;
2171
Changli Gaod8d1f302010-06-10 23:31:35 -07002172 for (rt = fn->leaf; rt; rt = rt->dst.rt6_next) {
David S. Millerd1918542011-12-28 20:19:20 -05002173 if (rt->dst.dev->ifindex != ifindex)
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08002174 continue;
2175 if ((rt->rt6i_flags & (RTF_ROUTEINFO|RTF_GATEWAY)) != (RTF_ROUTEINFO|RTF_GATEWAY))
2176 continue;
2177 if (!ipv6_addr_equal(&rt->rt6i_gateway, gwaddr))
2178 continue;
Changli Gaod8d1f302010-06-10 23:31:35 -07002179 dst_hold(&rt->dst);
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08002180 break;
2181 }
2182out:
Li RongQing5744dd92012-09-11 21:59:01 +00002183 read_unlock_bh(&table->tb6_lock);
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08002184 return rt;
2185}
2186
Daniel Lezcanoefa2cea2008-03-04 13:46:48 -08002187static struct rt6_info *rt6_add_route_info(struct net *net,
Eric Dumazetb71d1d42011-04-22 04:53:02 +00002188 const struct in6_addr *prefix, int prefixlen,
2189 const struct in6_addr *gwaddr, int ifindex,
Eric Dumazet95c96172012-04-15 05:58:06 +00002190 unsigned int pref)
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08002191{
Thomas Graf86872cb2006-08-22 00:01:08 -07002192 struct fib6_config cfg = {
2193 .fc_table = RT6_TABLE_INFO,
Rami Rosen238fc7e2008-02-09 23:43:11 -08002194 .fc_metric = IP6_RT_PRIO_USER,
Thomas Graf86872cb2006-08-22 00:01:08 -07002195 .fc_ifindex = ifindex,
2196 .fc_dst_len = prefixlen,
2197 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_ROUTEINFO |
2198 RTF_UP | RTF_PREF(pref),
Eric W. Biederman15e47302012-09-07 20:12:54 +00002199 .fc_nlinfo.portid = 0,
Daniel Lezcanoefa2cea2008-03-04 13:46:48 -08002200 .fc_nlinfo.nlh = NULL,
2201 .fc_nlinfo.nl_net = net,
Thomas Graf86872cb2006-08-22 00:01:08 -07002202 };
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08002203
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00002204 cfg.fc_dst = *prefix;
2205 cfg.fc_gateway = *gwaddr;
Thomas Graf86872cb2006-08-22 00:01:08 -07002206
YOSHIFUJI Hideakie317da92006-03-20 17:06:42 -08002207 /* We should treat it as a default route if prefix length is 0. */
2208 if (!prefixlen)
Thomas Graf86872cb2006-08-22 00:01:08 -07002209 cfg.fc_flags |= RTF_DEFAULT;
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08002210
Thomas Graf86872cb2006-08-22 00:01:08 -07002211 ip6_route_add(&cfg);
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08002212
Daniel Lezcanoefa2cea2008-03-04 13:46:48 -08002213 return rt6_get_route_info(net, prefix, prefixlen, gwaddr, ifindex);
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08002214}
2215#endif
2216
Eric Dumazetb71d1d42011-04-22 04:53:02 +00002217struct rt6_info *rt6_get_dflt_router(const struct in6_addr *addr, struct net_device *dev)
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002218{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002219 struct rt6_info *rt;
Thomas Grafc71099a2006-08-04 23:20:06 -07002220 struct fib6_table *table;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002221
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09002222 table = fib6_get_table(dev_net(dev), RT6_TABLE_DFLT);
David S. Miller38308472011-12-03 18:02:47 -05002223 if (!table)
Thomas Grafc71099a2006-08-04 23:20:06 -07002224 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002225
Li RongQing5744dd92012-09-11 21:59:01 +00002226 read_lock_bh(&table->tb6_lock);
Ian Morris67ba4152014-08-24 21:53:10 +01002227 for (rt = table->tb6_root.leaf; rt; rt = rt->dst.rt6_next) {
David S. Millerd1918542011-12-28 20:19:20 -05002228 if (dev == rt->dst.dev &&
YOSHIFUJI Hideaki045927f2006-03-20 17:00:48 -08002229 ((rt->rt6i_flags & (RTF_ADDRCONF | RTF_DEFAULT)) == (RTF_ADDRCONF | RTF_DEFAULT)) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07002230 ipv6_addr_equal(&rt->rt6i_gateway, addr))
2231 break;
2232 }
2233 if (rt)
Changli Gaod8d1f302010-06-10 23:31:35 -07002234 dst_hold(&rt->dst);
Li RongQing5744dd92012-09-11 21:59:01 +00002235 read_unlock_bh(&table->tb6_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236 return rt;
2237}
2238
Eric Dumazetb71d1d42011-04-22 04:53:02 +00002239struct rt6_info *rt6_add_dflt_router(const struct in6_addr *gwaddr,
YOSHIFUJI Hideakiebacaaa2006-03-20 17:04:53 -08002240 struct net_device *dev,
2241 unsigned int pref)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242{
Thomas Graf86872cb2006-08-22 00:01:08 -07002243 struct fib6_config cfg = {
2244 .fc_table = RT6_TABLE_DFLT,
Rami Rosen238fc7e2008-02-09 23:43:11 -08002245 .fc_metric = IP6_RT_PRIO_USER,
Thomas Graf86872cb2006-08-22 00:01:08 -07002246 .fc_ifindex = dev->ifindex,
2247 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_DEFAULT |
2248 RTF_UP | RTF_EXPIRES | RTF_PREF(pref),
Eric W. Biederman15e47302012-09-07 20:12:54 +00002249 .fc_nlinfo.portid = 0,
Daniel Lezcano55786892008-03-04 13:47:47 -08002250 .fc_nlinfo.nlh = NULL,
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09002251 .fc_nlinfo.nl_net = dev_net(dev),
Thomas Graf86872cb2006-08-22 00:01:08 -07002252 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00002254 cfg.fc_gateway = *gwaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002255
Thomas Graf86872cb2006-08-22 00:01:08 -07002256 ip6_route_add(&cfg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002257
Linus Torvalds1da177e2005-04-16 15:20:36 -07002258 return rt6_get_dflt_router(gwaddr, dev);
2259}
2260
Daniel Lezcano7b4da532008-03-04 13:47:14 -08002261void rt6_purge_dflt_routers(struct net *net)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002262{
2263 struct rt6_info *rt;
Thomas Grafc71099a2006-08-04 23:20:06 -07002264 struct fib6_table *table;
2265
2266 /* NOTE: Keep consistent with rt6_get_dflt_router */
Daniel Lezcano7b4da532008-03-04 13:47:14 -08002267 table = fib6_get_table(net, RT6_TABLE_DFLT);
David S. Miller38308472011-12-03 18:02:47 -05002268 if (!table)
Thomas Grafc71099a2006-08-04 23:20:06 -07002269 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002270
2271restart:
Thomas Grafc71099a2006-08-04 23:20:06 -07002272 read_lock_bh(&table->tb6_lock);
Changli Gaod8d1f302010-06-10 23:31:35 -07002273 for (rt = table->tb6_root.leaf; rt; rt = rt->dst.rt6_next) {
Lorenzo Colitti3e8b0ac2013-03-03 20:46:46 +00002274 if (rt->rt6i_flags & (RTF_DEFAULT | RTF_ADDRCONF) &&
2275 (!rt->rt6i_idev || rt->rt6i_idev->cnf.accept_ra != 2)) {
Changli Gaod8d1f302010-06-10 23:31:35 -07002276 dst_hold(&rt->dst);
Thomas Grafc71099a2006-08-04 23:20:06 -07002277 read_unlock_bh(&table->tb6_lock);
Thomas Grafe0a1ad732006-08-22 00:00:21 -07002278 ip6_del_rt(rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002279 goto restart;
2280 }
2281 }
Thomas Grafc71099a2006-08-04 23:20:06 -07002282 read_unlock_bh(&table->tb6_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283}
2284
Daniel Lezcano55786892008-03-04 13:47:47 -08002285static void rtmsg_to_fib6_config(struct net *net,
2286 struct in6_rtmsg *rtmsg,
Thomas Graf86872cb2006-08-22 00:01:08 -07002287 struct fib6_config *cfg)
2288{
2289 memset(cfg, 0, sizeof(*cfg));
2290
2291 cfg->fc_table = RT6_TABLE_MAIN;
2292 cfg->fc_ifindex = rtmsg->rtmsg_ifindex;
2293 cfg->fc_metric = rtmsg->rtmsg_metric;
2294 cfg->fc_expires = rtmsg->rtmsg_info;
2295 cfg->fc_dst_len = rtmsg->rtmsg_dst_len;
2296 cfg->fc_src_len = rtmsg->rtmsg_src_len;
2297 cfg->fc_flags = rtmsg->rtmsg_flags;
2298
Daniel Lezcano55786892008-03-04 13:47:47 -08002299 cfg->fc_nlinfo.nl_net = net;
Benjamin Theryf1243c22008-02-26 18:10:03 -08002300
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00002301 cfg->fc_dst = rtmsg->rtmsg_dst;
2302 cfg->fc_src = rtmsg->rtmsg_src;
2303 cfg->fc_gateway = rtmsg->rtmsg_gateway;
Thomas Graf86872cb2006-08-22 00:01:08 -07002304}
2305
Daniel Lezcano55786892008-03-04 13:47:47 -08002306int ipv6_route_ioctl(struct net *net, unsigned int cmd, void __user *arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002307{
Thomas Graf86872cb2006-08-22 00:01:08 -07002308 struct fib6_config cfg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002309 struct in6_rtmsg rtmsg;
2310 int err;
2311
Ian Morris67ba4152014-08-24 21:53:10 +01002312 switch (cmd) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002313 case SIOCADDRT: /* Add a route */
2314 case SIOCDELRT: /* Delete a route */
Eric W. Biedermanaf31f412012-11-16 03:03:06 +00002315 if (!ns_capable(net->user_ns, CAP_NET_ADMIN))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002316 return -EPERM;
2317 err = copy_from_user(&rtmsg, arg,
2318 sizeof(struct in6_rtmsg));
2319 if (err)
2320 return -EFAULT;
Thomas Graf86872cb2006-08-22 00:01:08 -07002321
Daniel Lezcano55786892008-03-04 13:47:47 -08002322 rtmsg_to_fib6_config(net, &rtmsg, &cfg);
Thomas Graf86872cb2006-08-22 00:01:08 -07002323
Linus Torvalds1da177e2005-04-16 15:20:36 -07002324 rtnl_lock();
2325 switch (cmd) {
2326 case SIOCADDRT:
Thomas Graf86872cb2006-08-22 00:01:08 -07002327 err = ip6_route_add(&cfg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328 break;
2329 case SIOCDELRT:
Thomas Graf86872cb2006-08-22 00:01:08 -07002330 err = ip6_route_del(&cfg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002331 break;
2332 default:
2333 err = -EINVAL;
2334 }
2335 rtnl_unlock();
2336
2337 return err;
Stephen Hemminger3ff50b72007-04-20 17:09:22 -07002338 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002339
2340 return -EINVAL;
2341}
2342
2343/*
2344 * Drop the packet on the floor
2345 */
2346
Brian Haleyd5fdd6b2009-06-23 04:31:07 -07002347static int ip6_pkt_drop(struct sk_buff *skb, u8 code, int ipstats_mib_noroutes)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348{
YOSHIFUJI Hideaki612f09e2007-04-13 16:18:02 -07002349 int type;
Eric Dumazetadf30902009-06-02 05:19:30 +00002350 struct dst_entry *dst = skb_dst(skb);
YOSHIFUJI Hideaki612f09e2007-04-13 16:18:02 -07002351 switch (ipstats_mib_noroutes) {
2352 case IPSTATS_MIB_INNOROUTES:
Arnaldo Carvalho de Melo0660e032007-04-25 17:54:47 -07002353 type = ipv6_addr_type(&ipv6_hdr(skb)->daddr);
Ulrich Weber45bb0062010-02-25 23:28:58 +00002354 if (type == IPV6_ADDR_ANY) {
Denis V. Lunev3bd653c2008-10-08 10:54:51 -07002355 IP6_INC_STATS(dev_net(dst->dev), ip6_dst_idev(dst),
2356 IPSTATS_MIB_INADDRERRORS);
YOSHIFUJI Hideaki612f09e2007-04-13 16:18:02 -07002357 break;
2358 }
2359 /* FALLTHROUGH */
2360 case IPSTATS_MIB_OUTNOROUTES:
Denis V. Lunev3bd653c2008-10-08 10:54:51 -07002361 IP6_INC_STATS(dev_net(dst->dev), ip6_dst_idev(dst),
2362 ipstats_mib_noroutes);
YOSHIFUJI Hideaki612f09e2007-04-13 16:18:02 -07002363 break;
2364 }
Alexey Dobriyan3ffe5332010-02-18 08:25:24 +00002365 icmpv6_send(skb, ICMPV6_DEST_UNREACH, code, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366 kfree_skb(skb);
2367 return 0;
2368}
2369
Thomas Graf9ce8ade2006-10-18 20:46:54 -07002370static int ip6_pkt_discard(struct sk_buff *skb)
2371{
YOSHIFUJI Hideaki612f09e2007-04-13 16:18:02 -07002372 return ip6_pkt_drop(skb, ICMPV6_NOROUTE, IPSTATS_MIB_INNOROUTES);
Thomas Graf9ce8ade2006-10-18 20:46:54 -07002373}
2374
Eric Dumazetaad88722014-04-15 13:47:15 -04002375static int ip6_pkt_discard_out(struct sock *sk, struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376{
Eric Dumazetadf30902009-06-02 05:19:30 +00002377 skb->dev = skb_dst(skb)->dev;
YOSHIFUJI Hideaki612f09e2007-04-13 16:18:02 -07002378 return ip6_pkt_drop(skb, ICMPV6_NOROUTE, IPSTATS_MIB_OUTNOROUTES);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002379}
2380
Thomas Graf9ce8ade2006-10-18 20:46:54 -07002381static int ip6_pkt_prohibit(struct sk_buff *skb)
2382{
YOSHIFUJI Hideaki612f09e2007-04-13 16:18:02 -07002383 return ip6_pkt_drop(skb, ICMPV6_ADM_PROHIBITED, IPSTATS_MIB_INNOROUTES);
Thomas Graf9ce8ade2006-10-18 20:46:54 -07002384}
2385
Eric Dumazetaad88722014-04-15 13:47:15 -04002386static int ip6_pkt_prohibit_out(struct sock *sk, struct sk_buff *skb)
Thomas Graf9ce8ade2006-10-18 20:46:54 -07002387{
Eric Dumazetadf30902009-06-02 05:19:30 +00002388 skb->dev = skb_dst(skb)->dev;
YOSHIFUJI Hideaki612f09e2007-04-13 16:18:02 -07002389 return ip6_pkt_drop(skb, ICMPV6_ADM_PROHIBITED, IPSTATS_MIB_OUTNOROUTES);
Thomas Graf9ce8ade2006-10-18 20:46:54 -07002390}
2391
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392/*
2393 * Allocate a dst for local (unicast / anycast) address.
2394 */
2395
2396struct rt6_info *addrconf_dst_alloc(struct inet6_dev *idev,
2397 const struct in6_addr *addr,
David S. Miller8f031512011-12-06 16:48:14 -05002398 bool anycast)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002399{
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09002400 struct net *net = dev_net(idev->dev);
Hannes Frederic Sowaa3300ef2013-12-07 03:33:45 +01002401 struct rt6_info *rt = ip6_dst_alloc(net, net->loopback_dev,
2402 DST_NOCOUNT, NULL);
2403 if (!rt)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404 return ERR_PTR(-ENOMEM);
2405
Linus Torvalds1da177e2005-04-16 15:20:36 -07002406 in6_dev_hold(idev);
2407
David S. Miller11d53b42011-06-24 15:23:34 -07002408 rt->dst.flags |= DST_HOST;
Changli Gaod8d1f302010-06-10 23:31:35 -07002409 rt->dst.input = ip6_input;
2410 rt->dst.output = ip6_output;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411 rt->rt6i_idev = idev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412
2413 rt->rt6i_flags = RTF_UP | RTF_NONEXTHOP;
YOSHIFUJI Hideaki58c4fb82005-12-21 22:56:42 +09002414 if (anycast)
2415 rt->rt6i_flags |= RTF_ANYCAST;
2416 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417 rt->rt6i_flags |= RTF_LOCAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002418
Julian Anastasov550bab42013-10-20 15:43:04 +03002419 rt->rt6i_gateway = *addr;
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00002420 rt->rt6i_dst.addr = *addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421 rt->rt6i_dst.plen = 128;
Daniel Lezcano55786892008-03-04 13:47:47 -08002422 rt->rt6i_table = fib6_get_table(net, RT6_TABLE_LOCAL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002423
Changli Gaod8d1f302010-06-10 23:31:35 -07002424 atomic_set(&rt->dst.__refcnt, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002425
2426 return rt;
2427}
2428
Daniel Walterc3968a82011-04-13 21:10:57 +00002429int ip6_route_get_saddr(struct net *net,
2430 struct rt6_info *rt,
Eric Dumazetb71d1d42011-04-22 04:53:02 +00002431 const struct in6_addr *daddr,
Daniel Walterc3968a82011-04-13 21:10:57 +00002432 unsigned int prefs,
2433 struct in6_addr *saddr)
2434{
Markus Stenberge16e8882015-05-05 13:36:59 +03002435 struct inet6_dev *idev =
2436 rt ? ip6_dst_idev((struct dst_entry *)rt) : NULL;
Daniel Walterc3968a82011-04-13 21:10:57 +00002437 int err = 0;
Markus Stenberge16e8882015-05-05 13:36:59 +03002438 if (rt && rt->rt6i_prefsrc.plen)
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00002439 *saddr = rt->rt6i_prefsrc.addr;
Daniel Walterc3968a82011-04-13 21:10:57 +00002440 else
2441 err = ipv6_dev_get_saddr(net, idev ? idev->dev : NULL,
2442 daddr, prefs, saddr);
2443 return err;
2444}
2445
2446/* remove deleted ip from prefsrc entries */
2447struct arg_dev_net_ip {
2448 struct net_device *dev;
2449 struct net *net;
2450 struct in6_addr *addr;
2451};
2452
2453static int fib6_remove_prefsrc(struct rt6_info *rt, void *arg)
2454{
2455 struct net_device *dev = ((struct arg_dev_net_ip *)arg)->dev;
2456 struct net *net = ((struct arg_dev_net_ip *)arg)->net;
2457 struct in6_addr *addr = ((struct arg_dev_net_ip *)arg)->addr;
2458
David S. Millerd1918542011-12-28 20:19:20 -05002459 if (((void *)rt->dst.dev == dev || !dev) &&
Daniel Walterc3968a82011-04-13 21:10:57 +00002460 rt != net->ipv6.ip6_null_entry &&
2461 ipv6_addr_equal(addr, &rt->rt6i_prefsrc.addr)) {
2462 /* remove prefsrc entry */
2463 rt->rt6i_prefsrc.plen = 0;
2464 }
2465 return 0;
2466}
2467
2468void rt6_remove_prefsrc(struct inet6_ifaddr *ifp)
2469{
2470 struct net *net = dev_net(ifp->idev->dev);
2471 struct arg_dev_net_ip adni = {
2472 .dev = ifp->idev->dev,
2473 .net = net,
2474 .addr = &ifp->addr,
2475 };
Li RongQing0c3584d2013-12-27 16:32:38 +08002476 fib6_clean_all(net, fib6_remove_prefsrc, &adni);
Daniel Walterc3968a82011-04-13 21:10:57 +00002477}
2478
Duan Jiongbe7a0102014-05-15 15:56:14 +08002479#define RTF_RA_ROUTER (RTF_ADDRCONF | RTF_DEFAULT | RTF_GATEWAY)
2480#define RTF_CACHE_GATEWAY (RTF_GATEWAY | RTF_CACHE)
2481
2482/* Remove routers and update dst entries when gateway turn into host. */
2483static int fib6_clean_tohost(struct rt6_info *rt, void *arg)
2484{
2485 struct in6_addr *gateway = (struct in6_addr *)arg;
2486
2487 if ((((rt->rt6i_flags & RTF_RA_ROUTER) == RTF_RA_ROUTER) ||
2488 ((rt->rt6i_flags & RTF_CACHE_GATEWAY) == RTF_CACHE_GATEWAY)) &&
2489 ipv6_addr_equal(gateway, &rt->rt6i_gateway)) {
2490 return -1;
2491 }
2492 return 0;
2493}
2494
2495void rt6_clean_tohost(struct net *net, struct in6_addr *gateway)
2496{
2497 fib6_clean_all(net, fib6_clean_tohost, gateway);
2498}
2499
Daniel Lezcano8ed67782008-03-04 13:48:30 -08002500struct arg_dev_net {
2501 struct net_device *dev;
2502 struct net *net;
2503};
2504
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505static int fib6_ifdown(struct rt6_info *rt, void *arg)
2506{
stephen hemmingerbc3ef662010-12-16 17:42:40 +00002507 const struct arg_dev_net *adn = arg;
2508 const struct net_device *dev = adn->dev;
Daniel Lezcano8ed67782008-03-04 13:48:30 -08002509
David S. Millerd1918542011-12-28 20:19:20 -05002510 if ((rt->dst.dev == dev || !dev) &&
David S. Millerc159d302011-12-26 15:24:36 -05002511 rt != adn->net->ipv6.ip6_null_entry)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002512 return -1;
David S. Millerc159d302011-12-26 15:24:36 -05002513
Linus Torvalds1da177e2005-04-16 15:20:36 -07002514 return 0;
2515}
2516
Daniel Lezcanof3db4852008-03-03 23:27:06 -08002517void rt6_ifdown(struct net *net, struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002518{
Daniel Lezcano8ed67782008-03-04 13:48:30 -08002519 struct arg_dev_net adn = {
2520 .dev = dev,
2521 .net = net,
2522 };
2523
Li RongQing0c3584d2013-12-27 16:32:38 +08002524 fib6_clean_all(net, fib6_ifdown, &adn);
David S. Miller1e493d12008-09-10 17:27:15 -07002525 icmp6_clean_all(fib6_ifdown, &adn);
Martin KaFai Lau8d0b94a2015-05-22 20:56:04 -07002526 rt6_uncached_list_flush_dev(net, dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527}
2528
Eric Dumazet95c96172012-04-15 05:58:06 +00002529struct rt6_mtu_change_arg {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002530 struct net_device *dev;
Eric Dumazet95c96172012-04-15 05:58:06 +00002531 unsigned int mtu;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532};
2533
2534static int rt6_mtu_change_route(struct rt6_info *rt, void *p_arg)
2535{
2536 struct rt6_mtu_change_arg *arg = (struct rt6_mtu_change_arg *) p_arg;
2537 struct inet6_dev *idev;
2538
2539 /* In IPv6 pmtu discovery is not optional,
2540 so that RTAX_MTU lock cannot disable it.
2541 We still use this lock to block changes
2542 caused by addrconf/ndisc.
2543 */
2544
2545 idev = __in6_dev_get(arg->dev);
David S. Miller38308472011-12-03 18:02:47 -05002546 if (!idev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002547 return 0;
2548
2549 /* For administrative MTU increase, there is no way to discover
2550 IPv6 PMTU increase, so PMTU increase should be updated here.
2551 Since RFC 1981 doesn't include administrative MTU increase
2552 update PMTU increase is a MUST. (i.e. jumbo frame)
2553 */
2554 /*
2555 If new MTU is less than route PMTU, this new MTU will be the
2556 lowest MTU in the path, update the route PMTU to reflect PMTU
2557 decreases; if new MTU is greater than route PMTU, and the
2558 old MTU is the lowest MTU in the path, update the route PMTU
2559 to reflect the increase. In this case if the other nodes' MTU
2560 also have the lowest MTU, TOO BIG MESSAGE will be lead to
2561 PMTU discouvery.
2562 */
David S. Millerd1918542011-12-28 20:19:20 -05002563 if (rt->dst.dev == arg->dev &&
Martin KaFai Lau4b32b5a2015-04-28 13:03:06 -07002564 !dst_metric_locked(&rt->dst, RTAX_MTU)) {
2565 if (rt->rt6i_flags & RTF_CACHE) {
2566 /* For RTF_CACHE with rt6i_pmtu == 0
2567 * (i.e. a redirected route),
2568 * the metrics of its rt->dst.from has already
2569 * been updated.
2570 */
2571 if (rt->rt6i_pmtu && rt->rt6i_pmtu > arg->mtu)
2572 rt->rt6i_pmtu = arg->mtu;
2573 } else if (dst_mtu(&rt->dst) >= arg->mtu ||
2574 (dst_mtu(&rt->dst) < arg->mtu &&
2575 dst_mtu(&rt->dst) == idev->cnf.mtu6)) {
2576 dst_metric_set(&rt->dst, RTAX_MTU, arg->mtu);
2577 }
Simon Arlott566cfd82007-07-26 00:09:55 -07002578 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579 return 0;
2580}
2581
Eric Dumazet95c96172012-04-15 05:58:06 +00002582void rt6_mtu_change(struct net_device *dev, unsigned int mtu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583{
Thomas Grafc71099a2006-08-04 23:20:06 -07002584 struct rt6_mtu_change_arg arg = {
2585 .dev = dev,
2586 .mtu = mtu,
2587 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588
Li RongQing0c3584d2013-12-27 16:32:38 +08002589 fib6_clean_all(dev_net(dev), rt6_mtu_change_route, &arg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002590}
2591
Patrick McHardyef7c79e2007-06-05 12:38:30 -07002592static const struct nla_policy rtm_ipv6_policy[RTA_MAX+1] = {
Thomas Graf5176f912006-08-26 20:13:18 -07002593 [RTA_GATEWAY] = { .len = sizeof(struct in6_addr) },
Thomas Graf86872cb2006-08-22 00:01:08 -07002594 [RTA_OIF] = { .type = NLA_U32 },
Thomas Grafab364a62006-08-22 00:01:47 -07002595 [RTA_IIF] = { .type = NLA_U32 },
Thomas Graf86872cb2006-08-22 00:01:08 -07002596 [RTA_PRIORITY] = { .type = NLA_U32 },
2597 [RTA_METRICS] = { .type = NLA_NESTED },
Nicolas Dichtel51ebd312012-10-22 03:42:09 +00002598 [RTA_MULTIPATH] = { .len = sizeof(struct rtnexthop) },
Lubomir Rintelc78ba6d2015-03-11 15:39:21 +01002599 [RTA_PREF] = { .type = NLA_U8 },
Thomas Graf86872cb2006-08-22 00:01:08 -07002600};
2601
2602static int rtm_to_fib6_config(struct sk_buff *skb, struct nlmsghdr *nlh,
2603 struct fib6_config *cfg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002604{
Thomas Graf86872cb2006-08-22 00:01:08 -07002605 struct rtmsg *rtm;
2606 struct nlattr *tb[RTA_MAX+1];
Lubomir Rintelc78ba6d2015-03-11 15:39:21 +01002607 unsigned int pref;
Thomas Graf86872cb2006-08-22 00:01:08 -07002608 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002609
Thomas Graf86872cb2006-08-22 00:01:08 -07002610 err = nlmsg_parse(nlh, sizeof(*rtm), tb, RTA_MAX, rtm_ipv6_policy);
2611 if (err < 0)
2612 goto errout;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613
Thomas Graf86872cb2006-08-22 00:01:08 -07002614 err = -EINVAL;
2615 rtm = nlmsg_data(nlh);
2616 memset(cfg, 0, sizeof(*cfg));
2617
2618 cfg->fc_table = rtm->rtm_table;
2619 cfg->fc_dst_len = rtm->rtm_dst_len;
2620 cfg->fc_src_len = rtm->rtm_src_len;
2621 cfg->fc_flags = RTF_UP;
2622 cfg->fc_protocol = rtm->rtm_protocol;
Nicolas Dichtelef2c7d72012-09-05 02:12:42 +00002623 cfg->fc_type = rtm->rtm_type;
Thomas Graf86872cb2006-08-22 00:01:08 -07002624
Nicolas Dichtelef2c7d72012-09-05 02:12:42 +00002625 if (rtm->rtm_type == RTN_UNREACHABLE ||
2626 rtm->rtm_type == RTN_BLACKHOLE ||
Nicolas Dichtelb4949ab2012-09-06 05:53:35 +00002627 rtm->rtm_type == RTN_PROHIBIT ||
2628 rtm->rtm_type == RTN_THROW)
Thomas Graf86872cb2006-08-22 00:01:08 -07002629 cfg->fc_flags |= RTF_REJECT;
2630
Maciej Żenczykowskiab79ad12010-09-27 00:07:02 +00002631 if (rtm->rtm_type == RTN_LOCAL)
2632 cfg->fc_flags |= RTF_LOCAL;
2633
Martin KaFai Lau1f56a012015-04-28 13:03:03 -07002634 if (rtm->rtm_flags & RTM_F_CLONED)
2635 cfg->fc_flags |= RTF_CACHE;
2636
Eric W. Biederman15e47302012-09-07 20:12:54 +00002637 cfg->fc_nlinfo.portid = NETLINK_CB(skb).portid;
Thomas Graf86872cb2006-08-22 00:01:08 -07002638 cfg->fc_nlinfo.nlh = nlh;
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09002639 cfg->fc_nlinfo.nl_net = sock_net(skb->sk);
Thomas Graf86872cb2006-08-22 00:01:08 -07002640
2641 if (tb[RTA_GATEWAY]) {
Jiri Benc67b61f62015-03-29 16:59:26 +02002642 cfg->fc_gateway = nla_get_in6_addr(tb[RTA_GATEWAY]);
Thomas Graf86872cb2006-08-22 00:01:08 -07002643 cfg->fc_flags |= RTF_GATEWAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644 }
Thomas Graf86872cb2006-08-22 00:01:08 -07002645
2646 if (tb[RTA_DST]) {
2647 int plen = (rtm->rtm_dst_len + 7) >> 3;
2648
2649 if (nla_len(tb[RTA_DST]) < plen)
2650 goto errout;
2651
2652 nla_memcpy(&cfg->fc_dst, tb[RTA_DST], plen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002653 }
Thomas Graf86872cb2006-08-22 00:01:08 -07002654
2655 if (tb[RTA_SRC]) {
2656 int plen = (rtm->rtm_src_len + 7) >> 3;
2657
2658 if (nla_len(tb[RTA_SRC]) < plen)
2659 goto errout;
2660
2661 nla_memcpy(&cfg->fc_src, tb[RTA_SRC], plen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002662 }
Thomas Graf86872cb2006-08-22 00:01:08 -07002663
Daniel Walterc3968a82011-04-13 21:10:57 +00002664 if (tb[RTA_PREFSRC])
Jiri Benc67b61f62015-03-29 16:59:26 +02002665 cfg->fc_prefsrc = nla_get_in6_addr(tb[RTA_PREFSRC]);
Daniel Walterc3968a82011-04-13 21:10:57 +00002666
Thomas Graf86872cb2006-08-22 00:01:08 -07002667 if (tb[RTA_OIF])
2668 cfg->fc_ifindex = nla_get_u32(tb[RTA_OIF]);
2669
2670 if (tb[RTA_PRIORITY])
2671 cfg->fc_metric = nla_get_u32(tb[RTA_PRIORITY]);
2672
2673 if (tb[RTA_METRICS]) {
2674 cfg->fc_mx = nla_data(tb[RTA_METRICS]);
2675 cfg->fc_mx_len = nla_len(tb[RTA_METRICS]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002676 }
Thomas Graf86872cb2006-08-22 00:01:08 -07002677
2678 if (tb[RTA_TABLE])
2679 cfg->fc_table = nla_get_u32(tb[RTA_TABLE]);
2680
Nicolas Dichtel51ebd312012-10-22 03:42:09 +00002681 if (tb[RTA_MULTIPATH]) {
2682 cfg->fc_mp = nla_data(tb[RTA_MULTIPATH]);
2683 cfg->fc_mp_len = nla_len(tb[RTA_MULTIPATH]);
2684 }
2685
Lubomir Rintelc78ba6d2015-03-11 15:39:21 +01002686 if (tb[RTA_PREF]) {
2687 pref = nla_get_u8(tb[RTA_PREF]);
2688 if (pref != ICMPV6_ROUTER_PREF_LOW &&
2689 pref != ICMPV6_ROUTER_PREF_HIGH)
2690 pref = ICMPV6_ROUTER_PREF_MEDIUM;
2691 cfg->fc_flags |= RTF_PREF(pref);
2692 }
2693
Thomas Graf86872cb2006-08-22 00:01:08 -07002694 err = 0;
2695errout:
2696 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002697}
2698
Nicolas Dichtel51ebd312012-10-22 03:42:09 +00002699static int ip6_route_multipath(struct fib6_config *cfg, int add)
2700{
2701 struct fib6_config r_cfg;
2702 struct rtnexthop *rtnh;
2703 int remaining;
2704 int attrlen;
2705 int err = 0, last_err = 0;
2706
Michal Kubeček35f1b4e2015-05-18 20:53:55 +02002707 remaining = cfg->fc_mp_len;
Nicolas Dichtel51ebd312012-10-22 03:42:09 +00002708beginning:
2709 rtnh = (struct rtnexthop *)cfg->fc_mp;
Nicolas Dichtel51ebd312012-10-22 03:42:09 +00002710
2711 /* Parse a Multipath Entry */
2712 while (rtnh_ok(rtnh, remaining)) {
2713 memcpy(&r_cfg, cfg, sizeof(*cfg));
2714 if (rtnh->rtnh_ifindex)
2715 r_cfg.fc_ifindex = rtnh->rtnh_ifindex;
2716
2717 attrlen = rtnh_attrlen(rtnh);
2718 if (attrlen > 0) {
2719 struct nlattr *nla, *attrs = rtnh_attrs(rtnh);
2720
2721 nla = nla_find(attrs, attrlen, RTA_GATEWAY);
2722 if (nla) {
Jiri Benc67b61f62015-03-29 16:59:26 +02002723 r_cfg.fc_gateway = nla_get_in6_addr(nla);
Nicolas Dichtel51ebd312012-10-22 03:42:09 +00002724 r_cfg.fc_flags |= RTF_GATEWAY;
2725 }
2726 }
2727 err = add ? ip6_route_add(&r_cfg) : ip6_route_del(&r_cfg);
2728 if (err) {
2729 last_err = err;
2730 /* If we are trying to remove a route, do not stop the
2731 * loop when ip6_route_del() fails (because next hop is
2732 * already gone), we should try to remove all next hops.
2733 */
2734 if (add) {
2735 /* If add fails, we should try to delete all
2736 * next hops that have been already added.
2737 */
2738 add = 0;
Michal Kubeček35f1b4e2015-05-18 20:53:55 +02002739 remaining = cfg->fc_mp_len - remaining;
Nicolas Dichtel51ebd312012-10-22 03:42:09 +00002740 goto beginning;
2741 }
2742 }
Nicolas Dichtel1a724182012-11-01 22:58:22 +00002743 /* Because each route is added like a single route we remove
Michal Kubeček27596472015-05-18 20:54:00 +02002744 * these flags after the first nexthop: if there is a collision,
2745 * we have already failed to add the first nexthop:
2746 * fib6_add_rt2node() has rejected it; when replacing, old
2747 * nexthops have been replaced by first new, the rest should
2748 * be added to it.
Nicolas Dichtel1a724182012-11-01 22:58:22 +00002749 */
Michal Kubeček27596472015-05-18 20:54:00 +02002750 cfg->fc_nlinfo.nlh->nlmsg_flags &= ~(NLM_F_EXCL |
2751 NLM_F_REPLACE);
Nicolas Dichtel51ebd312012-10-22 03:42:09 +00002752 rtnh = rtnh_next(rtnh, &remaining);
2753 }
2754
2755 return last_err;
2756}
2757
Ian Morris67ba4152014-08-24 21:53:10 +01002758static int inet6_rtm_delroute(struct sk_buff *skb, struct nlmsghdr *nlh)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002759{
Thomas Graf86872cb2006-08-22 00:01:08 -07002760 struct fib6_config cfg;
2761 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002762
Thomas Graf86872cb2006-08-22 00:01:08 -07002763 err = rtm_to_fib6_config(skb, nlh, &cfg);
2764 if (err < 0)
2765 return err;
2766
Nicolas Dichtel51ebd312012-10-22 03:42:09 +00002767 if (cfg.fc_mp)
2768 return ip6_route_multipath(&cfg, 0);
2769 else
2770 return ip6_route_del(&cfg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002771}
2772
Ian Morris67ba4152014-08-24 21:53:10 +01002773static int inet6_rtm_newroute(struct sk_buff *skb, struct nlmsghdr *nlh)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002774{
Thomas Graf86872cb2006-08-22 00:01:08 -07002775 struct fib6_config cfg;
2776 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002777
Thomas Graf86872cb2006-08-22 00:01:08 -07002778 err = rtm_to_fib6_config(skb, nlh, &cfg);
2779 if (err < 0)
2780 return err;
2781
Nicolas Dichtel51ebd312012-10-22 03:42:09 +00002782 if (cfg.fc_mp)
2783 return ip6_route_multipath(&cfg, 1);
2784 else
2785 return ip6_route_add(&cfg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002786}
2787
Thomas Graf339bf982006-11-10 14:10:15 -08002788static inline size_t rt6_nlmsg_size(void)
2789{
2790 return NLMSG_ALIGN(sizeof(struct rtmsg))
2791 + nla_total_size(16) /* RTA_SRC */
2792 + nla_total_size(16) /* RTA_DST */
2793 + nla_total_size(16) /* RTA_GATEWAY */
2794 + nla_total_size(16) /* RTA_PREFSRC */
2795 + nla_total_size(4) /* RTA_TABLE */
2796 + nla_total_size(4) /* RTA_IIF */
2797 + nla_total_size(4) /* RTA_OIF */
2798 + nla_total_size(4) /* RTA_PRIORITY */
Noriaki TAKAMIYA6a2b9ce2007-01-23 22:09:41 -08002799 + RTAX_MAX * nla_total_size(4) /* RTA_METRICS */
Daniel Borkmannea697632015-01-05 23:57:47 +01002800 + nla_total_size(sizeof(struct rta_cacheinfo))
Lubomir Rintelc78ba6d2015-03-11 15:39:21 +01002801 + nla_total_size(TCP_CA_NAME_MAX) /* RTAX_CC_ALGO */
2802 + nla_total_size(1); /* RTA_PREF */
Thomas Graf339bf982006-11-10 14:10:15 -08002803}
2804
Brian Haley191cd582008-08-14 15:33:21 -07002805static int rt6_fill_node(struct net *net,
2806 struct sk_buff *skb, struct rt6_info *rt,
Jamal Hadi Salim0d51aa82005-06-21 13:51:04 -07002807 struct in6_addr *dst, struct in6_addr *src,
Eric W. Biederman15e47302012-09-07 20:12:54 +00002808 int iif, int type, u32 portid, u32 seq,
YOSHIFUJI Hideaki7bc570c2008-04-03 09:22:53 +09002809 int prefix, int nowait, unsigned int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002810{
Martin KaFai Lau4b32b5a2015-04-28 13:03:06 -07002811 u32 metrics[RTAX_MAX];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002812 struct rtmsg *rtm;
Thomas Graf2d7202b2006-08-22 00:01:27 -07002813 struct nlmsghdr *nlh;
Thomas Grafe3703b32006-11-27 09:27:07 -08002814 long expires;
Patrick McHardy9e762a42006-08-10 23:09:48 -07002815 u32 table;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002816
2817 if (prefix) { /* user wants prefix routes only */
2818 if (!(rt->rt6i_flags & RTF_PREFIX_RT)) {
2819 /* success since this is not a prefix route */
2820 return 1;
2821 }
2822 }
2823
Eric W. Biederman15e47302012-09-07 20:12:54 +00002824 nlh = nlmsg_put(skb, portid, seq, type, sizeof(*rtm), flags);
David S. Miller38308472011-12-03 18:02:47 -05002825 if (!nlh)
Patrick McHardy26932562007-01-31 23:16:40 -08002826 return -EMSGSIZE;
Thomas Graf2d7202b2006-08-22 00:01:27 -07002827
2828 rtm = nlmsg_data(nlh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002829 rtm->rtm_family = AF_INET6;
2830 rtm->rtm_dst_len = rt->rt6i_dst.plen;
2831 rtm->rtm_src_len = rt->rt6i_src.plen;
2832 rtm->rtm_tos = 0;
Thomas Grafc71099a2006-08-04 23:20:06 -07002833 if (rt->rt6i_table)
Patrick McHardy9e762a42006-08-10 23:09:48 -07002834 table = rt->rt6i_table->tb6_id;
Thomas Grafc71099a2006-08-04 23:20:06 -07002835 else
Patrick McHardy9e762a42006-08-10 23:09:48 -07002836 table = RT6_TABLE_UNSPEC;
2837 rtm->rtm_table = table;
David S. Millerc78679e2012-04-01 20:27:33 -04002838 if (nla_put_u32(skb, RTA_TABLE, table))
2839 goto nla_put_failure;
Nicolas Dichtelef2c7d72012-09-05 02:12:42 +00002840 if (rt->rt6i_flags & RTF_REJECT) {
2841 switch (rt->dst.error) {
2842 case -EINVAL:
2843 rtm->rtm_type = RTN_BLACKHOLE;
2844 break;
2845 case -EACCES:
2846 rtm->rtm_type = RTN_PROHIBIT;
2847 break;
Nicolas Dichtelb4949ab2012-09-06 05:53:35 +00002848 case -EAGAIN:
2849 rtm->rtm_type = RTN_THROW;
2850 break;
Nicolas Dichtelef2c7d72012-09-05 02:12:42 +00002851 default:
2852 rtm->rtm_type = RTN_UNREACHABLE;
2853 break;
2854 }
2855 }
David S. Miller38308472011-12-03 18:02:47 -05002856 else if (rt->rt6i_flags & RTF_LOCAL)
Maciej Żenczykowskiab79ad12010-09-27 00:07:02 +00002857 rtm->rtm_type = RTN_LOCAL;
David S. Millerd1918542011-12-28 20:19:20 -05002858 else if (rt->dst.dev && (rt->dst.dev->flags & IFF_LOOPBACK))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002859 rtm->rtm_type = RTN_LOCAL;
2860 else
2861 rtm->rtm_type = RTN_UNICAST;
2862 rtm->rtm_flags = 0;
2863 rtm->rtm_scope = RT_SCOPE_UNIVERSE;
2864 rtm->rtm_protocol = rt->rt6i_protocol;
David S. Miller38308472011-12-03 18:02:47 -05002865 if (rt->rt6i_flags & RTF_DYNAMIC)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002866 rtm->rtm_protocol = RTPROT_REDIRECT;
Denis Ovsienkof0396f602012-07-10 04:45:50 +00002867 else if (rt->rt6i_flags & RTF_ADDRCONF) {
2868 if (rt->rt6i_flags & (RTF_DEFAULT | RTF_ROUTEINFO))
2869 rtm->rtm_protocol = RTPROT_RA;
2870 else
2871 rtm->rtm_protocol = RTPROT_KERNEL;
2872 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002873
David S. Miller38308472011-12-03 18:02:47 -05002874 if (rt->rt6i_flags & RTF_CACHE)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002875 rtm->rtm_flags |= RTM_F_CLONED;
2876
2877 if (dst) {
Jiri Benc930345e2015-03-29 16:59:25 +02002878 if (nla_put_in6_addr(skb, RTA_DST, dst))
David S. Millerc78679e2012-04-01 20:27:33 -04002879 goto nla_put_failure;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002880 rtm->rtm_dst_len = 128;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002881 } else if (rtm->rtm_dst_len)
Jiri Benc930345e2015-03-29 16:59:25 +02002882 if (nla_put_in6_addr(skb, RTA_DST, &rt->rt6i_dst.addr))
David S. Millerc78679e2012-04-01 20:27:33 -04002883 goto nla_put_failure;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002884#ifdef CONFIG_IPV6_SUBTREES
2885 if (src) {
Jiri Benc930345e2015-03-29 16:59:25 +02002886 if (nla_put_in6_addr(skb, RTA_SRC, src))
David S. Millerc78679e2012-04-01 20:27:33 -04002887 goto nla_put_failure;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002888 rtm->rtm_src_len = 128;
David S. Millerc78679e2012-04-01 20:27:33 -04002889 } else if (rtm->rtm_src_len &&
Jiri Benc930345e2015-03-29 16:59:25 +02002890 nla_put_in6_addr(skb, RTA_SRC, &rt->rt6i_src.addr))
David S. Millerc78679e2012-04-01 20:27:33 -04002891 goto nla_put_failure;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002892#endif
YOSHIFUJI Hideaki7bc570c2008-04-03 09:22:53 +09002893 if (iif) {
2894#ifdef CONFIG_IPV6_MROUTE
2895 if (ipv6_addr_is_multicast(&rt->rt6i_dst.addr)) {
Benjamin Thery8229efd2008-12-10 16:30:15 -08002896 int err = ip6mr_get_route(net, skb, rtm, nowait);
YOSHIFUJI Hideaki7bc570c2008-04-03 09:22:53 +09002897 if (err <= 0) {
2898 if (!nowait) {
2899 if (err == 0)
2900 return 0;
2901 goto nla_put_failure;
2902 } else {
2903 if (err == -EMSGSIZE)
2904 goto nla_put_failure;
2905 }
2906 }
2907 } else
2908#endif
David S. Millerc78679e2012-04-01 20:27:33 -04002909 if (nla_put_u32(skb, RTA_IIF, iif))
2910 goto nla_put_failure;
YOSHIFUJI Hideaki7bc570c2008-04-03 09:22:53 +09002911 } else if (dst) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002912 struct in6_addr saddr_buf;
David S. Millerc78679e2012-04-01 20:27:33 -04002913 if (ip6_route_get_saddr(net, rt, dst, 0, &saddr_buf) == 0 &&
Jiri Benc930345e2015-03-29 16:59:25 +02002914 nla_put_in6_addr(skb, RTA_PREFSRC, &saddr_buf))
David S. Millerc78679e2012-04-01 20:27:33 -04002915 goto nla_put_failure;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002916 }
Thomas Graf2d7202b2006-08-22 00:01:27 -07002917
Daniel Walterc3968a82011-04-13 21:10:57 +00002918 if (rt->rt6i_prefsrc.plen) {
2919 struct in6_addr saddr_buf;
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00002920 saddr_buf = rt->rt6i_prefsrc.addr;
Jiri Benc930345e2015-03-29 16:59:25 +02002921 if (nla_put_in6_addr(skb, RTA_PREFSRC, &saddr_buf))
David S. Millerc78679e2012-04-01 20:27:33 -04002922 goto nla_put_failure;
Daniel Walterc3968a82011-04-13 21:10:57 +00002923 }
2924
Martin KaFai Lau4b32b5a2015-04-28 13:03:06 -07002925 memcpy(metrics, dst_metrics_ptr(&rt->dst), sizeof(metrics));
2926 if (rt->rt6i_pmtu)
2927 metrics[RTAX_MTU - 1] = rt->rt6i_pmtu;
2928 if (rtnetlink_put_metrics(skb, metrics) < 0)
Thomas Graf2d7202b2006-08-22 00:01:27 -07002929 goto nla_put_failure;
2930
YOSHIFUJI Hideaki / 吉藤英明dd0cbf22013-01-17 12:53:15 +00002931 if (rt->rt6i_flags & RTF_GATEWAY) {
Jiri Benc930345e2015-03-29 16:59:25 +02002932 if (nla_put_in6_addr(skb, RTA_GATEWAY, &rt->rt6i_gateway) < 0)
Eric Dumazet94f826b2012-03-27 09:53:52 +00002933 goto nla_put_failure;
Eric Dumazet94f826b2012-03-27 09:53:52 +00002934 }
Thomas Graf2d7202b2006-08-22 00:01:27 -07002935
David S. Millerc78679e2012-04-01 20:27:33 -04002936 if (rt->dst.dev &&
2937 nla_put_u32(skb, RTA_OIF, rt->dst.dev->ifindex))
2938 goto nla_put_failure;
2939 if (nla_put_u32(skb, RTA_PRIORITY, rt->rt6i_metric))
2940 goto nla_put_failure;
Li Wei82539472012-07-29 16:01:30 +00002941
2942 expires = (rt->rt6i_flags & RTF_EXPIRES) ? rt->dst.expires - jiffies : 0;
YOSHIFUJI Hideaki69cdf8f2008-05-19 16:55:13 -07002943
David S. Miller87a50692012-07-10 05:06:14 -07002944 if (rtnl_put_cacheinfo(skb, &rt->dst, 0, expires, rt->dst.error) < 0)
Thomas Grafe3703b32006-11-27 09:27:07 -08002945 goto nla_put_failure;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002946
Lubomir Rintelc78ba6d2015-03-11 15:39:21 +01002947 if (nla_put_u8(skb, RTA_PREF, IPV6_EXTRACT_PREF(rt->rt6i_flags)))
2948 goto nla_put_failure;
2949
Johannes Berg053c0952015-01-16 22:09:00 +01002950 nlmsg_end(skb, nlh);
2951 return 0;
Thomas Graf2d7202b2006-08-22 00:01:27 -07002952
2953nla_put_failure:
Patrick McHardy26932562007-01-31 23:16:40 -08002954 nlmsg_cancel(skb, nlh);
2955 return -EMSGSIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956}
2957
Patrick McHardy1b43af52006-08-10 23:11:17 -07002958int rt6_dump_route(struct rt6_info *rt, void *p_arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002959{
2960 struct rt6_rtnl_dump_arg *arg = (struct rt6_rtnl_dump_arg *) p_arg;
2961 int prefix;
2962
Thomas Graf2d7202b2006-08-22 00:01:27 -07002963 if (nlmsg_len(arg->cb->nlh) >= sizeof(struct rtmsg)) {
2964 struct rtmsg *rtm = nlmsg_data(arg->cb->nlh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002965 prefix = (rtm->rtm_flags & RTM_F_PREFIX) != 0;
2966 } else
2967 prefix = 0;
2968
Brian Haley191cd582008-08-14 15:33:21 -07002969 return rt6_fill_node(arg->net,
2970 arg->skb, rt, NULL, NULL, 0, RTM_NEWROUTE,
Eric W. Biederman15e47302012-09-07 20:12:54 +00002971 NETLINK_CB(arg->cb->skb).portid, arg->cb->nlh->nlmsg_seq,
YOSHIFUJI Hideaki7bc570c2008-04-03 09:22:53 +09002972 prefix, 0, NLM_F_MULTI);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002973}
2974
Ian Morris67ba4152014-08-24 21:53:10 +01002975static int inet6_rtm_getroute(struct sk_buff *in_skb, struct nlmsghdr *nlh)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002976{
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09002977 struct net *net = sock_net(in_skb->sk);
Thomas Grafab364a62006-08-22 00:01:47 -07002978 struct nlattr *tb[RTA_MAX+1];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002979 struct rt6_info *rt;
Thomas Grafab364a62006-08-22 00:01:47 -07002980 struct sk_buff *skb;
2981 struct rtmsg *rtm;
David S. Miller4c9483b2011-03-12 16:22:43 -05002982 struct flowi6 fl6;
Shmulik Ladkani72331bc2012-04-01 04:03:45 +00002983 int err, iif = 0, oif = 0;
Thomas Grafab364a62006-08-22 00:01:47 -07002984
2985 err = nlmsg_parse(nlh, sizeof(*rtm), tb, RTA_MAX, rtm_ipv6_policy);
2986 if (err < 0)
2987 goto errout;
2988
2989 err = -EINVAL;
David S. Miller4c9483b2011-03-12 16:22:43 -05002990 memset(&fl6, 0, sizeof(fl6));
Thomas Grafab364a62006-08-22 00:01:47 -07002991
2992 if (tb[RTA_SRC]) {
2993 if (nla_len(tb[RTA_SRC]) < sizeof(struct in6_addr))
2994 goto errout;
2995
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00002996 fl6.saddr = *(struct in6_addr *)nla_data(tb[RTA_SRC]);
Thomas Grafab364a62006-08-22 00:01:47 -07002997 }
2998
2999 if (tb[RTA_DST]) {
3000 if (nla_len(tb[RTA_DST]) < sizeof(struct in6_addr))
3001 goto errout;
3002
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00003003 fl6.daddr = *(struct in6_addr *)nla_data(tb[RTA_DST]);
Thomas Grafab364a62006-08-22 00:01:47 -07003004 }
3005
3006 if (tb[RTA_IIF])
3007 iif = nla_get_u32(tb[RTA_IIF]);
3008
3009 if (tb[RTA_OIF])
Shmulik Ladkani72331bc2012-04-01 04:03:45 +00003010 oif = nla_get_u32(tb[RTA_OIF]);
Thomas Grafab364a62006-08-22 00:01:47 -07003011
Lorenzo Colitti2e47b292014-05-15 16:38:41 -07003012 if (tb[RTA_MARK])
3013 fl6.flowi6_mark = nla_get_u32(tb[RTA_MARK]);
3014
Thomas Grafab364a62006-08-22 00:01:47 -07003015 if (iif) {
3016 struct net_device *dev;
Shmulik Ladkani72331bc2012-04-01 04:03:45 +00003017 int flags = 0;
3018
Daniel Lezcano55786892008-03-04 13:47:47 -08003019 dev = __dev_get_by_index(net, iif);
Thomas Grafab364a62006-08-22 00:01:47 -07003020 if (!dev) {
3021 err = -ENODEV;
3022 goto errout;
3023 }
Shmulik Ladkani72331bc2012-04-01 04:03:45 +00003024
3025 fl6.flowi6_iif = iif;
3026
3027 if (!ipv6_addr_any(&fl6.saddr))
3028 flags |= RT6_LOOKUP_F_HAS_SADDR;
3029
3030 rt = (struct rt6_info *)ip6_route_input_lookup(net, dev, &fl6,
3031 flags);
3032 } else {
3033 fl6.flowi6_oif = oif;
3034
3035 rt = (struct rt6_info *)ip6_route_output(net, NULL, &fl6);
Thomas Grafab364a62006-08-22 00:01:47 -07003036 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003037
3038 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL);
David S. Miller38308472011-12-03 18:02:47 -05003039 if (!skb) {
Amerigo Wang94e187c2012-10-29 00:13:19 +00003040 ip6_rt_put(rt);
Thomas Grafab364a62006-08-22 00:01:47 -07003041 err = -ENOBUFS;
3042 goto errout;
3043 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003044
3045 /* Reserve room for dummy headers, this skb can pass
3046 through good chunk of routing engine.
3047 */
Arnaldo Carvalho de Melo459a98e2007-03-19 15:30:44 -07003048 skb_reset_mac_header(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003049 skb_reserve(skb, MAX_HEADER + sizeof(struct ipv6hdr));
3050
Changli Gaod8d1f302010-06-10 23:31:35 -07003051 skb_dst_set(skb, &rt->dst);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003052
David S. Miller4c9483b2011-03-12 16:22:43 -05003053 err = rt6_fill_node(net, skb, rt, &fl6.daddr, &fl6.saddr, iif,
Eric W. Biederman15e47302012-09-07 20:12:54 +00003054 RTM_NEWROUTE, NETLINK_CB(in_skb).portid,
YOSHIFUJI Hideaki7bc570c2008-04-03 09:22:53 +09003055 nlh->nlmsg_seq, 0, 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003056 if (err < 0) {
Thomas Grafab364a62006-08-22 00:01:47 -07003057 kfree_skb(skb);
3058 goto errout;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003059 }
3060
Eric W. Biederman15e47302012-09-07 20:12:54 +00003061 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid);
Thomas Grafab364a62006-08-22 00:01:47 -07003062errout:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003064}
3065
Thomas Graf86872cb2006-08-22 00:01:08 -07003066void inet6_rt_notify(int event, struct rt6_info *rt, struct nl_info *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003067{
3068 struct sk_buff *skb;
Daniel Lezcano55786892008-03-04 13:47:47 -08003069 struct net *net = info->nl_net;
Denis V. Lunev528c4ce2007-12-13 09:45:12 -08003070 u32 seq;
3071 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003072
Denis V. Lunev528c4ce2007-12-13 09:45:12 -08003073 err = -ENOBUFS;
David S. Miller38308472011-12-03 18:02:47 -05003074 seq = info->nlh ? info->nlh->nlmsg_seq : 0;
Thomas Graf86872cb2006-08-22 00:01:08 -07003075
Thomas Graf339bf982006-11-10 14:10:15 -08003076 skb = nlmsg_new(rt6_nlmsg_size(), gfp_any());
David S. Miller38308472011-12-03 18:02:47 -05003077 if (!skb)
Thomas Graf21713eb2006-08-15 00:35:24 -07003078 goto errout;
3079
Brian Haley191cd582008-08-14 15:33:21 -07003080 err = rt6_fill_node(net, skb, rt, NULL, NULL, 0,
Eric W. Biederman15e47302012-09-07 20:12:54 +00003081 event, info->portid, seq, 0, 0, 0);
Patrick McHardy26932562007-01-31 23:16:40 -08003082 if (err < 0) {
3083 /* -EMSGSIZE implies BUG in rt6_nlmsg_size() */
3084 WARN_ON(err == -EMSGSIZE);
3085 kfree_skb(skb);
3086 goto errout;
3087 }
Eric W. Biederman15e47302012-09-07 20:12:54 +00003088 rtnl_notify(skb, net, info->portid, RTNLGRP_IPV6_ROUTE,
Pablo Neira Ayuso1ce85fe2009-02-24 23:18:28 -08003089 info->nlh, gfp_any());
3090 return;
Thomas Graf21713eb2006-08-15 00:35:24 -07003091errout:
3092 if (err < 0)
Daniel Lezcano55786892008-03-04 13:47:47 -08003093 rtnl_set_sk_err(net, RTNLGRP_IPV6_ROUTE, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003094}
3095
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003096static int ip6_route_dev_notify(struct notifier_block *this,
Jiri Pirko351638e2013-05-28 01:30:21 +00003097 unsigned long event, void *ptr)
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003098{
Jiri Pirko351638e2013-05-28 01:30:21 +00003099 struct net_device *dev = netdev_notifier_info_to_dev(ptr);
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09003100 struct net *net = dev_net(dev);
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003101
3102 if (event == NETDEV_REGISTER && (dev->flags & IFF_LOOPBACK)) {
Changli Gaod8d1f302010-06-10 23:31:35 -07003103 net->ipv6.ip6_null_entry->dst.dev = dev;
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003104 net->ipv6.ip6_null_entry->rt6i_idev = in6_dev_get(dev);
3105#ifdef CONFIG_IPV6_MULTIPLE_TABLES
Changli Gaod8d1f302010-06-10 23:31:35 -07003106 net->ipv6.ip6_prohibit_entry->dst.dev = dev;
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003107 net->ipv6.ip6_prohibit_entry->rt6i_idev = in6_dev_get(dev);
Changli Gaod8d1f302010-06-10 23:31:35 -07003108 net->ipv6.ip6_blk_hole_entry->dst.dev = dev;
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003109 net->ipv6.ip6_blk_hole_entry->rt6i_idev = in6_dev_get(dev);
3110#endif
3111 }
3112
3113 return NOTIFY_OK;
3114}
3115
Linus Torvalds1da177e2005-04-16 15:20:36 -07003116/*
3117 * /proc
3118 */
3119
3120#ifdef CONFIG_PROC_FS
3121
Alexey Dobriyan33120b32007-11-06 05:27:11 -08003122static const struct file_operations ipv6_route_proc_fops = {
3123 .owner = THIS_MODULE,
3124 .open = ipv6_route_open,
3125 .read = seq_read,
3126 .llseek = seq_lseek,
Hannes Frederic Sowa8d2ca1d2013-09-21 16:55:59 +02003127 .release = seq_release_net,
Alexey Dobriyan33120b32007-11-06 05:27:11 -08003128};
3129
Linus Torvalds1da177e2005-04-16 15:20:36 -07003130static int rt6_stats_seq_show(struct seq_file *seq, void *v)
3131{
Daniel Lezcano69ddb802008-03-04 13:46:23 -08003132 struct net *net = (struct net *)seq->private;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003133 seq_printf(seq, "%04x %04x %04x %04x %04x %04x %04x\n",
Daniel Lezcano69ddb802008-03-04 13:46:23 -08003134 net->ipv6.rt6_stats->fib_nodes,
3135 net->ipv6.rt6_stats->fib_route_nodes,
3136 net->ipv6.rt6_stats->fib_rt_alloc,
3137 net->ipv6.rt6_stats->fib_rt_entries,
3138 net->ipv6.rt6_stats->fib_rt_cache,
Eric Dumazetfc66f952010-10-08 06:37:34 +00003139 dst_entries_get_slow(&net->ipv6.ip6_dst_ops),
Daniel Lezcano69ddb802008-03-04 13:46:23 -08003140 net->ipv6.rt6_stats->fib_discarded_routes);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003141
3142 return 0;
3143}
3144
3145static int rt6_stats_seq_open(struct inode *inode, struct file *file)
3146{
Pavel Emelyanovde05c552008-07-18 04:07:21 -07003147 return single_open_net(inode, file, rt6_stats_seq_show);
Daniel Lezcano69ddb802008-03-04 13:46:23 -08003148}
3149
Arjan van de Ven9a321442007-02-12 00:55:35 -08003150static const struct file_operations rt6_stats_seq_fops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003151 .owner = THIS_MODULE,
3152 .open = rt6_stats_seq_open,
3153 .read = seq_read,
3154 .llseek = seq_lseek,
Pavel Emelyanovb6fcbdb2008-07-18 04:07:44 -07003155 .release = single_release_net,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003156};
3157#endif /* CONFIG_PROC_FS */
3158
3159#ifdef CONFIG_SYSCTL
3160
Linus Torvalds1da177e2005-04-16 15:20:36 -07003161static
Joe Perchesfe2c6332013-06-11 23:04:25 -07003162int ipv6_sysctl_rtcache_flush(struct ctl_table *ctl, int write,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003163 void __user *buffer, size_t *lenp, loff_t *ppos)
3164{
Lucian Adrian Grijincuc486da32011-02-24 19:48:03 +00003165 struct net *net;
3166 int delay;
3167 if (!write)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003168 return -EINVAL;
Lucian Adrian Grijincuc486da32011-02-24 19:48:03 +00003169
3170 net = (struct net *)ctl->extra1;
3171 delay = net->ipv6.sysctl.flush_delay;
3172 proc_dointvec(ctl, write, buffer, lenp, ppos);
Michal Kubeček2ac3ac82013-08-01 10:04:14 +02003173 fib6_run_gc(delay <= 0 ? 0 : (unsigned long)delay, net, delay > 0);
Lucian Adrian Grijincuc486da32011-02-24 19:48:03 +00003174 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003175}
3176
Joe Perchesfe2c6332013-06-11 23:04:25 -07003177struct ctl_table ipv6_route_table_template[] = {
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09003178 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003179 .procname = "flush",
Daniel Lezcano49905092008-01-10 03:01:01 -08003180 .data = &init_net.ipv6.sysctl.flush_delay,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003181 .maxlen = sizeof(int),
Dave Jones89c8b3a12005-04-28 12:11:49 -07003182 .mode = 0200,
Alexey Dobriyan6d9f2392008-11-03 18:21:05 -08003183 .proc_handler = ipv6_sysctl_rtcache_flush
Linus Torvalds1da177e2005-04-16 15:20:36 -07003184 },
3185 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003186 .procname = "gc_thresh",
Daniel Lezcano9a7ec3a2008-03-04 13:48:53 -08003187 .data = &ip6_dst_ops_template.gc_thresh,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003188 .maxlen = sizeof(int),
3189 .mode = 0644,
Alexey Dobriyan6d9f2392008-11-03 18:21:05 -08003190 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003191 },
3192 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003193 .procname = "max_size",
Daniel Lezcano49905092008-01-10 03:01:01 -08003194 .data = &init_net.ipv6.sysctl.ip6_rt_max_size,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003195 .maxlen = sizeof(int),
3196 .mode = 0644,
Alexey Dobriyan6d9f2392008-11-03 18:21:05 -08003197 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003198 },
3199 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200 .procname = "gc_min_interval",
Daniel Lezcano49905092008-01-10 03:01:01 -08003201 .data = &init_net.ipv6.sysctl.ip6_rt_gc_min_interval,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003202 .maxlen = sizeof(int),
3203 .mode = 0644,
Alexey Dobriyan6d9f2392008-11-03 18:21:05 -08003204 .proc_handler = proc_dointvec_jiffies,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205 },
3206 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003207 .procname = "gc_timeout",
Daniel Lezcano49905092008-01-10 03:01:01 -08003208 .data = &init_net.ipv6.sysctl.ip6_rt_gc_timeout,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209 .maxlen = sizeof(int),
3210 .mode = 0644,
Alexey Dobriyan6d9f2392008-11-03 18:21:05 -08003211 .proc_handler = proc_dointvec_jiffies,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003212 },
3213 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003214 .procname = "gc_interval",
Daniel Lezcano49905092008-01-10 03:01:01 -08003215 .data = &init_net.ipv6.sysctl.ip6_rt_gc_interval,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003216 .maxlen = sizeof(int),
3217 .mode = 0644,
Alexey Dobriyan6d9f2392008-11-03 18:21:05 -08003218 .proc_handler = proc_dointvec_jiffies,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219 },
3220 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003221 .procname = "gc_elasticity",
Daniel Lezcano49905092008-01-10 03:01:01 -08003222 .data = &init_net.ipv6.sysctl.ip6_rt_gc_elasticity,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003223 .maxlen = sizeof(int),
3224 .mode = 0644,
Min Zhangf3d3f612010-08-14 22:42:51 -07003225 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003226 },
3227 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003228 .procname = "mtu_expires",
Daniel Lezcano49905092008-01-10 03:01:01 -08003229 .data = &init_net.ipv6.sysctl.ip6_rt_mtu_expires,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003230 .maxlen = sizeof(int),
3231 .mode = 0644,
Alexey Dobriyan6d9f2392008-11-03 18:21:05 -08003232 .proc_handler = proc_dointvec_jiffies,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003233 },
3234 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003235 .procname = "min_adv_mss",
Daniel Lezcano49905092008-01-10 03:01:01 -08003236 .data = &init_net.ipv6.sysctl.ip6_rt_min_advmss,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003237 .maxlen = sizeof(int),
3238 .mode = 0644,
Min Zhangf3d3f612010-08-14 22:42:51 -07003239 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003240 },
3241 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003242 .procname = "gc_min_interval_ms",
Daniel Lezcano49905092008-01-10 03:01:01 -08003243 .data = &init_net.ipv6.sysctl.ip6_rt_gc_min_interval,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003244 .maxlen = sizeof(int),
3245 .mode = 0644,
Alexey Dobriyan6d9f2392008-11-03 18:21:05 -08003246 .proc_handler = proc_dointvec_ms_jiffies,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003247 },
Eric W. Biedermanf8572d82009-11-05 13:32:03 -08003248 { }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003249};
3250
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00003251struct ctl_table * __net_init ipv6_route_sysctl_init(struct net *net)
Daniel Lezcano760f2d02008-01-10 02:53:43 -08003252{
3253 struct ctl_table *table;
3254
3255 table = kmemdup(ipv6_route_table_template,
3256 sizeof(ipv6_route_table_template),
3257 GFP_KERNEL);
YOSHIFUJI Hideaki5ee09102008-02-28 00:24:28 +09003258
3259 if (table) {
3260 table[0].data = &net->ipv6.sysctl.flush_delay;
Lucian Adrian Grijincuc486da32011-02-24 19:48:03 +00003261 table[0].extra1 = net;
Alexey Dobriyan86393e52009-08-29 01:34:49 +00003262 table[1].data = &net->ipv6.ip6_dst_ops.gc_thresh;
YOSHIFUJI Hideaki5ee09102008-02-28 00:24:28 +09003263 table[2].data = &net->ipv6.sysctl.ip6_rt_max_size;
3264 table[3].data = &net->ipv6.sysctl.ip6_rt_gc_min_interval;
3265 table[4].data = &net->ipv6.sysctl.ip6_rt_gc_timeout;
3266 table[5].data = &net->ipv6.sysctl.ip6_rt_gc_interval;
3267 table[6].data = &net->ipv6.sysctl.ip6_rt_gc_elasticity;
3268 table[7].data = &net->ipv6.sysctl.ip6_rt_mtu_expires;
3269 table[8].data = &net->ipv6.sysctl.ip6_rt_min_advmss;
Alexey Dobriyan9c69fab2009-12-18 20:11:03 -08003270 table[9].data = &net->ipv6.sysctl.ip6_rt_gc_min_interval;
Eric W. Biederman464dc802012-11-16 03:02:59 +00003271
3272 /* Don't export sysctls to unprivileged users */
3273 if (net->user_ns != &init_user_ns)
3274 table[0].procname = NULL;
YOSHIFUJI Hideaki5ee09102008-02-28 00:24:28 +09003275 }
3276
Daniel Lezcano760f2d02008-01-10 02:53:43 -08003277 return table;
3278}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003279#endif
3280
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00003281static int __net_init ip6_route_net_init(struct net *net)
Daniel Lezcanocdb18762008-03-04 13:45:33 -08003282{
Pavel Emelyanov633d424b2008-04-21 14:25:23 -07003283 int ret = -ENOMEM;
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003284
Alexey Dobriyan86393e52009-08-29 01:34:49 +00003285 memcpy(&net->ipv6.ip6_dst_ops, &ip6_dst_ops_template,
3286 sizeof(net->ipv6.ip6_dst_ops));
Benjamin Theryf2fc6a52008-03-04 13:49:23 -08003287
Eric Dumazetfc66f952010-10-08 06:37:34 +00003288 if (dst_entries_init(&net->ipv6.ip6_dst_ops) < 0)
3289 goto out_ip6_dst_ops;
3290
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003291 net->ipv6.ip6_null_entry = kmemdup(&ip6_null_entry_template,
3292 sizeof(*net->ipv6.ip6_null_entry),
3293 GFP_KERNEL);
3294 if (!net->ipv6.ip6_null_entry)
Eric Dumazetfc66f952010-10-08 06:37:34 +00003295 goto out_ip6_dst_entries;
Changli Gaod8d1f302010-06-10 23:31:35 -07003296 net->ipv6.ip6_null_entry->dst.path =
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003297 (struct dst_entry *)net->ipv6.ip6_null_entry;
Changli Gaod8d1f302010-06-10 23:31:35 -07003298 net->ipv6.ip6_null_entry->dst.ops = &net->ipv6.ip6_dst_ops;
David S. Miller62fa8a82011-01-26 20:51:05 -08003299 dst_init_metrics(&net->ipv6.ip6_null_entry->dst,
3300 ip6_template_metrics, true);
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003301
3302#ifdef CONFIG_IPV6_MULTIPLE_TABLES
3303 net->ipv6.ip6_prohibit_entry = kmemdup(&ip6_prohibit_entry_template,
3304 sizeof(*net->ipv6.ip6_prohibit_entry),
3305 GFP_KERNEL);
Peter Zijlstra68fffc62008-10-07 14:12:10 -07003306 if (!net->ipv6.ip6_prohibit_entry)
3307 goto out_ip6_null_entry;
Changli Gaod8d1f302010-06-10 23:31:35 -07003308 net->ipv6.ip6_prohibit_entry->dst.path =
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003309 (struct dst_entry *)net->ipv6.ip6_prohibit_entry;
Changli Gaod8d1f302010-06-10 23:31:35 -07003310 net->ipv6.ip6_prohibit_entry->dst.ops = &net->ipv6.ip6_dst_ops;
David S. Miller62fa8a82011-01-26 20:51:05 -08003311 dst_init_metrics(&net->ipv6.ip6_prohibit_entry->dst,
3312 ip6_template_metrics, true);
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003313
3314 net->ipv6.ip6_blk_hole_entry = kmemdup(&ip6_blk_hole_entry_template,
3315 sizeof(*net->ipv6.ip6_blk_hole_entry),
3316 GFP_KERNEL);
Peter Zijlstra68fffc62008-10-07 14:12:10 -07003317 if (!net->ipv6.ip6_blk_hole_entry)
3318 goto out_ip6_prohibit_entry;
Changli Gaod8d1f302010-06-10 23:31:35 -07003319 net->ipv6.ip6_blk_hole_entry->dst.path =
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003320 (struct dst_entry *)net->ipv6.ip6_blk_hole_entry;
Changli Gaod8d1f302010-06-10 23:31:35 -07003321 net->ipv6.ip6_blk_hole_entry->dst.ops = &net->ipv6.ip6_dst_ops;
David S. Miller62fa8a82011-01-26 20:51:05 -08003322 dst_init_metrics(&net->ipv6.ip6_blk_hole_entry->dst,
3323 ip6_template_metrics, true);
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003324#endif
3325
Peter Zijlstrab339a47c2008-10-07 14:15:00 -07003326 net->ipv6.sysctl.flush_delay = 0;
3327 net->ipv6.sysctl.ip6_rt_max_size = 4096;
3328 net->ipv6.sysctl.ip6_rt_gc_min_interval = HZ / 2;
3329 net->ipv6.sysctl.ip6_rt_gc_timeout = 60*HZ;
3330 net->ipv6.sysctl.ip6_rt_gc_interval = 30*HZ;
3331 net->ipv6.sysctl.ip6_rt_gc_elasticity = 9;
3332 net->ipv6.sysctl.ip6_rt_mtu_expires = 10*60*HZ;
3333 net->ipv6.sysctl.ip6_rt_min_advmss = IPV6_MIN_MTU - 20 - 40;
3334
Benjamin Thery6891a342008-03-04 13:49:47 -08003335 net->ipv6.ip6_rt_gc_expire = 30*HZ;
3336
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003337 ret = 0;
3338out:
3339 return ret;
Benjamin Theryf2fc6a52008-03-04 13:49:23 -08003340
Peter Zijlstra68fffc62008-10-07 14:12:10 -07003341#ifdef CONFIG_IPV6_MULTIPLE_TABLES
3342out_ip6_prohibit_entry:
3343 kfree(net->ipv6.ip6_prohibit_entry);
3344out_ip6_null_entry:
3345 kfree(net->ipv6.ip6_null_entry);
3346#endif
Eric Dumazetfc66f952010-10-08 06:37:34 +00003347out_ip6_dst_entries:
3348 dst_entries_destroy(&net->ipv6.ip6_dst_ops);
Benjamin Theryf2fc6a52008-03-04 13:49:23 -08003349out_ip6_dst_ops:
Benjamin Theryf2fc6a52008-03-04 13:49:23 -08003350 goto out;
Daniel Lezcanocdb18762008-03-04 13:45:33 -08003351}
3352
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00003353static void __net_exit ip6_route_net_exit(struct net *net)
Daniel Lezcanocdb18762008-03-04 13:45:33 -08003354{
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003355 kfree(net->ipv6.ip6_null_entry);
3356#ifdef CONFIG_IPV6_MULTIPLE_TABLES
3357 kfree(net->ipv6.ip6_prohibit_entry);
3358 kfree(net->ipv6.ip6_blk_hole_entry);
3359#endif
Xiaotian Feng41bb78b2010-11-02 16:11:05 +00003360 dst_entries_destroy(&net->ipv6.ip6_dst_ops);
Daniel Lezcanocdb18762008-03-04 13:45:33 -08003361}
3362
Thomas Grafd1896342012-06-18 12:08:33 +00003363static int __net_init ip6_route_net_init_late(struct net *net)
3364{
3365#ifdef CONFIG_PROC_FS
Gao fengd4beaa62013-02-18 01:34:54 +00003366 proc_create("ipv6_route", 0, net->proc_net, &ipv6_route_proc_fops);
3367 proc_create("rt6_stats", S_IRUGO, net->proc_net, &rt6_stats_seq_fops);
Thomas Grafd1896342012-06-18 12:08:33 +00003368#endif
3369 return 0;
3370}
3371
3372static void __net_exit ip6_route_net_exit_late(struct net *net)
3373{
3374#ifdef CONFIG_PROC_FS
Gao fengece31ff2013-02-18 01:34:56 +00003375 remove_proc_entry("ipv6_route", net->proc_net);
3376 remove_proc_entry("rt6_stats", net->proc_net);
Thomas Grafd1896342012-06-18 12:08:33 +00003377#endif
3378}
3379
Daniel Lezcanocdb18762008-03-04 13:45:33 -08003380static struct pernet_operations ip6_route_net_ops = {
3381 .init = ip6_route_net_init,
3382 .exit = ip6_route_net_exit,
3383};
3384
David S. Millerc3426b42012-06-09 16:27:05 -07003385static int __net_init ipv6_inetpeer_init(struct net *net)
3386{
3387 struct inet_peer_base *bp = kmalloc(sizeof(*bp), GFP_KERNEL);
3388
3389 if (!bp)
3390 return -ENOMEM;
3391 inet_peer_base_init(bp);
3392 net->ipv6.peers = bp;
3393 return 0;
3394}
3395
3396static void __net_exit ipv6_inetpeer_exit(struct net *net)
3397{
3398 struct inet_peer_base *bp = net->ipv6.peers;
3399
3400 net->ipv6.peers = NULL;
David S. Miller56a6b242012-06-09 16:32:41 -07003401 inetpeer_invalidate_tree(bp);
David S. Millerc3426b42012-06-09 16:27:05 -07003402 kfree(bp);
3403}
3404
David S. Miller2b823f72012-06-09 19:00:16 -07003405static struct pernet_operations ipv6_inetpeer_ops = {
David S. Millerc3426b42012-06-09 16:27:05 -07003406 .init = ipv6_inetpeer_init,
3407 .exit = ipv6_inetpeer_exit,
3408};
3409
Thomas Grafd1896342012-06-18 12:08:33 +00003410static struct pernet_operations ip6_route_net_late_ops = {
3411 .init = ip6_route_net_init_late,
3412 .exit = ip6_route_net_exit_late,
3413};
3414
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003415static struct notifier_block ip6_route_dev_notifier = {
3416 .notifier_call = ip6_route_dev_notify,
3417 .priority = 0,
3418};
3419
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003420int __init ip6_route_init(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003421{
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003422 int ret;
Martin KaFai Lau8d0b94a2015-05-22 20:56:04 -07003423 int cpu;
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003424
Daniel Lezcano9a7ec3a2008-03-04 13:48:53 -08003425 ret = -ENOMEM;
3426 ip6_dst_ops_template.kmem_cachep =
3427 kmem_cache_create("ip6_dst_cache", sizeof(struct rt6_info), 0,
3428 SLAB_HWCACHE_ALIGN, NULL);
3429 if (!ip6_dst_ops_template.kmem_cachep)
Fernando Carrijoc19a28e2009-01-07 18:09:08 -08003430 goto out;
David S. Miller14e50e52007-05-24 18:17:54 -07003431
Eric Dumazetfc66f952010-10-08 06:37:34 +00003432 ret = dst_entries_init(&ip6_dst_blackhole_ops);
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003433 if (ret)
Daniel Lezcanobdb32892008-03-04 13:48:10 -08003434 goto out_kmem_cache;
Daniel Lezcanobdb32892008-03-04 13:48:10 -08003435
David S. Millerc3426b42012-06-09 16:27:05 -07003436 ret = register_pernet_subsys(&ipv6_inetpeer_ops);
3437 if (ret)
David S. Millere8803b62012-06-16 01:12:19 -07003438 goto out_dst_entries;
Thomas Graf2a0c4512012-06-14 23:00:17 +00003439
David S. Miller7e52b332012-06-15 15:51:55 -07003440 ret = register_pernet_subsys(&ip6_route_net_ops);
3441 if (ret)
3442 goto out_register_inetpeer;
David S. Millerc3426b42012-06-09 16:27:05 -07003443
Arnaud Ebalard5dc121e2008-10-01 02:37:56 -07003444 ip6_dst_blackhole_ops.kmem_cachep = ip6_dst_ops_template.kmem_cachep;
3445
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003446 /* Registering of the loopback is done before this portion of code,
3447 * the loopback reference in rt6_info will not be taken, do it
3448 * manually for init_net */
Changli Gaod8d1f302010-06-10 23:31:35 -07003449 init_net.ipv6.ip6_null_entry->dst.dev = init_net.loopback_dev;
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003450 init_net.ipv6.ip6_null_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev);
3451 #ifdef CONFIG_IPV6_MULTIPLE_TABLES
Changli Gaod8d1f302010-06-10 23:31:35 -07003452 init_net.ipv6.ip6_prohibit_entry->dst.dev = init_net.loopback_dev;
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003453 init_net.ipv6.ip6_prohibit_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev);
Changli Gaod8d1f302010-06-10 23:31:35 -07003454 init_net.ipv6.ip6_blk_hole_entry->dst.dev = init_net.loopback_dev;
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003455 init_net.ipv6.ip6_blk_hole_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev);
3456 #endif
David S. Millere8803b62012-06-16 01:12:19 -07003457 ret = fib6_init();
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003458 if (ret)
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003459 goto out_register_subsys;
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003460
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003461 ret = xfrm6_init();
3462 if (ret)
David S. Millere8803b62012-06-16 01:12:19 -07003463 goto out_fib6_init;
Daniel Lezcanoc35b7e72007-12-08 00:14:11 -08003464
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003465 ret = fib6_rules_init();
3466 if (ret)
3467 goto xfrm6_init;
Daniel Lezcano7e5449c2007-12-08 00:14:54 -08003468
Thomas Grafd1896342012-06-18 12:08:33 +00003469 ret = register_pernet_subsys(&ip6_route_net_late_ops);
3470 if (ret)
3471 goto fib6_rules_init;
3472
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003473 ret = -ENOBUFS;
Greg Rosec7ac8672011-06-10 01:27:09 +00003474 if (__rtnl_register(PF_INET6, RTM_NEWROUTE, inet6_rtm_newroute, NULL, NULL) ||
3475 __rtnl_register(PF_INET6, RTM_DELROUTE, inet6_rtm_delroute, NULL, NULL) ||
3476 __rtnl_register(PF_INET6, RTM_GETROUTE, inet6_rtm_getroute, NULL, NULL))
Thomas Grafd1896342012-06-18 12:08:33 +00003477 goto out_register_late_subsys;
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003478
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003479 ret = register_netdevice_notifier(&ip6_route_dev_notifier);
Daniel Lezcanocdb18762008-03-04 13:45:33 -08003480 if (ret)
Thomas Grafd1896342012-06-18 12:08:33 +00003481 goto out_register_late_subsys;
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003482
Martin KaFai Lau8d0b94a2015-05-22 20:56:04 -07003483 for_each_possible_cpu(cpu) {
3484 struct uncached_list *ul = per_cpu_ptr(&rt6_uncached_list, cpu);
3485
3486 INIT_LIST_HEAD(&ul->head);
3487 spin_lock_init(&ul->lock);
3488 }
3489
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003490out:
3491 return ret;
3492
Thomas Grafd1896342012-06-18 12:08:33 +00003493out_register_late_subsys:
3494 unregister_pernet_subsys(&ip6_route_net_late_ops);
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003495fib6_rules_init:
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003496 fib6_rules_cleanup();
3497xfrm6_init:
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003498 xfrm6_fini();
Thomas Graf2a0c4512012-06-14 23:00:17 +00003499out_fib6_init:
3500 fib6_gc_cleanup();
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003501out_register_subsys:
3502 unregister_pernet_subsys(&ip6_route_net_ops);
David S. Miller7e52b332012-06-15 15:51:55 -07003503out_register_inetpeer:
3504 unregister_pernet_subsys(&ipv6_inetpeer_ops);
Eric Dumazetfc66f952010-10-08 06:37:34 +00003505out_dst_entries:
3506 dst_entries_destroy(&ip6_dst_blackhole_ops);
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003507out_kmem_cache:
Benjamin Theryf2fc6a52008-03-04 13:49:23 -08003508 kmem_cache_destroy(ip6_dst_ops_template.kmem_cachep);
Daniel Lezcano433d49c2007-12-07 00:43:48 -08003509 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003510}
3511
3512void ip6_route_cleanup(void)
3513{
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003514 unregister_netdevice_notifier(&ip6_route_dev_notifier);
Thomas Grafd1896342012-06-18 12:08:33 +00003515 unregister_pernet_subsys(&ip6_route_net_late_ops);
Thomas Graf101367c2006-08-04 03:39:02 -07003516 fib6_rules_cleanup();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003517 xfrm6_fini();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003518 fib6_gc_cleanup();
David S. Millerc3426b42012-06-09 16:27:05 -07003519 unregister_pernet_subsys(&ipv6_inetpeer_ops);
Daniel Lezcano8ed67782008-03-04 13:48:30 -08003520 unregister_pernet_subsys(&ip6_route_net_ops);
Xiaotian Feng41bb78b2010-11-02 16:11:05 +00003521 dst_entries_destroy(&ip6_dst_blackhole_ops);
Benjamin Theryf2fc6a52008-03-04 13:49:23 -08003522 kmem_cache_destroy(ip6_dst_ops_template.kmem_cachep);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003523}