libip6t_frag.man 597 B

1234567891011121314151617181920
  1. This module matches the parameters in Fragment header.
  2. .TP
  3. [\fB!\fP] \fB\-\-fragid\fP \fIid\fP[\fB:\fP\fIid\fP]
  4. Matches the given Identification or range of it.
  5. .TP
  6. [\fB!\fP] \fB\-\-fraglen\fP \fIlength\fP
  7. This option cannot be used with kernel version 2.6.10 or later. The length of
  8. Fragment header is static and this option doesn't make sense.
  9. .TP
  10. \fB\-\-fragres\fP
  11. Matches if the reserved fields are filled with zero.
  12. .TP
  13. \fB\-\-fragfirst\fP
  14. Matches on the first fragment.
  15. .TP
  16. \fB\-\-fragmore\fP
  17. Matches if there are more fragments.
  18. .TP
  19. \fB\-\-fraglast\fP
  20. Matches if this is the last fragment.