-Only enable ipv6 in esxi 4.1.0 for now

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7144 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-08-19 13:18:23 +00:00
parent 769e08fca4
commit 7fd329602e

View File

@ -1,8 +1,8 @@
#!/bin/sh
retval=${SUCCESS}
Exec esxcfg-advcfg -S 1 -U IPv6ConfigSet
Exec esxcfg-module -s "ipv6=1" tcpip3
if [ `uname -r` == '4.1.0' ]; then
Exec esxcfg-advcfg -S 1 -U IPv6ConfigSet
Exec esxcfg-module -s "ipv6=1" tcpip3
fi
return $retval