summaryrefslogtreecommitdiffstats
path: root/iptables-editrule-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-11-20 15:30:01 +0000
committerTed Trask <ttrask01@yahoo.com>2008-11-20 15:30:01 +0000
commit9a60931d93fc29a76453c6f7b023e8f93fda452a (patch)
tree14dc533a677fe66608b93f6fc1b8b77c6fe795b5 /iptables-editrule-html.lsp
parent3311c33b5536f535cf3d9f9e7812874effbd209a (diff)
downloadacf-iptables-9a60931d93fc29a76453c6f7b023e8f93fda452a.tar.bz2
acf-iptables-9a60931d93fc29a76453c6f7b023e8f93fda452a.tar.xz
Added tcp and udp port support to iptables.v0.0.1
git-svn-id: svn://svn.alpinelinux.org/acf/iptables/trunk@1603 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'iptables-editrule-html.lsp')
-rw-r--r--iptables-editrule-html.lsp4
1 files changed, 4 insertions, 0 deletions
diff --git a/iptables-editrule-html.lsp b/iptables-editrule-html.lsp
index 6412039..4f7ba0b 100644
--- a/iptables-editrule-html.lsp
+++ b/iptables-editrule-html.lsp
@@ -47,6 +47,10 @@ displayformitem(form.value.sports)
displayformitem(form.value.dports)
displayformitem(form.value.ports)
displayformitem(form.value.state)
+displayformitem(form.value.tcp_sport)
+displayformitem(form.value.tcp_dport)
+displayformitem(form.value.udp_sport)
+displayformitem(form.value.udp_dport)
%>
</DL><H2><%= form.option %></H2>
<% displayformend(form) %>