PF_STRING#

code: 217

# set
<module-index>/<port-index> PF_STRING [<filter_index>] <string_name>

# get
<module-index>/<port-index> PF_STRING [<filter_index>] ?

Description#

The string representation of a filter.

Actions#

set, get

Parameters#

  1. string_name: string, the string representation of the filter

Example#

# set
input:  0/1 PF_STRING [0] "a string"
output: <OK>

# get
input:  0/1 PF_STRING [0] ?
output: 0/1 PF_STRING [0] "a string"