From: Jakub Kicinski Date: Tue, 13 May 2025 01:10:57 +0000 (-0700) Subject: Merge branch 'selftests-net-configure-rp_filter-in-setup_ns' X-Git-Tag: v6.16-rc1~132^2~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9c392a1557c984a9d62a8342f237bb049d04793;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'selftests-net-configure-rp_filter-in-setup_ns' Hangbin Liu says: ==================== selftests: net: configure rp_filter in setup_ns Some distributions enable rp_filter globally by default, which can interfere with various test cases. To address this, many tests explicitly disable rp_filter within their scripts. To avoid duplication and ensure consistent behavior across tests, this patch moves the rp_filter configuration into setup_ns, applied immediately after a new namespace is created. This change ensures that all namespace-based tests inherit the appropriate rp_filter settings, simplifying individual test scripts and improving maintainability. ==================== Link: https://patch.msgid.link/20250508081910.84216-1-liuhangbin@gmail.com Signed-off-by: Jakub Kicinski --- e9c392a1557c984a9d62a8342f237bb049d04793