]> git.ipfire.org Git - people/arne_f/kernel.git/commit
Merge branch 'vrf-Support-for-local-traffic-with-sockets-bound-to-enslaved-devices'
authorDavid S. Miller <davem@davemloft.net>
Mon, 14 Aug 2017 03:05:13 +0000 (20:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Aug 2017 03:05:13 +0000 (20:05 -0700)
commit19a2afbea89f93d0e4ac09f8c4720c8afcfb5e6a
tree85e43990b22da13e99bb876186c17e0e39ea0483
parent9438c871b2c12f5f829156149502ce3e2d0ece76
parent1dfa76390bf056a49c1105b11f815a35a693b77c
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: David S. Miller <davem@davemloft.net>