diff options
Diffstat (limited to 'interface-templates/ipv6/ospfv3/hello-interval')
-rw-r--r-- | interface-templates/ipv6/ospfv3/hello-interval/node.def | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/interface-templates/ipv6/ospfv3/hello-interval/node.def b/interface-templates/ipv6/ospfv3/hello-interval/node.def new file mode 100644 index 00000000..81a4d624 --- /dev/null +++ b/interface-templates/ipv6/ospfv3/hello-interval/node.def @@ -0,0 +1,10 @@ +type: u32 +help: Set interval between hello packets +default: 10 +syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 65535; "Must be between 1-65535" +update: vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" \ + -c "ipv6 ospf6 hello-interval $VAR(@)" +delete: vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" \ + -c "no ipv6 ospf6 hello-interval" +comp_help: possible completions: + <1-65535> Seconds (default 10) |