-Try to do DHCPV6 and V4 by default

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7152 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-08-19 16:02:04 +00:00
parent e43e735b8f
commit 751b49dc62

View File

@ -12,7 +12,7 @@ if [ ! -z "$MACADDR" ]; then
esxcfg-vswitch -a vSwitch0:64
esxcfg-vswitch -A "Management Network" vSwitch0
esxcfg-vswitch -L $NIC vSwitch0
esxcfg-vmknic -a -i DHCP -P -p "Management Network"
esxcfg-vmknic -a -i DHCP -i DHCPV6 -P -p "Management Network"
esxcfg-init -R $MACADDR -K vmk0
fi