Call for testing: OpenSSH 6.9
Tim Rice
tim at multitalents.net
Tue Jun 30 14:09:37 AEST 2015
On Tue, 30 Jun 2015, Damien Miller wrote:
| I think we should just disable the test if the host doesn't support IPv6.
|
| diff --git a/regress/cfgparse.sh b/regress/cfgparse.sh
| index 7f377d8..e19b4d0 100644
| --- a/regress/cfgparse.sh
| +++ b/regress/cfgparse.sh
| @@ -3,6 +3,12 @@
|
| tid="config parse"
|
| +# Possessing struct addrinfo is a reasonable proxy for IPv6 support.
| +if ! config_defined HAVE_STRUCT_ADDRINFO ; then
Did you mean HAVE_STRUCT_IN6_ADDR ?
| + echo "skipped (not supported on this platform)"
| + exit 0
| +fi
--
Tim Rice Multitalents
tim at multitalents.net
More information about the openssh-unix-dev
mailing list