diff options
Diffstat (limited to 'net/ipv4/fib_semantics.c')
-rw-r--r-- | net/ipv4/fib_semantics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_semantics.c index ecd91c60975f..8b47e112ae5c 100644 --- a/net/ipv4/fib_semantics.c +++ b/net/ipv4/fib_semantics.c | |||
@@ -583,7 +583,7 @@ out: | |||
583 | if (nh->nh_flags&(RTNH_F_PERVASIVE|RTNH_F_ONLINK)) | 583 | if (nh->nh_flags&(RTNH_F_PERVASIVE|RTNH_F_ONLINK)) |
584 | return -EINVAL; | 584 | return -EINVAL; |
585 | 585 | ||
586 | in_dev = inetdev_by_index(nh->nh_oif); | 586 | in_dev = inetdev_by_index(&init_net, nh->nh_oif); |
587 | if (in_dev == NULL) | 587 | if (in_dev == NULL) |
588 | return -ENODEV; | 588 | return -ENODEV; |
589 | if (!(in_dev->dev->flags&IFF_UP)) { | 589 | if (!(in_dev->dev->flags&IFF_UP)) { |