summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@io.vyatta.com>2009-02-26 08:02:30 -0800
committerStig Thormodsrud <stig@io.vyatta.com>2009-02-26 08:02:30 -0800
commit0519ca0bad41c9c928470d61feb4f1bf89011a75 (patch)
tree93ea7e853ea52ce64b2074fc7c4106fb5d598864 /templates
parent068853566c433d230b731c53a2363d569096f4b7 (diff)
downloadvyatta-cfg-quagga-0519ca0bad41c9c928470d61feb4f1bf89011a75.tar.gz
vyatta-cfg-quagga-0519ca0bad41c9c928470d61feb4f1bf89011a75.zip
Add missing quote around quagga command.
Diffstat (limited to 'templates')
-rw-r--r--templates/protocols/ospfv3/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/ospfv3/node.def b/templates/protocols/ospfv3/node.def
index 3cdcd17e..e144e962 100644
--- a/templates/protocols/ospfv3/node.def
+++ b/templates/protocols/ospfv3/node.def
@@ -1,5 +1,5 @@
help: Configure IPv6 Open Shortest Path First protocol (OSPFv3) parameters
create: sudo /opt/vyatta/sbin/quagga-manager start ospf6d
- vyatta-vtysh -c configure terminal" -c "router ospf6"
+ vyatta-vtysh -c "configure terminal" -c "router ospf6"
delete:vyatta-vtysh -c "configure terminal" -c "no router ospf6"
end: sudo /opt/vyatta/sbin/quagga-manager update