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

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