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