From owner-freebsd-net@FreeBSD.ORG Mon Apr 13 00:50:02 2009 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A39251065670 for ; Mon, 13 Apr 2009 00:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 745F48FC14 for ; Mon, 13 Apr 2009 00:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n3D0o2l4001728 for ; Mon, 13 Apr 2009 00:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n3D0o2ko001727; Mon, 13 Apr 2009 00:50:02 GMT (envelope-from gnats) Date: Mon, 13 Apr 2009 00:50:02 GMT Message-Id: <200904130050.n3D0o2ko001727@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: Brett Glass Cc: Subject: Re: bin/130159: [patch] ppp(8) fails to correctly set routes X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brett Glass List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2009 00:50:03 -0000 The following reply was made to PR bin/130159; it has been noted by GNATS. From: Brett Glass To: bug-followup@FreeBSD.org, loos.br@gmail.com Cc: Subject: Re: bin/130159: [patch] ppp(8) fails to correctly set routes Date: Sun, 12 Apr 2009 18:41:27 -0600 Note: With the patch as written, the "gateway" (G) flag is set in the routing table entry. This does not seem to cause problems, but the flag should not be set because the "tun" interface is acting as a bridge, not a gateway.