diff options
Diffstat (limited to 'templates/protocols/ospf/node.def')
-rw-r--r-- | templates/protocols/ospf/node.def | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/protocols/ospf/node.def b/templates/protocols/ospf/node.def index 24cb31e8..e652deaa 100644 --- a/templates/protocols/ospf/node.def +++ b/templates/protocols/ospf/node.def @@ -1,3 +1,3 @@ -help: "Configure OSPF for IPv4" -create: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router ospf\" " -delete: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"no router ospf\" " +help: Configure OSPF for IPv4 +create:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router ospf\" " +delete:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"no router ospf\" " |