From 5205f4cd0d68a78c86fce6588f9c276861bb9cdd Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 16 Feb 2009 15:25:14 -0800 Subject: Move daemon start to the disable node Need way to get daemons started before top level node. Really a hack because of the way priorities are managed on node hieararchy --- templates/protocols/ripng/disable/node.def | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/protocols/ripng/disable/node.def (limited to 'templates/protocols/ripng/disable') diff --git a/templates/protocols/ripng/disable/node.def b/templates/protocols/ripng/disable/node.def new file mode 100644 index 00000000..d23c9c5f --- /dev/null +++ b/templates/protocols/ripng/disable/node.def @@ -0,0 +1,12 @@ +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" -- cgit v1.2.3