Skip to content

mptcp: disable by default

Davide Caratti requested to merge dcaratti/centos-stream-9:bz2044392 into main

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2044392
Depends: https://bugzilla.redhat.com/show_bug.cgi?id=2028420
Upstream Status: RHEL only
Tested: boot-test + ran kselftests

set 0 as default value for net.mptcp.enabled and adjust the kselftest scripts to:

  • expect the opposite default
  • explicitly enable MPTCP before requesting IPPROTO_MPTCP to the kernel

Same as RHEL8 commit 55d8d0e12006 ("mptcp: mark tech preview and disable by default"), without tech preview marking.

Signed-off-by: Davide Caratti dcaratti@redhat.com

Edited by Davide Caratti

Merge request reports