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/compatible/rfc1583/node.def | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'templates/protocols/ospf/compatible/rfc1583') diff --git a/templates/protocols/ospf/compatible/rfc1583/node.def b/templates/protocols/ospf/compatible/rfc1583/node.def index 1d12f741..e8145fb2 100644 --- a/templates/protocols/ospf/compatible/rfc1583/node.def +++ b/templates/protocols/ospf/compatible/rfc1583/node.def @@ -1,5 +1,7 @@ help: compatible with RFC 1583 -create:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router ospf\" \ - -c \"compatible rfc1583\"; " -delete:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router ospf\" \ - -c \"no compatible rfc1583\"; " +create:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \ + -c \"router ospf\" \ + -c \"compatible rfc1583\"; " +delete:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \ + -c \"router ospf\" \ + -c \"no compatible rfc1583\"; " -- cgit v1.2.3