HW addresses must be predefined

This commit is contained in:
Andreas Steffen 2006-10-06 07:32:02 +00:00
parent 092d2e1b1b
commit dc48763940

View File

@ -154,16 +154,16 @@ IFCONFIG_2="10.2.0.254 netmask 255.255.0.0"
##############################################################
# Network interfaces of the UML instances
#
SWITCH_alice="eth0=daemon,,unix,/tmp/umlswitch1"
SWITCH_venus="eth0=daemon,,unix,/tmp/umlswitch1"
SWITCH_moon="eth0=daemon,,unix,/tmp/umlswitch0 \
eth1=daemon,,unix,/tmp/umlswitch1"
SWITCH_carol="eth0=daemon,,unix,/tmp/umlswitch0"
SWITCH_winnetou="eth0=daemon,,unix,/tmp/umlswitch0"
SWITCH_dave="eth0=daemon,,unix,/tmp/umlswitch0"
SWITCH_sun="eth0=daemon,,unix,/tmp/umlswitch0 \
eth1=daemon,,unix,/tmp/umlswitch2"
SWITCH_bob="eth0=daemon,,unix,/tmp/umlswitch2"
SWITCH_alice="eth0=daemon,fe:fd:0a:01:00:0a,unix,/tmp/umlswitch1"
SWITCH_venus="eth0=daemon,fe:fd:0a:01:00:14,unix,/tmp/umlswitch1"
SWITCH_moon="eth0=daemon,fe:fd:c0:a8:00:01,unix,/tmp/umlswitch0 \
eth1=daemon,fe:fd:0a:01:00:01,unix,/tmp/umlswitch1"
SWITCH_carol="eth0=daemon,fe:fd:c0:a8:00:64,unix,/tmp/umlswitch0"
SWITCH_winnetou="eth0=daemon,fe:fd:c0:a8:00:96,unix,/tmp/umlswitch0"
SWITCH_dave="eth0=daemon,fe:fd:c0:a8:00:c8,unix,/tmp/umlswitch0"
SWITCH_sun="eth0=daemon,fe:fd:c0:a8:00:02,unix,/tmp/umlswitch0 \
eth1=daemon,fe:fd:0a:02:00:01,unix,/tmp/umlswitch2"
SWITCH_bob="eth0=daemon,fe:fd:0a:02:00:0a,unix,/tmp/umlswitch2"