***********************************************************************************************************
3.33.5	ipv6	: Set enable/disable node ipv6, Get node ipv6 information
	usage: java -jar GbtUtility-2.1.76.jar [options] rest ipv6 <get|put> ipv6Jsonfile<put only>

	Example:
	by Nodelist  : java -jar GbtUtility-2.1.76.jar rest ipv6 get
	by single IP : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest ipv6 put ipv6.json
	by scan IP   : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.150 rest ipv6 get
***********************************************************************************************************