X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=doc%2Ftinc.texi;h=bddc39a030d500e6f7af76f72835964c6b4f5ec1;hp=9e8929b022c5af5a7f0e826282c836c263177c95;hb=b5e3bf1a85462f0c41638c11305d28f87af24395;hpb=c373de2e9812700c0568640727ad917b6fc7d758 diff --git a/doc/tinc.texi b/doc/tinc.texi index 9e8929b..bddc39a 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -794,12 +794,14 @@ tinc won't try to connect to other daemons at all, and will instead just listen for incoming connections. @cindex DecrementTTL -@item DecrementTTL = (yes) +@item DecrementTTL = (no) 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, and will drop packets that have a TTL value of zero, in which case it will send an ICMP Time Exceeded packet back. +Do not use this option if you use switch mode and want to use IPv6. + @cindex Device @item Device = <@var{device}> (@file{/dev/tap0}, @file{/dev/net/tun} or other depending on platform) The virtual network device to use.