Skip to content

Commit ac86bfa

Browse files
committed
Merge: selftests/net: enable mptcp in testing netns
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/407 JIRA: https://issues.redhat.com/browse/RHEL-80379 Upstream Status: net-next.git commit 0f58804 Signed-off-by: Hangbin Liu <haliu@redhat.com> Approved-by: Davide Caratti <dcaratti@redhat.com> Approved-by: Florian Westphal <fwestpha@redhat.com> Merged-by: Julio Faracco <jfaracco@redhat.com>
2 parents dd78e42 + 977ff53 commit ac86bfa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/testing/selftests/net/ip_local_port_range.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
# SPDX-License-Identifier: GPL-2.0
33

44
./in_netns.sh \
5-
sh -c 'sysctl -q -w net.ipv4.ip_local_port_range="40000 49999" && ./ip_local_port_range'
5+
sh -c 'sysctl -q -w net.mptcp.enabled=1 && \
6+
sysctl -q -w net.ipv4.ip_local_port_range="40000 49999" && \
7+
./ip_local_port_range'

0 commit comments

Comments
 (0)