From: Wang Yufen Date: Sat, 29 Mar 2014 01:27:31 +0000 (+0800) Subject: ipv6: tcp_ipv6 policy route issue X-Git-Tag: v3.15-rc1~113^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c76a114bbef10b4d44bd258006721dd896695dd;p=pandora-kernel.git ipv6: tcp_ipv6 policy route issue The issue raises when adding policy route, specify a particular NIC as oif, the policy route did not take effect. The reason is that fl6.oif is not set and route map failed. From the tcp_v6_send_response function, if the binding address is linklocal, fl6.oif is set, but not for global address. Acked-by: Hannes Frederic Sowa Signed-off-by: Wang Yufen Signed-off-by: David S. Miller --- Reading git-diff-tree failed