summaryrefslogtreecommitdiff
path: root/templates/policy/access-list6/node.def
blob: c9323c70402ee0d6cab800e3d7102508f6ef26ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
tag:
priority: 470
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(@)"