aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/net/ip_local_port_range.sh
blob: 6c6ad346eaa0c32194d6f1fc05e4f6aae1daad39 (plain) (blame)
1
2
3
4
5
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0

./in_netns.sh \
  sh -c 'sysctl -q -w net.ipv4.ip_local_port_range="40000 49999" && ./ip_local_port_range'