From: Matthieu Baerts (NGI0) Date: Wed, 29 Jan 2025 12:24:33 +0000 (+0100) Subject: doc: mptcp: sysctl: blackhole_timeout is per-netns X-Git-Tag: v6.14-rc1~33^2~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18da4b5d123285dea470b15ff51c7fbe61dc37fd;p=thirdparty%2Flinux.git doc: mptcp: sysctl: blackhole_timeout is per-netns All other sysctl entries mention it, and it is a per-namespace sysctl. So mention it as well. Fixes: 27069e7cb3d1 ("mptcp: disable active MPTCP in case of blackhole") Reviewed-by: Mat Martineau Signed-off-by: Matthieu Baerts (NGI0) Signed-off-by: Paolo Abeni --- diff --git a/Documentation/networking/mptcp-sysctl.rst b/Documentation/networking/mptcp-sysctl.rst index dc45c02113537..03e1d3610333e 100644 --- a/Documentation/networking/mptcp-sysctl.rst +++ b/Documentation/networking/mptcp-sysctl.rst @@ -41,7 +41,7 @@ blackhole_timeout - INTEGER (seconds) MPTCP is re-enabled and will reset to the initial value when the blackhole issue goes away. - 0 to disable the blackhole detection. + 0 to disable the blackhole detection. This is a per-namespace sysctl. Default: 3600