summaryrefslogtreecommitdiffstats
path: root/iptables-editrule-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-11-07 15:01:13 +0000
committerTed Trask <ttrask01@yahoo.com>2008-11-07 15:01:13 +0000
commitd37e751caf7d9bf9e33a2837d38e2263c4f370f4 (patch)
tree72481f92e5444f4e4d3964e6906500c1201b789c /iptables-editrule-html.lsp
parentfc670b19af9f6dd4027dcec0fc6cc0035860f9e2 (diff)
downloadacf-iptables-d37e751caf7d9bf9e33a2837d38e2263c4f370f4.tar.bz2
acf-iptables-d37e751caf7d9bf9e33a2837d38e2263c4f370f4.tar.xz
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
Diffstat (limited to 'iptables-editrule-html.lsp')
-rw-r--r--iptables-editrule-html.lsp17
1 files changed, 13 insertions, 4 deletions
diff --git a/iptables-editrule-html.lsp b/iptables-editrule-html.lsp
index 7a7ad3c..8960191 100644
--- a/iptables-editrule-html.lsp
+++ b/iptables-editrule-html.lsp
@@ -21,15 +21,24 @@ displayformitem(form.value.position)
%>
</DL><H2>Basic Parameters</H2><DL>
<%
+displayformitem(form.value.jump)
displayformitem(form.value.protocol)
+displayformitem(form.value.in_interface)
+displayformitem(form.value.out_interface)
displayformitem(form.value.source)
displayformitem(form.value.destination)
-displayformitem(form.value.jump)
+%>
+</DL><DL id="details">
+<%
displayformitem(form.value.goto)
-displayformitem(form.value.in_interface)
-displayformitem(form.value.out_interface)
displayformitem(form.value.fragment)
displayformitem(form.value.set_counters)
%>
-</DL><H2>Save</H2>
+</DL><H2>Extended Parameters</H2><DL>
+<%
+displayformitem(form.value.comment)
+displayformitem(form.value.addrtype_src_type)
+displayformitem(form.value.addrtype_dst_type)
+%>
+</DL><H2><%= form.option %></H2>
<% displayformend(form) %>