Re: [PATCH net-next 0/2] net: vrf: Support for local traffic with sockets bound to enslaved devices

2017-08-13 Thread David Miller
From: David Ahern Date: Fri, 11 Aug 2017 17:11:13 -0700 > 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

[PATCH net-next 0/2] net: vrf: Support for local traffic with sockets bound to enslaved devices

2017-08-11 Thread David Ahern
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