summaryrefslogtreecommitdiff
path: root/templates/protocols/bgp/disable
diff options
context:
space:
mode:
authorslioch <slioch@eng-140.vyatta.com>2009-02-19 16:57:33 -0800
committerslioch <slioch@eng-140.vyatta.com>2009-02-19 16:57:33 -0800
commita5f6345aa9876560a1ccbfca1313fdd05e7ea752 (patch)
tree8cb04510ee549927a6097785bb7a14b068e25148 /templates/protocols/bgp/disable
parent2e3fcceeb92aad18ba5eb62fb2403ce035493d12 (diff)
downloadvyatta-cfg-quagga-a5f6345aa9876560a1ccbfca1313fdd05e7ea752.tar.gz
vyatta-cfg-quagga-a5f6345aa9876560a1ccbfca1313fdd05e7ea752.zip
changes to support bgp start/stop
Diffstat (limited to 'templates/protocols/bgp/disable')
-rw-r--r--templates/protocols/bgp/disable/node.def12
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/protocols/bgp/disable/node.def b/templates/protocols/bgp/disable/node.def
deleted file mode 100644
index 2795453f..00000000
--- a/templates/protocols/bgp/disable/node.def
+++ /dev/null
@@ -1,12 +0,0 @@
-type: bool
-help: Disable BGP daemon
-default: false
-update: if [ $VAR(@) == "true" ];
- then sudo ${vyatta_sbindir}/vyatta-protocol stop bgpd
- else sudo ${vyatta_sbindir}/vyatta-protocol start bgpd
- fi
-possible completions:
- true Stop BGP daemon
- false Start BGP daemon
-
-allowed: echo "true false"