ipv4: fix address selection in fib_compute_spec_dst
authorJulian Anastasov <ja@ssi.bg>
Wed, 18 Jul 2012 21:35:03 +0000 (21:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Jul 2012 15:30:49 +0000 (08:30 -0700)
commit0cc535a29916c6a0e6e6af0f3d42c2fe3b0b145d
tree28be5b939062368de3001e4602cede3a0727b07a
parent6255e5ead00cf96554f623ba51e2ac4c8ac27276
ipv4: fix address selection in fib_compute_spec_dst

ip_options_compile can be called for forwarded packets,
make sure the specific-destionation address is a local one as
specified in RFC 1812, 4.2.2.2 Addresses in Options

Signed-off-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_frontend.c