Blame extensions/libipt_ttl.man

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