From 8d008f9f2cbbd80a54d30e94c1b7daa3d1c172f7 Mon Sep 17 00:00:00 2001 From: Robert Bays Date: Fri, 14 Mar 2008 14:39:39 -0700 Subject: fix for bug 2800 --- templates/policy/access-list/node.def | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'templates/policy/access-list') 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 \ -- cgit v1.2.3