diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-07-23 01:51:47 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-07-23 01:51:47 +0200 |
commit | a42b3f2e54971e1325666720e235ce1e17ed8cae (patch) | |
tree | f850a73ad93c392b2b8561636b08e07f2262f78c /main/openvpn/tests/t_client.sh.in | |
parent | b5bf37d1e2ff5968f748d1d756e37e46eb572ffd (diff) |
Updaten OpenVPN master
--HG--
extra : rebase_source : 7937a60e9172279fce1c3cf37371a7e74caf7f31
Diffstat (limited to 'main/openvpn/tests/t_client.sh.in')
-rwxr-xr-x | main/openvpn/tests/t_client.sh.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/main/openvpn/tests/t_client.sh.in b/main/openvpn/tests/t_client.sh.in index 52c5ed1a..d4f7c4ab 100755 --- a/main/openvpn/tests/t_client.sh.in +++ b/main/openvpn/tests/t_client.sh.in @@ -134,6 +134,12 @@ get_ifconfig_route() @NETSTAT@ -rn | awk '$3 !~ /^UHL/ { print $1,$2,$3,$6 }' return ;; + AIX) + echo "-- AIX --" + @IFCONFIG@ -a | egrep "(flags=|inet)" + @NETSTAT@ -rn | awk '$3 !~ /^UHL/ { print $1,$2,$3,$6 }' + return + ;; esac echo "get_ifconfig_route(): no idea how to get info on your OS. FAIL." >&2 |