linux-zen-desktop/tools/testing/selftests/net/ip_local_port_range.sh

6 lines
153 B
Bash
Raw Normal View History

2023-08-30 17:31:07 +02:00
#!/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'