summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_REJECT.man
diff options
context:
space:
mode:
authorYasuyuki KOZAKAI <yasuyuki.kozakai@toshiba.co.jp>2006-01-30 08:50:09 +0000
committerHarald Welte <laforge@gnumonks.org>2006-01-30 08:50:09 +0000
commit28e5b79eee634792b81bae754a321543cb29539e (patch)
tree274b92e73d22f89fdb0f91763395e1a1dc51f3ab /extensions/libip6t_REJECT.man
parent469d18f66896ef509cac5a2ade494ea38e0c86e2 (diff)
major manpage update (Yasuyuki Kozakai)
Diffstat (limited to 'extensions/libip6t_REJECT.man')
-rw-r--r--extensions/libip6t_REJECT.man4
1 files changed, 3 insertions, 1 deletions
diff --git a/extensions/libip6t_REJECT.man b/extensions/libip6t_REJECT.man
index 75930f1e..909d8263 100644
--- a/extensions/libip6t_REJECT.man
+++ b/extensions/libip6t_REJECT.man
@@ -23,7 +23,7 @@ The type given can be
.B " icmp6-port-unreachable"
.B " port-unreach"
.fi
-which return the appropriate IPv6-ICMP error message (\fBport-unreach\fP is
+which return the appropriate ICMPv6 error message (\fBport-unreach\fP is
the default). Finally, the option
.B tcp-reset
can be used on rules which only match the TCP protocol: this causes a
@@ -31,4 +31,6 @@ TCP RST packet to be sent back. This is mainly useful for blocking
.I ident
(113/tcp) probes which frequently occur when sending mail to broken mail
hosts (which won't accept your mail otherwise).
+.B tcp-reset
+can only be used with kernel versions 2.6.14 or latter.