2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-02 11:37:07 +00:00
2010-08-19 13:18:23 +00:00

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