summaryrefslogtreecommitdiffstats
path: root/iptables-editrule-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-11-18 14:01:07 +0000
committerTed Trask <ttrask01@yahoo.com>2008-11-18 14:01:07 +0000
commit3311c33b5536f535cf3d9f9e7812874effbd209a (patch)
tree290999ff333562f0135f030d524c918f53413342 /iptables-editrule-html.lsp
parentd37e751caf7d9bf9e33a2837d38e2263c4f370f4 (diff)
downloadacf-iptables-3311c33b5536f535cf3d9f9e7812874effbd209a.tar.bz2
acf-iptables-3311c33b5536f535cf3d9f9e7812874effbd209a.tar.xz
Added more parameters to iptables rules.
git-svn-id: svn://svn.alpinelinux.org/acf/iptables/trunk@1597 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'iptables-editrule-html.lsp')
-rw-r--r--iptables-editrule-html.lsp8
1 files changed, 8 insertions, 0 deletions
diff --git a/iptables-editrule-html.lsp b/iptables-editrule-html.lsp
index 8960191..6412039 100644
--- a/iptables-editrule-html.lsp
+++ b/iptables-editrule-html.lsp
@@ -39,6 +39,14 @@ displayformitem(form.value.set_counters)
displayformitem(form.value.comment)
displayformitem(form.value.addrtype_src_type)
displayformitem(form.value.addrtype_dst_type)
+displayformitem(form.value.icmp_type)
+displayformitem(form.value.src_range)
+displayformitem(form.value.dst_range)
+displayformitem(form.value.mac_source)
+displayformitem(form.value.sports)
+displayformitem(form.value.dports)
+displayformitem(form.value.ports)
+displayformitem(form.value.state)
%>
</DL><H2><%= form.option %></H2>
<% displayformend(form) %>