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

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