summaryrefslogtreecommitdiff
path: root/interface-templates/ipv6/ospfv3/hello-interval/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'interface-templates/ipv6/ospfv3/hello-interval/node.def')
-rw-r--r--interface-templates/ipv6/ospfv3/hello-interval/node.def10
1 files changed, 0 insertions, 10 deletions
diff --git a/interface-templates/ipv6/ospfv3/hello-interval/node.def b/interface-templates/ipv6/ospfv3/hello-interval/node.def
deleted file mode 100644
index f81ac5e4..00000000
--- a/interface-templates/ipv6/ospfv3/hello-interval/node.def
+++ /dev/null
@@ -1,10 +0,0 @@
-type: u32
-help: Interval between hello packets
-default: 10
-syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 65535; "Must be between 1-65535"
-val_help: u32:1-65535; Interval between OSPFv3 hello packets in seconds (default 10)
-
-update: vtysh -c "configure terminal" -c "interface $IFNAME" \
- -c "ipv6 ospf6 hello-interval $VAR(@)"
-delete: vtysh -c "configure terminal" -c "interface $IFNAME" \
- -c "ipv6 ospf6 hello-interval 10"