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@xxxxxxxxxx> --- extensions/libxt_comment.man | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/extensions/libxt_comment.man b/extensions/libxt_comment.man index 94f871e..faaee2a 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" -- 1.7.0.2 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html