ltm rule command SOCKS versionΒΆ

iRule(1)		      BIG-IP TMSH Manual		      iRule(1)



SOCKS::version
       This command gets the version of the SOCKS protocol.

SYNOPSIS
       SOCKS::version

DESCRIPTION
       This command gets the version of the SOCKS protocol, returning one of
       "4", "4A" or "5".

       Details (Syntax): SOCKS::version
	   Gets the version of the protocol.

RETURN VALUE
VALID DURING
       SOCKS_REQUEST

EXAMPLES
	when SOCKS_REQUEST {
	    log local0. "SOCKS is using version [SOCKS::version]"
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-11.5.0 --First introduced the command.



BIG-IP				  2017-01-31			      iRule(1)