]> git.ipfire.org Git - people/ms/linux.git/commit
[IPV6]: Track device renames in snmp6.
authorStephen Hemminger <shemminger@linux-foundation.org>
Tue, 22 May 2007 22:39:52 +0000 (00:39 +0200)
committerAdrian Bunk <bunk@stusta.de>
Tue, 22 May 2007 22:39:52 +0000 (00:39 +0200)
commit57b0c610b81c58e77299c7a0d96048a593183a98
tree1ff937facddb0124610bf17ad9e76e105ed01adc
parentdffa279e109e2462068b8a22f3783e3cbd930d81
[IPV6]: Track device renames in snmp6.

When network device's are renamed, the IPV6 snmp6 code
gets confused. It doesn't track name changes so it will OOPS
when network device's are removed.

The fix is trivial, just unregister/re-register in notify handler.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
net/ipv6/addrconf.c
net/ipv6/proc.c