9 lines
111 B
Plaintext
9 lines
111 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
retval=${SUCCESS}
|
||
|
|
||
|
|
||
|
Exec esxcfg-advcfg -S 1 -U IPv6ConfigSet
|
||
|
Exec esxcfg-module -s "ipv6=1" tcpip3
|
||
|
|