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

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