On Wed, May 21, 2025 at 11:38:44AM +0200, Florian Westphal wrote: > Resent after rebase on latest net-next tree, there are no changes. > > V1 cover letter: > This series resolves various issues with the FIB expression > when used with VRFs. > > First patch adds 'fib type' tests. > Second patch moves a VRF+fib test to nft_fib.sh where it belongs. > > The 3rd patch fixes an inconistency where, in a VRF setup, > ipv4 and ipv6 fib provide different results for the same address > type (locally configured); this changes nft_fib_ipv6 to behave like ipv4. > > 4th patch fixes l3mdev handling in FIB, especially 'fib type' insist > a locally configured addess in the VRF is not local (result is > 'unicast') unless the 'iif' keyword is given because of conditional > initialisation of the .l3mdev member. > > Last patch adds more type and oif fib tests for VRFs, both when incoming > interface is part of a VRF and when its not. > > I'm targetting nf-next because we're too late in this cycle. Applied to nf-next, thanks.