838. [port] UnixWare 7.1.1 is now suported by

bin/tests/system/ifconfig.sh.
This commit is contained in:
Mark Andrews
2001-05-24 23:55:48 +00:00
parent 534253444e
commit 761a21dfab
2 changed files with 9 additions and 1 deletions

View File

@@ -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.28 2001/03/16 21:44:35 bwelling Exp $
# $Id: ifconfig.sh,v 1.29 2001/05/24 23:55:48 marka Exp $
#
# Set up interface aliases for bind9 system tests.
@@ -53,6 +53,9 @@ case "$1" in
*-unknown-freebsdelf4.*)
ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff
;;
*-UnixWare7.1.1*)
ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff
;;
*-unknown-netbsd*)
ifconfig lo0 10.53.0.$ns alias netmask 255.255.255.0
;;
@@ -110,6 +113,9 @@ case "$1" in
*-sgi-irix6.*)
ifconfig lo0 -alias 10.53.0.$ns
;;
*-UnixWare7.1.1*)
ifconfig lo0 -alias 10.53.0.$ns
;;
*-ibm-aix4.*)
ifconfig lo0 delete 10.53.0.$ns
;;