Signed-off-by: Alexey Kodanev <alexey.koda...@oracle.com> --- testscripts/network.sh | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/testscripts/network.sh b/testscripts/network.sh index 01733e9..426e732 100755 --- a/testscripts/network.sh +++ b/testscripts/network.sh @@ -49,6 +49,10 @@ export LHOST_IPV6_REV=${LHOST_IPV6_REV:-"2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0"} # Reverse host portion of the IPv6 address of the remote host export RHOST_IPV6_REV=${RHOST_IPV6_REV:-"1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0"} +# Define the networks that aren't reachable through the test links +IPV4_NET16_UNUSED=${IPV4_NET16_UNUSED:-"10.23"} +IPV6_NET32_UNUSED=${IPV6_NET32_UNUSED:-"fd00:23"} + export HTTP_DOWNLOAD_DIR=${HTTP_DOWNLOAD_DIR:-"/var/www/html"} export FTP_DOWNLOAD_DIR=${FTP_DOWNLOAD_DIR:-"/var/ftp"} export FTP_UPLOAD_DIR=${FTP_UPLOAD_DIR:-"/var/ftp/pub"} -- 1.7.1 ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list