summaryrefslogtreecommitdiffstats
path: root/quagga-bgpexpert-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-09-04 15:13:00 +0000
committerMika Havela <mika.havela@gmail.com>2008-09-04 15:13:00 +0000
commit2fb09eb0dee06e74f94b6def6493066214c5f4a9 (patch)
tree82dd74c9c2891a13efd278e3b40c76a80bb9960b /quagga-bgpexpert-html.lsp
parentbb571803d2cce176d5aaab9659733c852bf85b1b (diff)
downloadacf-quagga-2fb09eb0dee06e74f94b6def6493066214c5f4a9.tar.bz2
acf-quagga-2fb09eb0dee06e74f94b6def6493066214c5f4a9.tar.xz
Split Bgp and Zebra into separate controllers.
Earlier there was no chance to start/stop zebra (only bgp) and the whole package was a strange mix of bgp and zebra. Now these processes has own Menuitems and are controlled separately (they both exist in acf-quagga though). git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1447 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'quagga-bgpexpert-html.lsp')
-rw-r--r--quagga-bgpexpert-html.lsp16
1 files changed, 0 insertions, 16 deletions
diff --git a/quagga-bgpexpert-html.lsp b/quagga-bgpexpert-html.lsp
deleted file mode 100644
index ed28a11..0000000
--- a/quagga-bgpexpert-html.lsp
+++ /dev/null
@@ -1,16 +0,0 @@
-<% local form, viewlibrary, page_info, session = ... %>
-<% require("viewfunctions") %>
-
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("bgpstatus")
-end %>
-
-<%
-local pattern = string.gsub(page_info.prefix..page_info.controller, "[%(%)%.%%%+%-%*%?%[%]%^%$]", "%%%1")
-local func = haserl.loadfile(page_info.viewfile:gsub(pattern..".*$", "/") .. "filedetails-html.lsp")
-func(form, viewlibrary, page_info, session)
-%>
-
-<% if viewlibrary and viewlibrary.dispatch_component and session.permissions[page_info.controller].startstop then
- viewlibrary.dispatch_component("bgpstartstop")
-end %>