Re: [Patch net v3 0/2] ipv4: relax source validation check for loopback packets

2019-07-17 Thread David Miller
From: Cong Wang Date: Wed, 17 Jul 2019 14:41:57 -0700 > This patchset fixes a corner case when loopback packets get dropped > by rp_filter when we route them from veth to lo. Patch 1 is the fix > and patch 2 provides a simplified test case for this scenario. Series applied, thanks Cong.

[Patch net v3 0/2] ipv4: relax source validation check for loopback packets

2019-07-17 Thread Cong Wang
This patchset fixes a corner case when loopback packets get dropped by rp_filter when we route them from veth to lo. Patch 1 is the fix and patch 2 provides a simplified test case for this scenario. Cong Wang (2): fib: relax source validation check for loopback packets selftests: add a test ca