summaryrefslogtreecommitdiff
path: root/interface-templates/ip/ospf/cost
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-20 10:04:41 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-20 10:04:41 -0700
commitd3366af025f4698801c0a51cdd9bbb88fea83ea0 (patch)
tree1c024f0880aef57c54a465e1f814037560dfecbd /interface-templates/ip/ospf/cost
parent00dce23d0a216a5f2c1a20dd21aec66d954d6963 (diff)
downloadvyatta-cfg-quagga-d3366af025f4698801c0a51cdd9bbb88fea83ea0.tar.gz
vyatta-cfg-quagga-d3366af025f4698801c0a51cdd9bbb88fea83ea0.zip
Convert interface templates to use val_help:
Diffstat (limited to 'interface-templates/ip/ospf/cost')
-rw-r--r--interface-templates/ip/ospf/cost/node.def6
1 files changed, 3 insertions, 3 deletions
diff --git a/interface-templates/ip/ospf/cost/node.def b/interface-templates/ip/ospf/cost/node.def
index b5a1baed..fd6d125a 100644
--- a/interface-templates/ip/ospf/cost/node.def
+++ b/interface-templates/ip/ospf/cost/node.def
@@ -1,11 +1,11 @@
type: u32
-help: Set interface cost
+help: Interface cost
syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 65535; "Must be between 1-65535"
+val_help: u32:1-65535; OSPF interface cost
+
update:vtysh -c "configure terminal" \
-c "interface $IFNAME" \
-c "ip ospf cost $VAR(@)"
delete:vtysh -c "configure terminal" \
-c "interface $IFNAME" \
-c "no ip ospf cost"
-comp_help: possible completions:
- <1-65535> Set Cost