diff options
author | Kim <UnicronNL@users.noreply.github.com> | 2017-05-18 12:49:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-18 12:49:05 +0200 |
commit | 371a82ff2a351f33188e3dec7fabb6d3dbb5ffb0 (patch) | |
tree | e97eab7732d68dc53ba754c6c246344ea7d76689 | |
parent | 888c927fc526b112da3b94d8edc73fa50a24988b (diff) | |
parent | 15bc62f01a3e1dbdc1ad6c45598fb091eea51ef7 (diff) | |
download | vyatta-cfg-quagga-371a82ff2a351f33188e3dec7fabb6d3dbb5ffb0.tar.gz vyatta-cfg-quagga-371a82ff2a351f33188e3dec7fabb6d3dbb5ffb0.zip |
Merge pull request #14 from DaKnOb/fix-typo
Fix Route Metric Typo
-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" |