From 15bc62f01a3e1dbdc1ad6c45598fb091eea51ef7 Mon Sep 17 00:00:00 2001 From: DaKnOb Date: Thu, 18 May 2017 01:55:06 +0300 Subject: Fix Route Metric Typo --- templates/policy/route-map/node.tag/rule/node.tag/match/metric/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/policy/route-map/node.tag/rule/node.tag/match/metric/node.def b/templates/policy/route-map/node.tag/rule/node.tag/match/metric/node.def index 7f99c2c7..fd14bb6f 100644 --- a/templates/policy/route-map/node.tag/rule/node.tag/match/metric/node.def +++ b/templates/policy/route-map/node.tag/rule/node.tag/match/metric/node.def @@ -1,6 +1,6 @@ type: u32 help: Metric of route to match -val_help: u32:1-65535; Rrute metric +val_help: u32:1-65535; Route metric syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 65535; "metric must be between 1 and 65535" commit:expression: $VAR(../../action/) != ""; "you must specify an action" -- cgit v1.2.3