diff mbox series

Squash to "mptcp: add sysctl allow_join_initial_addr_port"

Message ID 236391c475f7b8a1a7c4bb3127eae379fb89b82e.1619624900.git.geliangtang@gmail.com
State Superseded, archived
Headers show
Series Squash to "mptcp: add sysctl allow_join_initial_addr_port" | expand

Commit Message

Geliang Tang April 28, 2021, 3:48 p.m. UTC
Use BOOLEAN instead of INTEGER.

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
---
 Documentation/networking/mptcp-sysctl.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Documentation/networking/mptcp-sysctl.rst b/Documentation/networking/mptcp-sysctl.rst
index 6c67ea3d0b7f..e2921346e2fc 100644
--- a/Documentation/networking/mptcp-sysctl.rst
+++ b/Documentation/networking/mptcp-sysctl.rst
@@ -25,7 +25,7 @@  add_addr_timeout - INTEGER (seconds)
 
 	Default: 120
 
-allow_join_initial_addr_port - INTEGER
+allow_join_initial_addr_port - BOOLEAN
 	Allow peers to send join requests to the IP address and port number used
 	by the initial subflow if the value is 1. This controls a flag that is
 	sent to the peer at connection time, and whether such join requests are