diff options
author | Robert Bays <rbays@moresby.vyatta.com> | 2008-03-14 14:39:39 -0700 |
---|---|---|
committer | Robert Bays <rbays@moresby.vyatta.com> | 2008-03-14 14:39:39 -0700 |
commit | 8d008f9f2cbbd80a54d30e94c1b7daa3d1c172f7 (patch) | |
tree | 2423b5a6544fb1580b731364e71a908c958fad1a /templates/policy/access-list/node.def | |
parent | e25ca7876ca5fd62d8f03cb21020f3d263653201 (diff) | |
download | vyatta-cfg-quagga-8d008f9f2cbbd80a54d30e94c1b7daa3d1c172f7.tar.gz vyatta-cfg-quagga-8d008f9f2cbbd80a54d30e94c1b7daa3d1c172f7.zip |
fix for bug 2800
Diffstat (limited to 'templates/policy/access-list/node.def')
-rw-r--r-- | templates/policy/access-list/node.def | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/policy/access-list/node.def b/templates/policy/access-list/node.def index a6f1b05a..de8ec16e 100644 --- a/templates/policy/access-list/node.def +++ b/templates/policy/access-list/node.def @@ -1,10 +1,6 @@ tag: type: u32 -help: Access list number must be - <1-99> IP standard access list - <100-199> IP extended access list - <1300-1999> IP standard access list (expanded range) - <2000-2699> IP extended access list (expanded range) +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 \ |