Blame extensions/libipt_ttl.man

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