summaryrefslogtreecommitdiffstats
path: root/ipsectools-expert-html.lsp
blob: 5537c58f9219e092d1ba6a3df4665c13f74dbca2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<% local data, viewlibrary, page_info, session = ... %>
<% require("viewfunctions") %>

<% displaycommandresults({"startstop"}, session) %>
<% displaycommandresults({"editracoon", "editipsec"}, session, true) %>

<% 
viewlibrary.dispatch_component("status")
viewlibrary.dispatch_component("editracoon")
viewlibrary.dispatch_component("editipsec")
viewlibrary.dispatch_component("startstop")
%>