From 2acea3b4c25f843f4292da4fe9eea78cf97ca736 Mon Sep 17 00:00:00 2001 From: skel Date: Thu, 30 Jun 2011 15:13:54 -0400 Subject: Interface for OSPF --- ospf-details-html.lsp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 ospf-details-html.lsp (limited to 'ospf-details-html.lsp') 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") +%> + +

OSPF routes

+
+<%= html.html_escape(tostring(data.value.showip.value)) %>
+
+ -- cgit v1.2.3