summaryrefslogtreecommitdiff
path: root/templates/protocols/ripng/disable/node.def
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@io.vyatta.com>2009-02-19 14:15:15 -0800
committerStig Thormodsrud <stig@io.vyatta.com>2009-02-19 14:15:15 -0800
commit94f29c51c3f71f022071321970b11580d0b1f699 (patch)
treee57c21c2b42ab7634de615286de885d98ec01ff2 /templates/protocols/ripng/disable/node.def
parentc45f7b9f8daae3b96c76fac3363a507c22b9d9f3 (diff)
parent2e3fcceeb92aad18ba5eb62fb2403ce035493d12 (diff)
downloadvyatta-cfg-quagga-94f29c51c3f71f022071321970b11580d0b1f699.tar.gz
vyatta-cfg-quagga-94f29c51c3f71f022071321970b11580d0b1f699.zip
Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-quagga into jenner
Diffstat (limited to 'templates/protocols/ripng/disable/node.def')
-rw-r--r--templates/protocols/ripng/disable/node.def12
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/protocols/ripng/disable/node.def b/templates/protocols/ripng/disable/node.def
deleted file mode 100644
index d23c9c5f..00000000
--- a/templates/protocols/ripng/disable/node.def
+++ /dev/null
@@ -1,12 +0,0 @@
-type: bool
-help: Disable RIPng daemon
-default: false
-update: if [ $VAR(@) == "true" ];
- then sudo ${vyatta_sbindir}/vyatta-protocol stop ripngd
- else sudo ${vyatta_sbindir}/vyatta-protocol start ripngd
- fi
-possible completions:
- true Stop RIPng daemon
- false Start RIPng daemon
-
-allowed: echo "true false"