summaryrefslogtreecommitdiff
path: root/templates/policy/access-list/node.def
blob: b97eb0a63828f11c68f2f2dfa40fc5d6ac9bdf51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
tag:
type: u32
help: "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 "
syntax: ($(@) >= 1 && $(@) <= 199) || ($(@) >= 1300 && $(@) <= 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: "/opt/vyatta/sbin/vyatta_policy.pl --update-access-list $(@)"