2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

when bring up interfaces on Linux, set the netmask. This should probably

be done for all of the other OSes also.
This commit is contained in:
Brian Wellington
2000-09-22 23:15:55 +00:00
parent 3f123dcc2f
commit cde42c9189

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.21 2000/08/08 19:57:31 gson Exp $
# $Id: ifconfig.sh,v 1.22 2000/09/22 23:15:55 bwelling Exp $
#
# Set up interface aliases for bind9 system tests.
@@ -45,7 +45,7 @@ case "$1" in
ifconfig lo0:$ns 10.53.0.$ns up
;;
*-pc-linux-gnu)
ifconfig lo:$ns 10.53.0.$ns up
ifconfig lo:$ns 10.53.0.$ns up netmask 255.255.255.0
;;
*-unknown-freebsdelf3.4)
ifconfig lo0 10.53.0.$ns alias