From: Nicolas Dichtel Date: Thu, 14 Nov 2013 12:51:06 +0000 (+0100) Subject: sit: link local routes are missing X-Git-Tag: v3.13-rc1~33^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0e2acfa30920fc9b902734baba71e58f2fd844a;p=pandora-kernel.git sit: link local routes are missing When a link local address was added to a sit interface, the corresponding route was not configured. This breaks routing protocols that use the link local address, like OSPFv3. To ease the code reading, I remove sit_route_add(), which only adds v4 mapped routes, and add this kind of route directly in sit_add_v4_addrs(). Thus link local and v4 mapped routes are configured in the same place. Reported-by: Li Hongjun Signed-off-by: Nicolas Dichtel Signed-off-by: David S. Miller --- Reading git-diff-tree failed