summaryrefslogtreecommitdiffstats
path: root/bgp-details-html.lsp
blob: 8f3283b0918406b7d5612b22b771aa4045d36f04 (plain)
1
2
3
4
5
6
7
8
9
<% local data = ... 
require("viewfunctions")
%>

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