Skip to content
Commit 19a2afbe authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'vrf-Support-for-local-traffic-with-sockets-bound-to-enslaved-devices'



David Ahern says:

====================
net: vrf: Support for local traffic with sockets bound to enslaved devices

This set gets local traffic working for sockets bound to enslaved
devices. The local rtable and rt6_info added in June 2016 to get
local traffic in VRFs working is no longer needed and actually
keeps local traffic for sockets bound to an enslaved device from
working. Patch 1 removes them.

Patch 2 adds a fix up for IPv4 IP_PKTINFO to return rt_iif for
packets sent over the VRF device. This is similar to the handling
of loopback.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 9438c871 1dfa7639
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment