diff options
| -rw-r--r-- | net/ipv6/route.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 3eed045c65a5..480a79f47c52 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c | |||
| @@ -946,8 +946,6 @@ static void ip6_rt_init_dst_reject(struct rt6_info *rt, struct fib6_info *ort) | |||
| 946 | 946 | ||
| 947 | static void ip6_rt_init_dst(struct rt6_info *rt, struct fib6_info *ort) | 947 | static void ip6_rt_init_dst(struct rt6_info *rt, struct fib6_info *ort) |
| 948 | { | 948 | { |
| 949 | rt->dst.flags |= fib6_info_dst_flags(ort); | ||
| 950 | |||
| 951 | if (ort->fib6_flags & RTF_REJECT) { | 949 | if (ort->fib6_flags & RTF_REJECT) { |
| 952 | ip6_rt_init_dst_reject(rt, ort); | 950 | ip6_rt_init_dst_reject(rt, ort); |
| 953 | return; | 951 | return; |
