IPv6: fix Mobile IPv6 regression
authorBrian Haley <brian.haley@hp.com>
Sat, 29 May 2010 06:02:35 +0000 (23:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 29 May 2010 06:02:35 +0000 (23:02 -0700)
commit6057fd78a8dcce6269f029b967051d5a2e9b0895
tree4e7076b5790684068cf2f025d19fbac2b750cc7f
parente5e5cf4c71508ed38e921b31b438b8b349409f2a
IPv6: fix Mobile IPv6 regression

Commit f4f914b5 (net: ipv6 bind to device issue) caused
a regression with Mobile IPv6 when it changed the meaning
of fl->oif to become a strict requirement of the route
lookup.  Instead, only force strict mode when
sk->sk_bound_dev_if is set on the calling socket, getting
the intended behavior and fixing the regression.

Tested-by: Arnaud Ebalard <arno@natisbad.org>
Signed-off-by: Brian Haley <brian.haley@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/route.c