Blame extensions/libip6t_frag.man

Packit 7b22a4
This module matches the parameters in Fragment header.
Packit 7b22a4
.TP
Packit 7b22a4
[\fB!\fP] \fB\-\-fragid\fP \fIid\fP[\fB:\fP\fIid\fP]
Packit 7b22a4
Matches the given Identification or range of it.
Packit 7b22a4
.TP
Packit 7b22a4
[\fB!\fP] \fB\-\-fraglen\fP \fIlength\fP
Packit 7b22a4
This option cannot be used with kernel version 2.6.10 or later. The length of
Packit 7b22a4
Fragment header is static and this option doesn't make sense.
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-\-fragres\fP
Packit 7b22a4
Matches if the reserved fields are filled with zero.
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-\-fragfirst\fP
Packit 7b22a4
Matches on the first fragment.
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-\-fragmore\fP
Packit 7b22a4
Matches if there are more fragments.
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-\-fraglast\fP
Packit 7b22a4
Matches if this is the last fragment.