diff options
-rw-r--r-- | templates/policy/route-map/node.tag/rule/node.tag/match/metric/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
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" |