Blame bootstrap_ver/extensions/libipt_ttl.man

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