summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/compatible/rfc1583/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates/protocols/ospf/compatible/rfc1583/node.def')
-rw-r--r--templates/protocols/ospf/compatible/rfc1583/node.def10
1 files changed, 6 insertions, 4 deletions
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\"; "