blob: 86fd6ccac809de6244ed7cb770dc9b0c47653ac0 (
plain)
1
2
3
4
5
6
7
|
type: u32
default: 10161
help: Defines the port for tsm.
val_help: u32:1-65535; Numeric IP port
syntax:expression: $VAR(@) > 0 && $VAR(@) <= 65535 ; \
"Port number must be in range 1 to 65535"
|