From: Nicolas Dichtel Date: Thu, 14 Nov 2013 12:51:05 +0000 (+0100) Subject: sit: fix prefix length of ll and v4mapped addresses X-Git-Tag: v3.13-rc1~33^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=929c9cf310565a97ec9bc685abbfeaed5fceb557;p=pandora-kernel.git sit: fix prefix length of ll and v4mapped addresses When the local IPv4 endpoint is wilcard (0.0.0.0), the prefix length is correctly set, ie 64 if the address is a link local one or 96 if the address is a v4 mapped one. But when the local endpoint is specified, the prefix length is set to 128 for both kind of address. This patch fix this wrong prefix length. Signed-off-by: Nicolas Dichtel Signed-off-by: David S. Miller --- Reading git-diff-tree failed