summaryrefslogtreecommitdiff
path: root/interface-templates
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-05-28 11:18:51 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-05-28 11:18:51 -0700
commit178f53baacc24c319747679dd6c026739f0701ec (patch)
tree53c22b02f8e93a4382c17d2fd64407bd4a22f383 /interface-templates
parent6a0ab7100b8f0cd0ada310f8b7b8ec68603333ff (diff)
downloadvyatta-cfg-quagga-178f53baacc24c319747679dd6c026739f0701ec.tar.gz
vyatta-cfg-quagga-178f53baacc24c319747679dd6c026739f0701ec.zip
Manage OSPFv3 interface cost
Since OSPFv3 does not compute interface cost based on bandwidth in Quagga. Just use 1 as default. Bug 4179
Diffstat (limited to 'interface-templates')
-rw-r--r--interface-templates/ipv6/ospfv3/cost/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-templates/ipv6/ospfv3/cost/node.def b/interface-templates/ipv6/ospfv3/cost/node.def
index cee09b44..8640f859 100644
--- a/interface-templates/ipv6/ospfv3/cost/node.def
+++ b/interface-templates/ipv6/ospfv3/cost/node.def
@@ -1,7 +1,7 @@
type: u32
help: Set interface cost
+default: 1
syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 65535; "Must be between 1-65535"
update: vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" -c "ipv6 ospf6 cost $VAR(@)"
-delete: vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" -c "no ipv6 ospf6 cost"
comp_help: possible completions:
<1-65535> Set cost