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