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

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