Re: [PATCH] tunneling icmp patch

kuznet@ms2.inr.ac.ru
Thu, 6 May 1999 18:14:57 +0400 (MSK DST)


Hello!

> +// if ((iph->ttl = tiph->ttl) == 0)
> +// iph->ttl = old_iph->ttl;
> + /* fl@fl.priv.at 1999-05-05 */
> + /* hopefully high enough to reach the end of the tunnel */
> + iph->ttl = IPDEFTTL;

Do you not find that lines commented out by you do exactly this? 8)

It is option "ttl N".

Alexey

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/