summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_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/libxt_helper.man
parent549510a00c5983eb200ab74fe7fc884d28301423 (diff)
Move libipt_helper.man to libxt_helper.man for ip6tables.8
Diffstat (limited to 'extensions/libxt_helper.man')
-rw-r--r--extensions/libxt_helper.man11
1 files changed, 11 insertions, 0 deletions
diff --git a/extensions/libxt_helper.man b/extensions/libxt_helper.man
new file mode 100644
index 00000000..c3221ad8
--- /dev/null
+++ b/extensions/libxt_helper.man
@@ -0,0 +1,11 @@
+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