From c3b741cbf4cf9951dd2b2e50733851b6a4385f09 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Tue, 8 Apr 2008 13:03:16 -0700 Subject: Fix 3130: "set protocols ospf compatible rfc1583" or " set protocols ospf parameters rfc1583-compatibility" needs to be removed --- templates/protocols/ospf/capability/node.def | 1 - templates/protocols/ospf/capability/opaque/node.def | 5 ----- templates/protocols/ospf/compatible/node.def | 1 - templates/protocols/ospf/compatible/rfc1583/node.def | 7 ------- 4 files changed, 14 deletions(-) delete mode 100644 templates/protocols/ospf/capability/node.def delete mode 100644 templates/protocols/ospf/capability/opaque/node.def delete mode 100644 templates/protocols/ospf/compatible/node.def delete mode 100644 templates/protocols/ospf/compatible/rfc1583/node.def (limited to 'templates') 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\"; " -- cgit v1.2.3