From b76b37c0752c6f4845ddb4e780f6933a711ee0ac Mon Sep 17 00:00:00 2001
From: Stephen Hemminger <stephen.hemminger@vyatta.com>
Date: Thu, 29 Jul 2010 17:22:45 -0700
Subject: Allow class 1 for round-robin (cherry picked from commit
 ad3d4ae244558ee0377ef600ece482f22048ff03)

---
 templates/traffic-policy/round-robin/node.tag/class/node.def | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/traffic-policy/round-robin/node.tag/class/node.def b/templates/traffic-policy/round-robin/node.tag/class/node.def
index 928453f..1e9ae0b 100644
--- a/templates/traffic-policy/round-robin/node.tag/class/node.def
+++ b/templates/traffic-policy/round-robin/node.tag/class/node.def
@@ -1,6 +1,6 @@
 tag:
 type: u32
 help: Class handle
-syntax:expression: $VAR(@) > 1 && $VAR(@) <= 4095; \
-                  "Class identifier must be between 3 and 4095"
+syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 4095; \
+                  "Class identifier must be between 1 and 4095"
 val_help: u32:1-4095; Class identifier
-- 
cgit v1.2.3