]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: reallocate addrconf router for ipv6 address when lo device up
authorGao feng <gaofeng@cn.fujitsu.com>
Fri, 24 Jan 2014 08:29:11 +0000 (16:29 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Jan 2014 23:59:38 +0000 (15:59 -0800)
commit72a853da51c157f4b848b17c2b9f4760d443040e
tree35f9fc9f73f198301dcbde7129a22f856b38f3d4
parent2a6960b36d5e8f4b46c0a00462c61c9f7a0dea16
ipv6: reallocate addrconf router for ipv6 address when lo device up

commit 0260ae0c246e627a06d487d3a52e7fdb5eb23f2c
"net IPv6 : Fix broken IPv6 routing table after loopback down-up"
allocates addrconf router for ipv6 address when lo device up.
but commit 9bd7162b0e4ef2048a6ec36e4849c8560464d822
"ipv6:don't call addrconf_dst_alloc again when enable lo" breaks
this behavior.

Since the addrconf router is moved to the garbage list when
lo device down, we should release this router and rellocate
a new one for ipv6 address when lo device up.

This patch solves bug 67951 on bugzilla
https://bugzilla.kernel.org/show_bug.cgi?id=67951

change from v1:
use ip6_rt_put to repleace ip6_del_rt, thanks Hannes!
change code style, suggested by Sergei.

CC: Sabrina Dubroca <sd@queasysnail.net>
CC: Hannes Frederic Sowa <hannes@stressinduktion.org>
Reported-by: Weilong Chen <chenweilong@huawei.com>
Signed-off-by: Weilong Chen <chenweilong@huawei.com>
Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com>
Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c