added system tests
This commit is contained in:
9
bin/tests/system/ifconfig.sh
Normal file
9
bin/tests/system/ifconfig.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Set up interface aliases for bind9 system tests.
|
||||
#
|
||||
|
||||
for ns in 1 2 3 4
|
||||
do
|
||||
ifconfig lo0 10.53.0.$ns alias
|
||||
done
|
||||
Reference in New Issue
Block a user