summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_helper.man
diff options
context:
space:
mode:
authorYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-11-29 04:36:12 +0000
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-11-29 04:36:12 +0000
commit946397340806ca9f0bab7e0371668058e7a98de4 (patch)
tree081057c19b4f8e8b174c5de76bcfde7aacca947f /extensions/libipt_helper.man
parent549510a00c5983eb200ab74fe7fc884d28301423 (diff)
Move libipt_helper.man to libxt_helper.man for ip6tables.8
Diffstat (limited to 'extensions/libipt_helper.man')
-rw-r--r--extensions/libipt_helper.man11
1 files changed, 0 insertions, 11 deletions
diff --git a/extensions/libipt_helper.man b/extensions/libipt_helper.man
deleted file mode 100644
index c3221ad8..00000000
--- a/extensions/libipt_helper.man
+++ /dev/null
@@ -1,11 +0,0 @@
-This module matches packets related to a specific conntrack-helper.
-.TP
-.BI "--helper " "string"
-Matches packets related to the specified conntrack-helper.
-.RS
-.PP
-string can be "ftp" for packets related to a ftp-session on default port.
-For other ports append -portnr to the value, ie. "ftp-2121".
-.PP
-Same rules apply for other conntrack-helpers.
-.RE