[PATCH net] selftests: forwarding: Add missing 'rp_filter' configuration

2020-10-15 Thread Ido Schimmel
From: Ido Schimmel When 'rp_filter' is configured in strict mode (1) the tests fail because packets received from the macvlan netdevs would not be forwarded through them on the reverse path. Fix this by disabling the 'rp_filter', meaning no source validation is performed. Fixes: 1538812e0880 ("

Re: [PATCH net] selftests: forwarding: Add missing 'rp_filter' configuration

2020-10-18 Thread Jakub Kicinski
On Thu, 15 Oct 2020 11:45:25 +0300 Ido Schimmel wrote: > From: Ido Schimmel > > When 'rp_filter' is configured in strict mode (1) the tests fail because > packets received from the macvlan netdevs would not be forwarded through > them on the reverse path. > > Fix this by disabling the 'rp_filter