From 2beb00dd81c1f2dceeef0e62cf89d2d1b1109b6a Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Fri, 30 Nov 2007 16:41:55 +0000 Subject: Check and restart is now working! git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@396 ab2d0c66-481e-0410-8bed-d214d4d58bed --- shorewall-read-html.lsp | 51 ++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 48 insertions(+), 3 deletions(-) (limited to 'shorewall-read-html.lsp') diff --git a/shorewall-read-html.lsp b/shorewall-read-html.lsp index af700b1..7f23c8f 100644 --- a/shorewall-read-html.lsp +++ b/shorewall-read-html.lsp @@ -58,7 +58,7 @@
Define traffic control rules.
-

OTHER

+

SHOW CONFIG FILES

Provide a autogenerated list of files in '/etc/shorewall'.
@@ -74,8 +74,53 @@
Program state
+Show shorewall details +
[connections] Displays the IP connections currently being tracked by the firewall
+--]] ?>

MANAGEMENT

-
Program Status
-
[running|not]
+
Preform check of configs
+
+ +
Preform restart of firewall
+
+ +Preform refresh of configs +
Involves black list, ECN control rules, and traffic shaping...
+--]] ?> + + + + +

THIS VIEW CONTAINS THE FOLLOWING VARIABLES/TABLES

+------------ START DEBUG INFORMATION ------------
+") +for a,b in pairs(view) do + if not (type(b) == "table") then + print ("" .. a .. ": >" .. b .. "<
") + else + print ("" .. a .. ":...
") + for c,d in pairs(view[a]) do + if not (type(d) == "table") then + print (" { " .. c .. ": >" .. d .. "< }
") + else + print (" { " .. c .. ":...
") + for e,f in pairs(view[a][c]) do + if not (type(f) == "table") then + print (" { { " .. e .. ": >" .. f .. "< } }
") + else + print (" { { " .. e .. ":... (table is not visible at the moment)
") + end + end + end + end + end +a,b,c,d,e,f,g,h,i,j = nil,nil,nil,nil,nil,nil,nil,nil,nil,nil +end +print ("------------ END DEBUG INFORMATION ------------
") +?> + -- cgit v1.2.3