From b83bab57ebbe9f295d517301ebd96402c836f25e Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Sat, 10 Nov 2007 19:58:46 -0800 Subject: Add more OSPF configuration. --- templates/protocols/ospf/rfc1583-compatibility/node.def | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/protocols/ospf/rfc1583-compatibility/node.def (limited to 'templates/protocols/ospf/rfc1583-compatibility') diff --git a/templates/protocols/ospf/rfc1583-compatibility/node.def b/templates/protocols/ospf/rfc1583-compatibility/node.def new file mode 100644 index 00000000..0eb018e9 --- /dev/null +++ b/templates/protocols/ospf/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