From 3422a4ab9ca22d5f43efae457fc2c5f0a1478e98 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 7 Mar 2008 09:30:01 -0800 Subject: syntax fix for fair-queue/queue-limit Bugfix: 2939 Add needed space for template. --- templates/qos-policy/fair-queue/node.tag/queue-limit/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/qos-policy/fair-queue') 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 647c817..0d9902b 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