summaryrefslogtreecommitdiffstats
path: root/net/test
diff options
context:
space:
mode:
Diffstat (limited to 'net/test')
-rwxr-xr-xnet/test/net_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/test/net_test.sh b/net/test/net_test.sh
index 9b9773e6..6a22c0ec 100755
--- a/net/test/net_test.sh
+++ b/net/test/net_test.sh
@@ -149,7 +149,7 @@ ip link set lo mtu 16436
ip link set eth0 up
# Allow people to run ping.
-echo "0 65536" > /proc/sys/net/ipv4/ping_group_range
+echo '0 2147483647' > /proc/sys/net/ipv4/ping_group_range
# Read environment variables passed to the kernel to determine if script is
# running on builder and to find which test to run.