From a10842730f3d88f78ea00ec3f912bfd1a412b584 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 5 Mar 2008 13:49:25 -0800 Subject: Fix syntax checking for queue-limit Bugfix: 2937 Enforce queue limit > 1 --- templates/qos-policy/fair-queue/node.tag/queue-limit/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/qos-policy/fair-queue/node.tag/queue-limit/node.def b/templates/qos-policy/fair-queue/node.tag/queue-limit/node.def index ffc739c..647c817 100644 --- a/templates/qos-policy/fair-queue/node.tag/queue-limit/node.def +++ b/templates/qos-policy/fair-queue/node.tag/queue-limit/node.def @@ -1,3 +1,3 @@ type: u32 -syntax:expression: ($VAR(@) > 1) : "Queue limit must greater than 1" +syntax:expression: $VAR(@) > 1; "Queue limit must greater than 1" help: Maximum queue size (packets) -- cgit v1.2.3