net: Add source address lookup op for VRF
authorDavid Ahern <dsa@cumulusnetworks.com>
Mon, 5 Oct 2015 15:51:26 +0000 (08:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Oct 2015 11:27:44 +0000 (04:27 -0700)
commit8cbb512c923d5f695ff6265b2b741b1718e3b444
tree194de9f9c5ec859456dc8274136fcda881dc8408
parent3ce58d84358c7b477811b5100152fad848f936fc
net: Add source address lookup op for VRF

Add operation to l3mdev to lookup source address for a given flow.
Add support for the operation to VRF driver and convert existing
IPv4 hooks to use the new lookup.

Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vrf.c
include/net/l3mdev.h
include/net/route.h
net/ipv4/udp.c