From 2ecf7f63a01ca8a96d76f7d2d4de0fa37f3e3fab Mon Sep 17 00:00:00 2001 From: Olafur Gudmundsson Date: Wed, 27 Sep 2000 14:52:22 +0000 Subject: [PATCH] Updated README to reflect tested versions off FreeBSD Updated ifconfig.sh to allow testing on a 10/8 network on Solaris-7 and Freebsd-[34] without broadcast conficts. No user visable changes. --- README | 2 +- bin/tests/system/ifconfig.sh | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README b/README index 6dee19c947..de1b0f4426 100644 --- a/README +++ b/README @@ -63,7 +63,7 @@ Building AIX 4.3 COMPAQ Tru64 UNIX 4.0D COMPAQ Tru64 UNIX 5 (with IPv6 EAK) - FreeBSD 3.4-STABLE + FreeBSD 3.4-STABLE, 3.5, 4.0, 4.1 HP-UX 11 IRIX64 6.5 NetBSD-current (with unproven-pthreads-0.17) diff --git a/bin/tests/system/ifconfig.sh b/bin/tests/system/ifconfig.sh index d224d15b56..31bd24755e 100644 --- a/bin/tests/system/ifconfig.sh +++ b/bin/tests/system/ifconfig.sh @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: ifconfig.sh,v 1.23 2000/09/26 16:30:53 gson Exp $ +# $Id: ifconfig.sh,v 1.24 2000/09/27 14:52:22 ogud Exp $ # # Set up interface aliases for bind9 system tests. @@ -38,7 +38,7 @@ case "$1" in do case "$sys" in *-sun-solaris2.[6-7]) - ifconfig lo0:$ns 10.53.0.$ns up + ifconfig lo0:$ns 10.53.0.$ns netmask 0xffffffff up ;; *-sun-solaris2.8) ifconfig lo0:$ns plumb @@ -47,10 +47,10 @@ case "$1" in *-pc-linux-gnu) ifconfig lo:$ns 10.53.0.$ns up netmask 255.255.255.0 ;; - *-unknown-freebsdelf3.4) - ifconfig lo0 10.53.0.$ns alias + *-unknown-freebsdelf3.[45]) + ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff ;; - *-unknown-freebsdelf4.0) + *-unknown-freebsdelf4.*) ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff ;; *-unknown-netbsd*) @@ -91,10 +91,10 @@ case "$1" in *-pc-linux-gnu) ifconfig lo:$ns 10.53.0.$ns down ;; - *-unknown-freebsdelf3.4) + *-unknown-freebsdelf3.[45]) ifconfig lo0 10.53.0.$ns delete ;; - *-unknown-freebsdelf4.0) + *-unknown-freebsdelf4.*) ifconfig lo0 10.53.0.$ns delete ;; *-unknown-netbsd*)