Merge commit 'origin/trunk@12184' into fedora
[iptables.git] / trunk / extensions / libip6t_frag.man
diff --git a/trunk/extensions/libip6t_frag.man b/trunk/extensions/libip6t_frag.man
new file mode 100644 (file)
index 0000000..7832cbf
--- /dev/null
@@ -0,0 +1,20 @@
+This module matches the parameters in Fragment header.
+.TP
+[\fB!\fP] \fB--fragid\fP \fIid\fP[\fB:\fP\fIid\fP]
+Matches the given Identification or range of it.
+.TP
+[\fB!\fP] \fB--fraglen\fP \fIlength\fP
+This option cannot be used with kernel version 2.6.10 or later. The length of
+Fragment header is static and this option doesn't make sense.
+.TP
+.BR "--fragres "
+Matches if the reserved fields are filled with zero.
+.TP
+.BR "--fragfirst "
+Matches on the first fragment.
+.TP
+\fB--fragmore\fP
+Matches if there are more fragments.
+.TP
+\fB--fraglast\fP
+Matches if this is the last fragment.