summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@vyatta.com>2008-04-08 13:03:16 -0700
committerStig Thormodsrud <stig@vyatta.com>2008-04-08 13:03:16 -0700
commitc3b741cbf4cf9951dd2b2e50733851b6a4385f09 (patch)
treea91b214492c144820cd6fa2aafc6ac10b039cc76 /templates
parente742bfc51801378309d96aaae6366c2602a571fe (diff)
downloadvyatta-cfg-quagga-c3b741cbf4cf9951dd2b2e50733851b6a4385f09.tar.gz
vyatta-cfg-quagga-c3b741cbf4cf9951dd2b2e50733851b6a4385f09.zip
Fix 3130: "set protocols ospf compatible rfc1583" or " set protocols ospf parameters
rfc1583-compatibility" needs to be removed
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\"; "