From a458d02f72ab87f89835deb500f3f6473effb463 Mon Sep 17 00:00:00 2001 From: "Laurence J. Lane" Date: Sun, 18 Aug 2013 19:41:40 -0400 Subject: iptables: libip(6)t_REJECT.man default icmp types The extension man page shows "port-unreach" and "port-unreachable" as default icmpv6 and icomp reject-with types. Either and variations work fine for writing rules, but they are displayed as "icmp6-port-unreachable" and "icmp-port-unreachable". Let's make that consistent. http://bugs.debian.org/644819 Signed-off-by: Laurence J. Lane Signed-off-by: Pablo Neira Ayuso --- extensions/libipt_REJECT.man | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extensions/libipt_REJECT.man') diff --git a/extensions/libipt_REJECT.man b/extensions/libipt_REJECT.man index c419a85e..926da033 100644 --- a/extensions/libipt_REJECT.man +++ b/extensions/libipt_REJECT.man @@ -18,9 +18,9 @@ The type given can be \fBicmp\-port\-unreachable\fP, \fBicmp\-proto\-unreachable\fP, \fBicmp\-net\-prohibited\fP, -\fBicmp\-host\-prohibited\fP or -\fBicmp\-admin\-prohibited\fP (*) -which return the appropriate ICMP error message (\fBport\-unreachable\fP is +\fBicmp\-host\-prohibited\fP, or +\fBicmp\-admin\-prohibited\fP (*), +which return the appropriate ICMP error message (\fBicmp\-port\-unreachable\fP is the default). The option \fBtcp\-reset\fP can be used on rules which only match the TCP protocol: this causes a -- cgit v1.2.3