diff options
Diffstat (limited to 'templates/protocols/ospf/auto-cost')
-rw-r--r-- | templates/protocols/ospf/auto-cost/node.def | 2 | ||||
-rw-r--r-- | templates/protocols/ospf/auto-cost/reference-bandwidth/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/protocols/ospf/auto-cost/node.def b/templates/protocols/ospf/auto-cost/node.def index 5ea6ce6f..f7f8dc23 100644 --- a/templates/protocols/ospf/auto-cost/node.def +++ b/templates/protocols/ospf/auto-cost/node.def @@ -1 +1 @@ -help: Calculate OSPF interface cost according to bandwidth +help: Set to calculate OSPF interface cost according to bandwidth diff --git a/templates/protocols/ospf/auto-cost/reference-bandwidth/node.def b/templates/protocols/ospf/auto-cost/reference-bandwidth/node.def index 9896730d..24413a11 100644 --- a/templates/protocols/ospf/auto-cost/reference-bandwidth/node.def +++ b/templates/protocols/ospf/auto-cost/reference-bandwidth/node.def @@ -1,5 +1,5 @@ type: u32 -help: Use reference bandwidth method to assign OSPF cost +help: Set to use reference bandwidth method to assign OSPF cost default: 100 syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 4294967; \ "Must be between 1-4294967" |