From 0f0f08bfc0c9e309f737840a566ab2e0e6e53248 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Wed, 5 Dec 2007 14:51:50 -0800 Subject: Rename "ospf ospf" to "ospf parameters" to be consistent with bgp. --- templates/protocols/ospf/parameters/rfc1583-compatibility/node.def | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/protocols/ospf/parameters/rfc1583-compatibility/node.def (limited to 'templates/protocols/ospf/parameters/rfc1583-compatibility') diff --git a/templates/protocols/ospf/parameters/rfc1583-compatibility/node.def b/templates/protocols/ospf/parameters/rfc1583-compatibility/node.def new file mode 100644 index 00000000..0eb018e9 --- /dev/null +++ b/templates/protocols/ospf/parameters/rfc1583-compatibility/node.def @@ -0,0 +1,5 @@ +help: "Enable rfc1583 criteria for handling AS external routes" +create: "/usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" \ + -c \"ospf rfc1583compatibility \"; " +delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" \ + -c \"no ospf rfc1583compatibility \"; " -- cgit v1.2.3