|
@@ -68,7 +68,7 @@ Signed-off-by: Jonas Gorski <[email protected]>
|
|
|
static void rt_fibinfo_free(struct rtable __rcu **rtp)
|
|
static void rt_fibinfo_free(struct rtable __rcu **rtp)
|
|
|
--- a/net/ipv4/fib_trie.c
|
|
--- a/net/ipv4/fib_trie.c
|
|
|
+++ b/net/ipv4/fib_trie.c
|
|
+++ b/net/ipv4/fib_trie.c
|
|
|
-@@ -2352,6 +2352,7 @@ static const char *const rtn_type_names[
|
|
|
|
|
|
|
+@@ -2348,6 +2348,7 @@ static const char *const rtn_type_names[
|
|
|
[RTN_THROW] = "THROW",
|
|
[RTN_THROW] = "THROW",
|
|
|
[RTN_NAT] = "NAT",
|
|
[RTN_NAT] = "NAT",
|
|
|
[RTN_XRESOLVE] = "XRESOLVE",
|
|
[RTN_XRESOLVE] = "XRESOLVE",
|
|
@@ -143,7 +143,7 @@ Signed-off-by: Jonas Gorski <[email protected]>
|
|
|
static const struct rt6_info ip6_blk_hole_entry_template = {
|
|
static const struct rt6_info ip6_blk_hole_entry_template = {
|
|
|
.dst = {
|
|
.dst = {
|
|
|
.__refcnt = ATOMIC_INIT(1),
|
|
.__refcnt = ATOMIC_INIT(1),
|
|
|
-@@ -1635,6 +1652,11 @@ int ip6_route_add(struct fib6_config *cf
|
|
|
|
|
|
|
+@@ -1634,6 +1651,11 @@ int ip6_route_info_create(struct fib6_co
|
|
|
rt->dst.output = ip6_pkt_prohibit_out;
|
|
rt->dst.output = ip6_pkt_prohibit_out;
|
|
|
rt->dst.input = ip6_pkt_prohibit;
|
|
rt->dst.input = ip6_pkt_prohibit;
|
|
|
break;
|
|
break;
|
|
@@ -155,7 +155,7 @@ Signed-off-by: Jonas Gorski <[email protected]>
|
|
|
case RTN_THROW:
|
|
case RTN_THROW:
|
|
|
default:
|
|
default:
|
|
|
rt->dst.error = (cfg->fc_type == RTN_THROW) ? -EAGAIN
|
|
rt->dst.error = (cfg->fc_type == RTN_THROW) ? -EAGAIN
|
|
|
-@@ -2202,6 +2224,17 @@ static int ip6_pkt_prohibit_out(struct s
|
|
|
|
|
|
|
+@@ -2225,6 +2247,17 @@ static int ip6_pkt_prohibit_out(struct s
|
|
|
return ip6_pkt_drop(skb, ICMPV6_ADM_PROHIBITED, IPSTATS_MIB_OUTNOROUTES);
|
|
return ip6_pkt_drop(skb, ICMPV6_ADM_PROHIBITED, IPSTATS_MIB_OUTNOROUTES);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -173,7 +173,7 @@ Signed-off-by: Jonas Gorski <[email protected]>
|
|
|
/*
|
|
/*
|
|
|
* Allocate a dst for local (unicast / anycast) address.
|
|
* Allocate a dst for local (unicast / anycast) address.
|
|
|
*/
|
|
*/
|
|
|
-@@ -2428,7 +2461,8 @@ static int rtm_to_fib6_config(struct sk_
|
|
|
|
|
|
|
+@@ -2451,7 +2484,8 @@ static int rtm_to_fib6_config(struct sk_
|
|
|
if (rtm->rtm_type == RTN_UNREACHABLE ||
|
|
if (rtm->rtm_type == RTN_UNREACHABLE ||
|
|
|
rtm->rtm_type == RTN_BLACKHOLE ||
|
|
rtm->rtm_type == RTN_BLACKHOLE ||
|
|
|
rtm->rtm_type == RTN_PROHIBIT ||
|
|
rtm->rtm_type == RTN_PROHIBIT ||
|
|
@@ -183,7 +183,7 @@ Signed-off-by: Jonas Gorski <[email protected]>
|
|
|
cfg->fc_flags |= RTF_REJECT;
|
|
cfg->fc_flags |= RTF_REJECT;
|
|
|
|
|
|
|
|
if (rtm->rtm_type == RTN_LOCAL)
|
|
if (rtm->rtm_type == RTN_LOCAL)
|
|
|
-@@ -2644,6 +2678,9 @@ static int rt6_fill_node(struct net *net
|
|
|
|
|
|
|
+@@ -2793,6 +2827,9 @@ static int rt6_fill_node(struct net *net
|
|
|
case -EACCES:
|
|
case -EACCES:
|
|
|
rtm->rtm_type = RTN_PROHIBIT;
|
|
rtm->rtm_type = RTN_PROHIBIT;
|
|
|
break;
|
|
break;
|
|
@@ -193,7 +193,7 @@ Signed-off-by: Jonas Gorski <[email protected]>
|
|
|
case -EAGAIN:
|
|
case -EAGAIN:
|
|
|
rtm->rtm_type = RTN_THROW;
|
|
rtm->rtm_type = RTN_THROW;
|
|
|
break;
|
|
break;
|
|
|
-@@ -2901,6 +2938,8 @@ static int ip6_route_dev_notify(struct n
|
|
|
|
|
|
|
+@@ -3050,6 +3087,8 @@ static int ip6_route_dev_notify(struct n
|
|
|
#ifdef CONFIG_IPV6_MULTIPLE_TABLES
|
|
#ifdef CONFIG_IPV6_MULTIPLE_TABLES
|
|
|
net->ipv6.ip6_prohibit_entry->dst.dev = dev;
|
|
net->ipv6.ip6_prohibit_entry->dst.dev = dev;
|
|
|
net->ipv6.ip6_prohibit_entry->rt6i_idev = in6_dev_get(dev);
|
|
net->ipv6.ip6_prohibit_entry->rt6i_idev = in6_dev_get(dev);
|
|
@@ -202,7 +202,7 @@ Signed-off-by: Jonas Gorski <[email protected]>
|
|
|
net->ipv6.ip6_blk_hole_entry->dst.dev = dev;
|
|
net->ipv6.ip6_blk_hole_entry->dst.dev = dev;
|
|
|
net->ipv6.ip6_blk_hole_entry->rt6i_idev = in6_dev_get(dev);
|
|
net->ipv6.ip6_blk_hole_entry->rt6i_idev = in6_dev_get(dev);
|
|
|
#endif
|
|
#endif
|
|
|
-@@ -3117,6 +3156,17 @@ static int __net_init ip6_route_net_init
|
|
|
|
|
|
|
+@@ -3266,6 +3305,17 @@ static int __net_init ip6_route_net_init
|
|
|
net->ipv6.ip6_blk_hole_entry->dst.ops = &net->ipv6.ip6_dst_ops;
|
|
net->ipv6.ip6_blk_hole_entry->dst.ops = &net->ipv6.ip6_dst_ops;
|
|
|
dst_init_metrics(&net->ipv6.ip6_blk_hole_entry->dst,
|
|
dst_init_metrics(&net->ipv6.ip6_blk_hole_entry->dst,
|
|
|
ip6_template_metrics, true);
|
|
ip6_template_metrics, true);
|
|
@@ -220,7 +220,7 @@ Signed-off-by: Jonas Gorski <[email protected]>
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
net->ipv6.sysctl.flush_delay = 0;
|
|
net->ipv6.sysctl.flush_delay = 0;
|
|
|
-@@ -3135,6 +3185,8 @@ out:
|
|
|
|
|
|
|
+@@ -3284,6 +3334,8 @@ out:
|
|
|
return ret;
|
|
return ret;
|
|
|
|
|
|
|
|
#ifdef CONFIG_IPV6_MULTIPLE_TABLES
|
|
#ifdef CONFIG_IPV6_MULTIPLE_TABLES
|
|
@@ -229,7 +229,7 @@ Signed-off-by: Jonas Gorski <[email protected]>
|
|
|
out_ip6_prohibit_entry:
|
|
out_ip6_prohibit_entry:
|
|
|
kfree(net->ipv6.ip6_prohibit_entry);
|
|
kfree(net->ipv6.ip6_prohibit_entry);
|
|
|
out_ip6_null_entry:
|
|
out_ip6_null_entry:
|
|
|
-@@ -3152,6 +3204,7 @@ static void __net_exit ip6_route_net_exi
|
|
|
|
|
|
|
+@@ -3301,6 +3353,7 @@ static void __net_exit ip6_route_net_exi
|
|
|
#ifdef CONFIG_IPV6_MULTIPLE_TABLES
|
|
#ifdef CONFIG_IPV6_MULTIPLE_TABLES
|
|
|
kfree(net->ipv6.ip6_prohibit_entry);
|
|
kfree(net->ipv6.ip6_prohibit_entry);
|
|
|
kfree(net->ipv6.ip6_blk_hole_entry);
|
|
kfree(net->ipv6.ip6_blk_hole_entry);
|
|
@@ -237,7 +237,7 @@ Signed-off-by: Jonas Gorski <[email protected]>
|
|
|
#endif
|
|
#endif
|
|
|
dst_entries_destroy(&net->ipv6.ip6_dst_ops);
|
|
dst_entries_destroy(&net->ipv6.ip6_dst_ops);
|
|
|
}
|
|
}
|
|
|
-@@ -3248,6 +3301,9 @@ int __init ip6_route_init(void)
|
|
|
|
|
|
|
+@@ -3397,6 +3450,9 @@ int __init ip6_route_init(void)
|
|
|
init_net.ipv6.ip6_prohibit_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev);
|
|
init_net.ipv6.ip6_prohibit_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev);
|
|
|
init_net.ipv6.ip6_blk_hole_entry->dst.dev = init_net.loopback_dev;
|
|
init_net.ipv6.ip6_blk_hole_entry->dst.dev = init_net.loopback_dev;
|
|
|
init_net.ipv6.ip6_blk_hole_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev);
|
|
init_net.ipv6.ip6_blk_hole_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev);
|