From 2fb09eb0dee06e74f94b6def6493066214c5f4a9 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Thu, 4 Sep 2008 15:13:00 +0000 Subject: 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 --- bgp-details-html.lsp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bgp-details-html.lsp (limited to 'bgp-details-html.lsp') diff --git a/bgp-details-html.lsp b/bgp-details-html.lsp new file mode 100644 index 0000000..025dab2 --- /dev/null +++ b/bgp-details-html.lsp @@ -0,0 +1,15 @@ +<% local data = ... +require("viewfunctions") +--[[ DEBUG INFORMATION +io.write("

DEBUGGING

DEBUG INFO: CFE

") +io.write(html.cfe_unpack(data)) +io.write("
") +--]] + +%> + +

BGP routes

+
+<% io.write(tostring(data.showipbgp.value)) %>
+
+ -- cgit v1.2.3