From eb27e2fffae49b0d8fa636bee611d9ad3c1e0999 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Thu, 18 Oct 2007 18:49:14 -0700 Subject: Add minimal ospf config. - still need to add validation and rest of functionality. --- templates/protocols/ospf/redistribute/bgp/node.def | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/protocols/ospf/redistribute/bgp/node.def (limited to 'templates/protocols/ospf/redistribute/bgp/node.def') diff --git a/templates/protocols/ospf/redistribute/bgp/node.def b/templates/protocols/ospf/redistribute/bgp/node.def new file mode 100644 index 00000000..a4856c55 --- /dev/null +++ b/templates/protocols/ospf/redistribute/bgp/node.def @@ -0,0 +1,16 @@ +help: "Redistribute BGP routes" +delete: "touch /tmp/ospf-redist-bgp.\\$PPID" +end: "/usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" \ + -c \"no redistribute bgp \"; \ + if [ -f \"/tmp/ospf-redist-bgp.\\$PPID\" ]; then \ + rm -rf /tmp/ospf-redist-bgp.\\$PPID; \ + else \ + if [ -n \"$(./metric/@)\" ]; then \ + COND=\"metric $(./metric/@)\"; + fi; \ + if [ -n \"$(./route-map/@)\" ]; then \ + COND=\"\\$COND route-map $(./route-map/@)\"; \ + fi; \ + /usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" \ + -c \"redistribute bgp \\$COND\"; \ + fi; " -- cgit v1.2.3