diff options
Diffstat (limited to 'ospf-details-html.lsp')
-rwxr-xr-x | ospf-details-html.lsp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ospf-details-html.lsp b/ospf-details-html.lsp new file mode 100755 index 0000000..4458c03 --- /dev/null +++ b/ospf-details-html.lsp @@ -0,0 +1,9 @@ +<% local data = ... +require("viewfunctions") +%> + +<H2>OSPF routes</H2> +<DL><PRE> +<%= html.html_escape(tostring(data.value.showip.value)) %> +</PRE></DL> + |