Bradley Baetz wrote: > The version of the maxttl patch which went into 0.992 has a condition > reversed. The attached patch is needed to make maxttl work. > > - else if (max_ttl && *ttlp < max_ttl) > + else if (max_ttl && *ttlp > max_ttl) Uhh... Thanks. I can't say I tested this code path.. it seems... ;) Applied. /mjt