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