Mark DecrementTTL option experimental.
This commit is contained in:
parent
f71ce34180
commit
64c657b32d
2 changed files with 2 additions and 2 deletions
|
@ -180,7 +180,7 @@ If you don't specify a host with
|
||||||
won't try to connect to other daemons at all,
|
won't try to connect to other daemons at all,
|
||||||
and will instead just listen for incoming connections.
|
and will instead just listen for incoming connections.
|
||||||
|
|
||||||
.It Va DecrementTTL Li = yes | no Po no Pc
|
.It Va DecrementTTL Li = yes | no Po no Pc Bq experimental
|
||||||
When enabled,
|
When enabled,
|
||||||
.Nm tinc
|
.Nm tinc
|
||||||
will decrement the Time To Live field in IPv4 packets, or the Hop Limit field in IPv6 packets,
|
will decrement the Time To Live field in IPv4 packets, or the Hop Limit field in IPv6 packets,
|
||||||
|
|
|
@ -794,7 +794,7 @@ tinc won't try to connect to other daemons at all,
|
||||||
and will instead just listen for incoming connections.
|
and will instead just listen for incoming connections.
|
||||||
|
|
||||||
@cindex DecrementTTL
|
@cindex DecrementTTL
|
||||||
@item DecrementTTL = <yes | no> (no)
|
@item DecrementTTL = <yes | no> (no) [experimental]
|
||||||
When enabled, tinc will decrement the Time To Live field in IPv4 packets, or the Hop Limit field in IPv6 packets,
|
When enabled, tinc will decrement the Time To Live field in IPv4 packets, or the Hop Limit field in IPv6 packets,
|
||||||
before forwarding a received packet to the virtual network device or to another node,
|
before forwarding a received packet to the virtual network device or to another node,
|
||||||
and will drop packets that have a TTL value of zero,
|
and will drop packets that have a TTL value of zero,
|
||||||
|
|
Loading…
Reference in a new issue