summaryrefslogtreecommitdiff
path: root/templates-cfg/system/conntrack/modules/sip/port/node.def
blob: b72f1ca2e05fc6115f4fe2857c4bc29a0f768b6e (plain)
1
2
3
4
5
6
7
8
multi:
type: u32

help: Port number that SIP traffic is carried on

val_help: u32:1-65535; SIP port number

syntax:expression: ($VAR(@) >= 1 && $VAR(@) <=65535) ; "Port number must be in range 1 to 65535"