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

<h2>OSPF routes</h2>
<pre>
<%= html.html_escape(tostring(data.value.showip.value)) %>
</pre>