From 53057a160296792e2c0f1151f42aac5fcba0c760 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Sat, 2 Feb 2008 15:55:30 -0800 Subject: Add some comp_help strings to ospf cli --- templates/protocols/ospf/mpls-te/enable/node.def | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'templates/protocols/ospf/mpls-te/enable') diff --git a/templates/protocols/ospf/mpls-te/enable/node.def b/templates/protocols/ospf/mpls-te/enable/node.def index c502bee8..2ab09a62 100644 --- a/templates/protocols/ospf/mpls-te/enable/node.def +++ b/templates/protocols/ospf/mpls-te/enable/node.def @@ -1,5 +1,7 @@ help: Enable the MPLS-TE functionality -create:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router ospf\" \ - -c \"mpls-te on\"; " -delete:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router ospf\" \ - -c \"no mpls-te\"; " +create:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \ + -c \"router ospf\" \ + -c \"mpls-te on\"; " +delete:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \ + -c \"router ospf\" \ + -c \"no mpls-te\"; " -- cgit v1.2.3