mirror of
https://github.com/OpenVPN/openvpn.git
synced 2025-05-09 05:31:05 +08:00
Minor t_client.sh cleanups
- remove built tests/t_client.sh script on "make clean" - ignore Linux iproute2 "ssthresh <n>" output that sometimes shows up in "ip -6 route show" and breaks before/after comparison Signed-off-by: Gert Doering <gert@greenie.muc.de> Acked-by: Arne Schwabe <arne@rfc2549.org> Message-Id: <1398019261-30180-1-git-send-email-gert@greenie.muc.de> URL: http://article.gmane.org/gmane.network.openvpn.devel/8557
This commit is contained in:
parent
6b8e2f4a81
commit
1e3a1786a8
@ -41,7 +41,7 @@ MAINTAINERCLEANFILES = \
|
||||
$(srcdir)/config.guess $(srcdir)/config.sub
|
||||
|
||||
CLEANFILES = \
|
||||
config-version.h
|
||||
config-version.h tests/t_client.sh
|
||||
|
||||
EXTRA_DIST = \
|
||||
contrib \
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user