diff options
Diffstat (limited to 'templates/protocols/rip/node.def')
-rw-r--r-- | templates/protocols/rip/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/protocols/rip/node.def b/templates/protocols/rip/node.def index 05cf72b1..161b883f 100644 --- a/templates/protocols/rip/node.def +++ b/templates/protocols/rip/node.def @@ -1,4 +1,4 @@ help: Configure Routing Information Protocol (RIP) parameters -create: sudo /opt/vyatta/sbin/quagga-manager start ripd - vyatta-vtysh -c "configure terminal" -c "router rip" +begin: sudo /opt/vyatta/sbin/quagga-manager start ripd +create: vyatta-vtysh -c "configure terminal" -c "router rip" delete: vyatta-vtysh -c "configure terminal" -c "no router rip" |