summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/protocols/ospf/capability/node.def1
-rw-r--r--templates/protocols/ospf/capability/opaque/node.def5
-rw-r--r--templates/protocols/ospf/compatible/node.def1
-rw-r--r--templates/protocols/ospf/compatible/rfc1583/node.def7
4 files changed, 0 insertions, 14 deletions
diff --git a/templates/protocols/ospf/capability/node.def b/templates/protocols/ospf/capability/node.def
deleted file mode 100644
index 089d322e..00000000
--- a/templates/protocols/ospf/capability/node.def
+++ /dev/null
@@ -1 +0,0 @@
-help: Enable specific OSPF feature
diff --git a/templates/protocols/ospf/capability/opaque/node.def b/templates/protocols/ospf/capability/opaque/node.def
deleted file mode 100644
index da95642a..00000000
--- a/templates/protocols/ospf/capability/opaque/node.def
+++ /dev/null
@@ -1,5 +0,0 @@
-help: Opaque LSA
-create:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \
- -c \"router ospf\" -c \"capability opaque\"; "
-delete:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \
- -c \"router ospf\" -c \"no capability opaque\"; "
diff --git a/templates/protocols/ospf/compatible/node.def b/templates/protocols/ospf/compatible/node.def
deleted file mode 100644
index a92c9f0e..00000000
--- a/templates/protocols/ospf/compatible/node.def
+++ /dev/null
@@ -1 +0,0 @@
-help: OSPF compatibility list
diff --git a/templates/protocols/ospf/compatible/rfc1583/node.def b/templates/protocols/ospf/compatible/rfc1583/node.def
deleted file mode 100644
index e8145fb2..00000000
--- a/templates/protocols/ospf/compatible/rfc1583/node.def
+++ /dev/null
@@ -1,7 +0,0 @@
-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\"; "