support AIX

This commit is contained in:
Andreas Gustafsson
2000-06-12 22:45:43 +00:00
parent 2525055c90
commit 0431c9d4d1

View File

@@ -58,7 +58,10 @@ case "$1" in
ifconfig lo0 add 10.53.0.$ns
;;
*-sgi-irix6.*)
/usr/etc/ifconfig lo0 alias 10.53.0.$ns
ifconfig lo0 alias 10.53.0.$ns
;;
*-ibm-aix4.*)
ifconfig lo0 alias 10.53.0.$ns
;;
*)
echo "Don't know how to set up interface. Giving up."
@@ -99,6 +102,9 @@ case "$1" in
*-sgi-irix6.*)
ifconfig lo0 -alias 10.53.0.$ns
;;
*-ibm-aix4.*)
ifconfig lo0 delete 10.53.0.$ns
;;
*)
echo "Don't know how to destroy interface. Giving up."
exit 1