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

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