mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
tests: fixed explicit-ip check
This commit is contained in:
@@ -42,6 +42,7 @@ CPID=$!
|
||||
sleep 3
|
||||
grep "Established DTLS" $TMPFILE >/dev/null 2>&1
|
||||
if test $? != 0;then
|
||||
cat $TMPFILE
|
||||
rm -f $TMPFILE
|
||||
return 1
|
||||
fi
|
||||
|
||||
@@ -1 +1 @@
|
||||
explicit-ipv6 = fda9:4efe:7e3b:03ea::01
|
||||
explicit-ipv6 = fda9:4efe:7e3b:03ea::05
|
||||
|
||||
Reference in New Issue
Block a user