summaryrefslogtreecommitdiff
path: root/templates/firewall/ipv6-name/node.def
blob: 609132c8096fe64b19c1504f0949dc6dd53a7fc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
tag:

type: txt

syntax:expression: exec "			                  \
        if [ `echo -n '$VAR(@)' | wc -c` -gt 29 ]; then         \
          echo  firewall ipv6-name must be 29 characters or less; \
          exit 1 ;                                                \
        fi ; "

syntax:expression: pattern $VAR(@) "^[^-]" ; "Firewall rule set name cannot start with \"-\""

syntax:expression: pattern $VAR(@) "^[^;]*$" ; "Firewall rule set name cannot contain ';'"

help: Set IPv6 firewall rule set name