diff options
Diffstat (limited to 'templates/traffic-policy')
-rw-r--r-- | templates/traffic-policy/round-robin/node.tag/class/node.def | 4 |
1 files 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 |