summaryrefslogtreecommitdiff
path: root/main/openvpn/tests
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2014-04-23 12:20:12 +0200
committerArne Schwabe <arne@rfc2549.org>2014-04-23 12:20:12 +0200
commitc69ba1780496c260a1b4498596bae428e0df232d (patch)
treeecdea238a5e31b9b3dd0432dc50677758d329a69 /main/openvpn/tests
parente436c963f0976b885a7db04681344779e26dd3b5 (diff)
Update openvpn code
Diffstat (limited to 'main/openvpn/tests')
-rwxr-xr-xmain/openvpn/tests/t_client.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/openvpn/tests/t_client.sh.in b/main/openvpn/tests/t_client.sh.in
index 6c9de6c3..52c5ed1a 100755
--- a/main/openvpn/tests/t_client.sh.in
+++ b/main/openvpn/tests/t_client.sh.in
@@ -103,7 +103,7 @@ get_ifconfig_route()
echo "-- linux iproute2 --"
@IPROUTE@ addr show | grep -v valid_lft
@IPROUTE@ route show
- @IPROUTE@ -o -6 route show | grep -v ' cache' | sed -E -e 's/ expires [0-9]*sec//' -e 's/ (mtu|hoplimit|cwnd) [0-9]+//g' -e 's/ (rtt|rttvar) [0-9]+ms//g'
+ @IPROUTE@ -o -6 route show | grep -v ' cache' | sed -E -e 's/ expires [0-9]*sec//' -e 's/ (mtu|hoplimit|cwnd|ssthresh) [0-9]+//g' -e 's/ (rtt|rttvar) [0-9]+ms//g'
return
fi