P4G_IPV6_SERVER_RANGE#

# set
<module-index>/<port-index> P4G_IPV6_SERVER_RANGE [<group_index>] <ipv6_address> <address_count> <start_port> <port_count>

# get
<module-index>/<port-index> P4G_IPV6_SERVER_RANGE [<group_index>] ?

Description#

Specifies the number of server sockets (IPv6 address, port number)

Actions#

set, get

Parameters#

ipv6_address: string, the start IPv6 address of the address range

address_count: integer, the number of IPv6 addresses

start_port: integer, the start port number of the port range

port_count: integer, the number of ports

Example#

# set
input:  0/1 P4G_IPV6_SERVER_RANGE [0] ::1 1 1 1
output: <OK>

# get
input:  0/1 P4G_IPV6_SERVER_RANGE [0] ?
output: 0/1 P4G_IPV6_SERVER_RANGE [0] ::1 1 1 1