summaryrefslogtreecommitdiff
path: root/templates/policy/access-list/node.def
blob: de8ec16ec6a0703ad8911b7c79cd5dd0e168d2d2 (plain)
1
2
3
4
5
6
7
8
9
10
tag:
type: u32
help: IP access list number 
syntax:expression: ($VAR(@) >= 1 && $VAR(@) <= 199) || ($VAR(@) >= 1300 && $VAR(@) <= 2699); \
"Access list number must be \n \
  <1-99>       IP standard access list \n \
  <100-199>    IP extended access list \n \
  <1300-1999>  IP standard access list (expanded range) \n \
  <2000-2699>  IP extended access list (expanded range) \n "
end:expression: "/opt/vyatta/sbin/vyatta-policy.pl --update-access-list $VAR(@)"