mbox series

[iproute2-next,v3,0/3] mptcp: add the fullmesh flag setting support

Message ID cover.1645598911.git.geliang.tang@suse.com (mailing list archive)
Headers show
Series mptcp: add the fullmesh flag setting support | expand

Message

Geliang Tang Feb. 23, 2022, 6:50 a.m. UTC
This patchset added the fullmesh flags setting, the related flags checks
and updated the usage.

base-commit: e8fd4d4b8448c1e1dfe56b260af50c191a3f4cdd

v3:
 - drop duplicate newlines for invarg.
 - give more explanation to the user for invarg.

v2:
 - split into three patches, each one does one thing.
 - update the commit log.

Geliang Tang (3):
  mptcp: add fullmesh check for adding address
  mptcp: add fullmesh support for setting flags
  mptcp: add port support for setting flags

 ip/ipmptcp.c        | 30 +++++++++++++++++++++---------
 man/man8/ip-mptcp.8 | 17 ++++++++++++-----
 2 files changed, 33 insertions(+), 14 deletions(-)