diff options
Diffstat (limited to 'net/ipv6/proc.c')
-rw-r--r-- | net/ipv6/proc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/ipv6/proc.c b/net/ipv6/proc.c index 5ba7ae849d04..2453f2229ef7 100644 --- a/net/ipv6/proc.c +++ b/net/ipv6/proc.c | |||
@@ -220,6 +220,9 @@ int snmp6_register_dev(struct inet6_dev *idev) | |||
220 | if (!idev || !idev->dev) | 220 | if (!idev || !idev->dev) |
221 | return -EINVAL; | 221 | return -EINVAL; |
222 | 222 | ||
223 | if (idev->dev->nd_net != &init_net) | ||
224 | return 0; | ||
225 | |||
223 | if (!proc_net_devsnmp6) | 226 | if (!proc_net_devsnmp6) |
224 | return -ENOENT; | 227 | return -ENOENT; |
225 | 228 | ||