summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_comment.man
diff options
context:
space:
mode:
authorYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-11-29 03:43:06 +0000
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-11-29 03:43:06 +0000
commit65b2d1c5fa2981230a56a9166544d5fe0d4e2998 (patch)
tree41d3127cefc73a448a1c3be0e1212eca9df86de7 /extensions/libxt_comment.man
parent21e367e935fd7eb5850999bf0e12907d7e599e6f (diff)
Move libipt_comment.man to libxt_comment.man for ip6tables.8
Diffstat (limited to 'extensions/libxt_comment.man')
-rw-r--r--extensions/libxt_comment.man6
1 files changed, 6 insertions, 0 deletions
diff --git a/extensions/libxt_comment.man b/extensions/libxt_comment.man
new file mode 100644
index 00000000..2f4ce55d
--- /dev/null
+++ b/extensions/libxt_comment.man
@@ -0,0 +1,6 @@
+Allows you to add comments (up to 256 characters) to any rule.
+.TP
+.BI "--comment " "comment"
+.TP
+Example:
+iptables -A INPUT -s 192.168.0.0/16 -m comment --comment "A privatized IP block"