libipt_ttl.man revision 4008138e2b5248940265b160fae001d8954fae21
1This module matches the time to live field in the IP header.
2.TP
3.BI "--ttl-eq " "ttl"
4Matches the given TTL value.
5.TP
6.BI "--ttl-gt " "ttl"
7Matches if TTL is greater than the given TTL value.
8.TP
9.BI "--ttl-lt " "ttl"
10Matches if TTL is less than the given TTL value.
11