summaryrefslogtreecommitdiff
path: root/interface-templates/ipv6/ospfv3/retransmit-interval/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'interface-templates/ipv6/ospfv3/retransmit-interval/node.def')
-rw-r--r--interface-templates/ipv6/ospfv3/retransmit-interval/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-templates/ipv6/ospfv3/retransmit-interval/node.def b/interface-templates/ipv6/ospfv3/retransmit-interval/node.def
index 073294ac..d70dfdfb 100644
--- a/interface-templates/ipv6/ospfv3/retransmit-interval/node.def
+++ b/interface-templates/ipv6/ospfv3/retransmit-interval/node.def
@@ -5,6 +5,6 @@ syntax:expression: $VAR(@) >= 3 && $VAR(@) <= 65535; "Must be between 3-65535"
update: vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" \
-c "ipv6 ospf6 retransmit-interval $VAR(@)"
delete: vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" \
- -c "no ipv6 ospf6 retransmit-interval"
+ -c "ipv6 ospf6 retransmit-interval 5"
comp_help: possible completions:
<3-65535> Seconds (default 5)