summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_helper.man
diff options
context:
space:
mode:
author/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org </C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org>2007-11-29 04:36:12 +0000
committer/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org </C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org>2007-11-29 04:36:12 +0000
commit489bf18caf78025bcb03b9c52d47c4267beb8e1d (patch)
tree081057c19b4f8e8b174c5de76bcfde7aacca947f /extensions/libxt_helper.man
parent5717a31f6a44e72fa178b4b25233ddace414aec3 (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 0000000..c3221ad
--- /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