From bbe11c30bad5707503e246c4c28a851df347c736 Mon Sep 17 00:00:00 2001 From: Robert Bays Date: Wed, 5 Sep 2012 15:34:20 -0700 Subject: reserve tables for future use --- templates/protocols/static/table/node.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/protocols/static/table') diff --git a/templates/protocols/static/table/node.def b/templates/protocols/static/table/node.def index 3f639363..86ec8a44 100644 --- a/templates/protocols/static/table/node.def +++ b/templates/protocols/static/table/node.def @@ -1,5 +1,5 @@ tag: type: u32 help: Policy route table number -syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 250; "Must be between (1-250)" -val_help: u32:1-250; Policy route table number +syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 200; "Must be between (1-200)" +val_help: u32:1-200; Policy route table number -- cgit v1.2.3