|
|
@@ -138,7 +138,7 @@ Signed-off-by: Jonas Gorski <[email protected]>
|
|
|
static const struct rt6_info ip6_blk_hole_entry_template = {
|
|
|
.dst = {
|
|
|
.__refcnt = ATOMIC_INIT(1),
|
|
|
-@@ -903,6 +917,7 @@ static const int fib6_prop[RTN_MAX + 1]
|
|
|
+@@ -900,6 +914,7 @@ static const int fib6_prop[RTN_MAX + 1]
|
|
|
[RTN_BLACKHOLE] = -EINVAL,
|
|
|
[RTN_UNREACHABLE] = -EHOSTUNREACH,
|
|
|
[RTN_PROHIBIT] = -EACCES,
|
|
|
@@ -146,7 +146,7 @@ Signed-off-by: Jonas Gorski <[email protected]>
|
|
|
[RTN_THROW] = -EAGAIN,
|
|
|
[RTN_NAT] = -EINVAL,
|
|
|
[RTN_XRESOLVE] = -EINVAL,
|
|
|
-@@ -940,6 +955,10 @@ static void ip6_rt_init_dst_reject(struc
|
|
|
+@@ -937,6 +952,10 @@ static void ip6_rt_init_dst_reject(struc
|
|
|
rt->dst.output = ip6_pkt_prohibit_out;
|
|
|
rt->dst.input = ip6_pkt_prohibit;
|
|
|
break;
|
|
|
@@ -157,7 +157,7 @@ Signed-off-by: Jonas Gorski <[email protected]>
|
|
|
case RTN_THROW:
|
|
|
case RTN_UNREACHABLE:
|
|
|
default:
|
|
|
-@@ -3769,6 +3788,17 @@ static int ip6_pkt_prohibit_out(struct n
|
|
|
+@@ -3758,6 +3777,17 @@ static int ip6_pkt_prohibit_out(struct n
|
|
|
return ip6_pkt_drop(skb, ICMPV6_ADM_PROHIBITED, IPSTATS_MIB_OUTNOROUTES);
|
|
|
}
|
|
|
|
|
|
@@ -175,7 +175,7 @@ Signed-off-by: Jonas Gorski <[email protected]>
|
|
|
/*
|
|
|
* Allocate a dst for local (unicast / anycast) address.
|
|
|
*/
|
|
|
-@@ -4216,7 +4246,8 @@ static int rtm_to_fib6_config(struct sk_
|
|
|
+@@ -4205,7 +4235,8 @@ static int rtm_to_fib6_config(struct sk_
|
|
|
if (rtm->rtm_type == RTN_UNREACHABLE ||
|
|
|
rtm->rtm_type == RTN_BLACKHOLE ||
|
|
|
rtm->rtm_type == RTN_PROHIBIT ||
|
|
|
@@ -185,7 +185,7 @@ Signed-off-by: Jonas Gorski <[email protected]>
|
|
|
cfg->fc_flags |= RTF_REJECT;
|
|
|
|
|
|
if (rtm->rtm_type == RTN_LOCAL)
|
|
|
-@@ -5060,6 +5091,8 @@ static int ip6_route_dev_notify(struct n
|
|
|
+@@ -5053,6 +5084,8 @@ static int ip6_route_dev_notify(struct n
|
|
|
#ifdef CONFIG_IPV6_MULTIPLE_TABLES
|
|
|
net->ipv6.ip6_prohibit_entry->dst.dev = dev;
|
|
|
net->ipv6.ip6_prohibit_entry->rt6i_idev = in6_dev_get(dev);
|
|
|
@@ -194,7 +194,7 @@ Signed-off-by: Jonas Gorski <[email protected]>
|
|
|
net->ipv6.ip6_blk_hole_entry->dst.dev = dev;
|
|
|
net->ipv6.ip6_blk_hole_entry->rt6i_idev = in6_dev_get(dev);
|
|
|
#endif
|
|
|
-@@ -5071,6 +5104,7 @@ static int ip6_route_dev_notify(struct n
|
|
|
+@@ -5064,6 +5097,7 @@ static int ip6_route_dev_notify(struct n
|
|
|
in6_dev_put_clear(&net->ipv6.ip6_null_entry->rt6i_idev);
|
|
|
#ifdef CONFIG_IPV6_MULTIPLE_TABLES
|
|
|
in6_dev_put_clear(&net->ipv6.ip6_prohibit_entry->rt6i_idev);
|
|
|
@@ -202,7 +202,7 @@ Signed-off-by: Jonas Gorski <[email protected]>
|
|
|
in6_dev_put_clear(&net->ipv6.ip6_blk_hole_entry->rt6i_idev);
|
|
|
#endif
|
|
|
}
|
|
|
-@@ -5265,6 +5299,15 @@ static int __net_init ip6_route_net_init
|
|
|
+@@ -5258,6 +5292,15 @@ static int __net_init ip6_route_net_init
|
|
|
net->ipv6.ip6_blk_hole_entry->dst.ops = &net->ipv6.ip6_dst_ops;
|
|
|
dst_init_metrics(&net->ipv6.ip6_blk_hole_entry->dst,
|
|
|
ip6_template_metrics, true);
|
|
|
@@ -218,7 +218,7 @@ Signed-off-by: Jonas Gorski <[email protected]>
|
|
|
#endif
|
|
|
|
|
|
net->ipv6.sysctl.flush_delay = 0;
|
|
|
-@@ -5283,6 +5326,8 @@ out:
|
|
|
+@@ -5276,6 +5319,8 @@ out:
|
|
|
return ret;
|
|
|
|
|
|
#ifdef CONFIG_IPV6_MULTIPLE_TABLES
|
|
|
@@ -227,7 +227,7 @@ Signed-off-by: Jonas Gorski <[email protected]>
|
|
|
out_ip6_prohibit_entry:
|
|
|
kfree(net->ipv6.ip6_prohibit_entry);
|
|
|
out_ip6_null_entry:
|
|
|
-@@ -5303,6 +5348,7 @@ static void __net_exit ip6_route_net_exi
|
|
|
+@@ -5296,6 +5341,7 @@ static void __net_exit ip6_route_net_exi
|
|
|
#ifdef CONFIG_IPV6_MULTIPLE_TABLES
|
|
|
kfree(net->ipv6.ip6_prohibit_entry);
|
|
|
kfree(net->ipv6.ip6_blk_hole_entry);
|
|
|
@@ -235,7 +235,7 @@ Signed-off-by: Jonas Gorski <[email protected]>
|
|
|
#endif
|
|
|
dst_entries_destroy(&net->ipv6.ip6_dst_ops);
|
|
|
}
|
|
|
-@@ -5379,6 +5425,9 @@ void __init ip6_route_init_special_entri
|
|
|
+@@ -5372,6 +5418,9 @@ void __init ip6_route_init_special_entri
|
|
|
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->rt6i_idev = in6_dev_get(init_net.loopback_dev);
|