]> git.baikalelectronics.ru Git - kernel.git/commit
[IPV6]: TUNNEL6: Don't try to add multicast route twice.
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Tue, 21 Mar 2006 00:51:48 +0000 (16:51 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 00:51:48 +0000 (16:51 -0800)
commit1f868bc8c529c1bdfd8d9a1dd6d7d53c2105cc4b
tree932bfb5e207cb91a1a87f45c26010dd9f7d804fb
parent02bdb1be82012eb144d6546d9fa98e590f2a7c1f
[IPV6]: TUNNEL6: Don't try to add multicast route twice.

Since addrconf_add_dev() has already called addrconf_add_mroute()
to added route for multicast prefix, there's no point to call it
again in addrconf_ip6_tnl_config().

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c