-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:
parent
769e08fca4
commit
7fd329602e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user