From d37e751caf7d9bf9e33a2837d38e2263c4f370f4 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 7 Nov 2008 15:01:13 +0000 Subject: Implemented iptables edit/create/delete rule. Doesn't support all parameters yet. Modified list rules to include more info. git-svn-id: svn://svn.alpinelinux.org/acf/iptables/trunk@1581 ab2d0c66-481e-0410-8bed-d214d4d58bed --- iptables-html.lsp | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'iptables-html.lsp') diff --git a/iptables-html.lsp b/iptables-html.lsp index d9600e1..b27216b 100644 --- a/iptables-html.lsp +++ b/iptables-html.lsp @@ -19,16 +19,22 @@ <% if chain.references then io.write(" ("..chain.references.." references)\n") end %> <% for j,line in ipairs(chain) do %> - + + + + + +
- <%= line %><%= line.packets %><%= line.bytes %><%= line.rule %>
<% end %> - + + +
<% end %> -- cgit v1.2.3