commit | 7b379472bc530fd9929f8791c4daffc63ca90e0c | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Jul 17 15:23:39 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 17 15:23:39 2019 -0700 |
tree | 7896881e9e843ea31c31c9331af79de74d9b1ce7 | |
parent | f1bf3e2ab42d20a7683e1c689f3ce8e942da03d4 [diff] | |
parent | adb701d6cfa432f5dbdf28839b5e64291a7ed30b [diff] |
Merge branch 'ipv4-relax-source-validation-check-for-loopback-packets' Cong Wang says: ==================== ipv4: relax source validation check for loopback packets 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. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>