]> git.baikalelectronics.ru Git - kernel.git/commit
sit/gre6: don't try to add the same route two times
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Thu, 14 Nov 2013 12:51:07 +0000 (13:51 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Nov 2013 21:59:16 +0000 (16:59 -0500)
commitf744ec8e69eb5ad7ba5db8101db8ba6827dd5245
tree611bd3b7043c2decf2d3ee3277b51cbcfa8df0db
parent5732c3c9eef7c2444d1ead999331fd04847c8295
sit/gre6: don't try to add the same route two times

addrconf_add_linklocal() already adds the link local route, so there is no
reason to add it before calling this function.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c