summaryrefslogtreecommitdiffstats
path: root/bgp-details-html.lsp
blob: c07b0d0dd801841efb1e37040d99ab64e1d15c11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<% local data = ... 
require("viewfunctions")
--[[ DEBUG INFORMATION
io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>")
io.write(html.cfe_unpack(data))
io.write("</span>")
--]]

%>

<H2>BGP routes</H2>
<PRE>
<%= html.html_escape(tostring(data.value.showipbgp.value)) %>
</PRE>