blob: 25a443805d363168bda10ec2917d6fe3146798e4 [file] [log] [blame]
Henrik Nordstromc2794132004-01-22 15:04:24 +00001This is used to modify the IPv4 TTL header field. The TTL field determines
2how many hops (routers) a packet can traverse until it's time to live is
3exceeded.
Jan Engelhardtaeafdb82008-08-12 11:42:04 +02004.PP
Henrik Nordstromc2794132004-01-22 15:04:24 +00005Setting or incrementing the TTL field can potentially be very dangerous,
6so it should be avoided at any cost.
Jan Engelhardtaeafdb82008-08-12 11:42:04 +02007.PP
Henrik Nordstromc2794132004-01-22 15:04:24 +00008.B Don't ever set or increment the value on packets that leave your local network!
9.B mangle
10table.
11.TP
12.BI "--ttl-set " "value"
13Set the TTL value to `value'.
14.TP
15.BI "--ttl-dec " "value"
16Decrement the TTL value `value' times.
17.TP
18.BI "--ttl-inc " "value"
19Increment the TTL value `value' times.