Blame bootstrap_ver/extensions/libipt_ttl.man

Packit Service 1ec7f4
This module matches the time to live field in the IP header.
Packit Service 1ec7f4
.TP
Packit Service 1ec7f4
[\fB!\fP] \fB\-\-ttl\-eq\fP \fIttl\fP
Packit Service 1ec7f4
Matches the given TTL value.
Packit Service 1ec7f4
.TP
Packit Service 1ec7f4
\fB\-\-ttl\-gt\fP \fIttl\fP
Packit Service 1ec7f4
Matches if TTL is greater than the given TTL value.
Packit Service 1ec7f4
.TP
Packit Service 1ec7f4
\fB\-\-ttl\-lt\fP \fIttl\fP
Packit Service 1ec7f4
Matches if TTL is less than the given TTL value.