[PATCH mptcp-iproute v3 0/7] mptcp: guide the user to avoid mistakes

Matthieu Baerts (NGI0) posted 7 patches 1 month, 1 week ago
Failed in applying to current master (apply log)
ip/ipmptcp.c        |  2 ++
man/man8/ip-mptcp.8 | 44 +++++++++++++++++++++++++++++++++++---------
2 files changed, 37 insertions(+), 9 deletions(-)
[PATCH mptcp-iproute v3 0/7] mptcp: guide the user to avoid mistakes
Posted by Matthieu Baerts (NGI0) 1 month, 1 week ago
According to some bug reports we had in the past, setting the MPTCP
endpoints might be confusing, and the wrong flags might be set.

This series adds missing info for the 'dev' parameter in the manual, but
also clarify a few other parameters.

While at it, a better error message is reported when 'id 0' is used to
'add' or 'change' an endpoint.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
Changes in v3:
- Patch 4/7: Reword (Mat).
- Link to v2: https://lore.kernel.org/r/20240723-mptcp-user-feedback-v2-0-59f18975401c@kernel.org

Changes in v2:
- Drop the patches adding the warnings (Mat).
- Add patches 3 to 7.
- Link to v1: https://lore.kernel.org/r/20240605-mptcp-user-feedback-v1-0-d2dc3b399643@kernel.org

---
Matthieu Baerts (NGI0) (7):
      man: mptcp: document 'dev IFNAME'
      man: mptcp: clarify 'signal' and 'subflow' flags
      man: mptcp: 'port' has to be used with 'signal'
      man: mptcp: 'backup' flag also affects outgoing data
      man: mptcp: 'fullmesh' has to be used with 'subflow'
      man: mptcp: clarify the 'ID' parameter
      ip: mptcp: 'id 0' is only for 'del'

 ip/ipmptcp.c        |  2 ++
 man/man8/ip-mptcp.8 | 44 +++++++++++++++++++++++++++++++++++---------
 2 files changed, 37 insertions(+), 9 deletions(-)
---
base-commit: 3e807112fdf3d7b89a8295379dd8474f08a38b4b
change-id: 20240605-mptcp-user-feedback-0676915250cb

Best regards,
-- 
Matthieu Baerts (NGI0) <matttbe@kernel.org>