7fd329602e
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7144 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
9 lines
170 B
Bash
9 lines
170 B
Bash
#!/bin/sh
|
|
retval=${SUCCESS}
|
|
if [ `uname -r` == '4.1.0' ]; then
|
|
Exec esxcfg-advcfg -S 1 -U IPv6ConfigSet
|
|
Exec esxcfg-module -s "ipv6=1" tcpip3
|
|
fi
|
|
return $retval
|
|
|