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:
@@ -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
|
||||
|
Reference in New Issue
Block a user