summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-03-11 00:24:14 +0100
committerJan Engelhardt <jengelh@medozas.de>2010-03-11 00:24:14 +0100
commit3324ac52c80a6213b4bafa007f7b566a2f7ba071 (patch)
tree1bda3b6f417361330ef0f24e8910b5e7535df354 /extensions
parent9fdbaa71452edaac9d5906716c15937f670341fa (diff)
libxt_comment: avoid use of IPv4-specific examples
Since libxt_comment.man is included in both iptables.8 and ip6tables.8, we should probably try to create examples that do not rely on either address family. References: http://bugs.debian.org/572628 Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/libxt_comment.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libxt_comment.man b/extensions/libxt_comment.man
index 94f871e8..faaee2a5 100644
--- a/extensions/libxt_comment.man
+++ b/extensions/libxt_comment.man
@@ -3,4 +3,4 @@ Allows you to add comments (up to 256 characters) to any rule.
\fB\-\-comment\fP \fIcomment\fP
.TP
Example:
-iptables \-A INPUT \-s 192.168.0.0/16 \-m comment \-\-comment "A privatized IP block"
+iptables \-A INPUT \-i eth1 \-m comment \-\-comment "my local LAN"