From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 22 14:10:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 76B0D93C for ; Mon, 22 Apr 2013 14:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 679D41D8D for ; Mon, 22 Apr 2013 14:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3MEA1ER028108 for ; Mon, 22 Apr 2013 14:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3MEA1SJ028107; Mon, 22 Apr 2013 14:10:01 GMT (envelope-from gnats) Date: Mon, 22 Apr 2013 14:10:01 GMT Message-Id: <201304221410.r3MEA1SJ028107@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: John Baldwin Subject: Re: bin/170279: dhclient(8) uses low TTL of 16 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: John Baldwin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Apr 2013 14:10:01 -0000 The following reply was made to PR bin/170279; it has been noted by GNATS. From: John Baldwin To: bug-followup@freebsd.org, johnpoz@gmail.com Cc: Subject: Re: bin/170279: dhclient(8) uses low TTL of 16 Date: Mon, 22 Apr 2013 10:04:22 -0400 FWIW, OpenBSD's version still fixes the TTL at 16. The ISC dhcp client uses a ttl of 128. Looking online it seems other clients also use 128, e.g. Microsoft's: http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&cad=rja&ved=0CF8QFjAF&url=http%3A%2F%2Fsupport.microsoft.com%2Fkb%2F169289&ei=q0J1UfyvLcHD0QGr2YCoCA&usg=AFQjCNHVHJavHlqkEPoA4LIc16FOJPZy4w&bvm=bv.45512109,d.dmQ Given that, changing the default TTL to 128 seems fine. -- John Baldwin