PL_INDICES#

code: 207

# set
<module-index>/<port-index> PL_INDICES <length_term_xindices>

# get
<module-index>/<port-index> PL_INDICES ?

Description#

The full list of which length terms are defined for a port. These are the sub- index values that are used for the parameters defining the length-based matching of packets received for the port. Setting the value of this parameter creates a new empty length term for each value that is not already in use, and deletes each length term that is not mentioned in the list. The same can be accomplished one- length-term-at-a-time using the PL_CREATE and PL_DELETE commands.

Actions#

set, get

Parameters#

  1. length_term_xindices: integer list, the list of indices of length terms to be created on a port.

Example#

# set
input:  0/1 PL_INDICES 0 1
output: <OK>

# get
input:  0/1 PL_INDICES ?
output: 0/1 PL_INDICES 0 1