From 9c76a114bbef10b4d44bd258006721dd896695dd Mon Sep 17 00:00:00 2001 From: Wang Yufen Date: Sat, 29 Mar 2014 09:27:31 +0800 Subject: [PATCH] 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-format-patch failed