Blame extensions/libip6t_frag.man

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