diff options
author | Matthieu Baerts (NGI0) <matttbe@kernel.org> | 2025-01-29 15:24:33 +0300 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2025-01-30 16:02:19 +0300 |
commit | 18da4b5d123285dea470b15ff51c7fbe61dc37fd (patch) | |
tree | 73403049fbdc8de10af999d39d005c84900b8b8e | |
parent | e598d8981fd34470b78a1ae777dbf131b15d5bf2 (diff) | |
download | linux-18da4b5d123285dea470b15ff51c7fbe61dc37fd.tar.xz |
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 <martineau@kernel.org>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
-rw-r--r-- | Documentation/networking/mptcp-sysctl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/mptcp-sysctl.rst b/Documentation/networking/mptcp-sysctl.rst index dc45c0211353..03e1d3610333 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 |