From 3324ac52c80a6213b4bafa007f7b566a2f7ba071 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 11 Mar 2010 00:24:14 +0100 Subject: 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 --- extensions/libxt_comment.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') 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" -- cgit v1.2.3