summaryrefslogtreecommitdiff
path: root/interface-templates/ipv6/ospfv3/instance-id
diff options
context:
space:
mode:
authorJon Andersson <Jon.Andersson@Thales.no>2009-08-14 08:04:51 +0200
committerStig Thormodsrud <stig@vyatta.com>2009-08-14 11:50:12 -0700
commit89ead0745fc7cd0599dce684d425acfab0034066 (patch)
tree72cd0d2c623f4dc6a1022b8828cf4cdbce7072d3 /interface-templates/ipv6/ospfv3/instance-id
parent7a7c7c4249e44a8d1904822108ac50a17570c4e8 (diff)
downloadvyatta-cfg-quagga-89ead0745fc7cd0599dce684d425acfab0034066.tar.gz
vyatta-cfg-quagga-89ead0745fc7cd0599dce684d425acfab0034066.zip
Reset to default value when deleted
Diffstat (limited to 'interface-templates/ipv6/ospfv3/instance-id')
-rw-r--r--interface-templates/ipv6/ospfv3/instance-id/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-templates/ipv6/ospfv3/instance-id/node.def b/interface-templates/ipv6/ospfv3/instance-id/node.def
index aab2ee2a..b2bb5bf6 100644
--- a/interface-templates/ipv6/ospfv3/instance-id/node.def
+++ b/interface-templates/ipv6/ospfv3/instance-id/node.def
@@ -3,6 +3,6 @@ help: Set instance-id for this interface
default: 0
syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 255; "Must be between 0-255"
update: vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" -c "ipv6 ospf6 instance-id $VAR(@)"
-delete: vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" -c "no ipv6 ospf6 instance-id"
+delete: vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" -c "ipv6 ospf6 instance-id 0"
comp_help: possible completions:
<0-255> Instance Id (default 0)