Re: [PATCH net-next 00/12] net: Convert vrf from dst to tx hook
From: David Ahern <hidden>
Date: 2016-08-31 23:14:17
From: David Ahern <hidden>
Date: 2016-08-31 23:14:17
On 8/30/16 11:34 AM, David Ahern wrote:
This series fixes this problem by removing the output dst that points to the VRF and always doing the actual FIB lookup. This allows the real dst to be cached on sockets and used for MSS. Packets are diverted to the VRF device on Tx using an l3mdev hook in the output path similar to to what is done for Rx.
Dave: please drop this series. BGP smoke tests triggered a couple of problems I need to resolve.