summaryrefslogtreecommitdiff
path: root/templates/policy/access-list6/node.def
blob: 7ddb65ac9e3026c8f3f674e1801eca2e0efb2037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
tag:
type: txt
help: IPv6 access-list filter
val_help: Name of IPv6 access-list

syntax:expression: pattern $VAR(@) "^[[:graph:]]{1,64}$" ; \
                   "access-list name must be 64 characters or less"
syntax:expression: pattern $VAR(@) "^[^-]" ; \
                   "access-list name cannot start with \"-\""
syntax:expression: pattern $VAR(@) "^[^|;&$<>]*$" ; \
                   "access-list name cannot contain shell punctuation"

end: /opt/vyatta/sbin/vyatta-policy.pl --update-access-list6 "$VAR(@)"