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/node.def | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'templates/protocols/ripng/node.def') diff --git a/templates/protocols/ripng/node.def b/templates/protocols/ripng/node.def index 73f86c92..61c30b01 100644 --- a/templates/protocols/ripng/node.def +++ b/templates/protocols/ripng/node.def @@ -1,5 +1,3 @@ help: Configure Routing Information Protocol (RIPng) parameters -create: sudo ${vyatta_sbindir}/vyatta-protocol start ripngd - vyatta-vtysh -c "configure terminal" -c "router ripng" +create: vyatta-vtysh -c "configure terminal" -c "router ripng" delete: vyatta-vtysh -c "configure terminal" -c "no router ripng" - sudo ${vyatta_sbindir}/vyatta-protocol stop ripngd -- cgit v1.2.3