From owner-freebsd-bugs@FreeBSD.ORG Sat Feb 3 00:50:21 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E2A7A16A407 for ; Sat, 3 Feb 2007 00:50:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 899DB13C442 for ; Sat, 3 Feb 2007 00:50:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l130oLpL065643 for ; Sat, 3 Feb 2007 00:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l130oLiL065642; Sat, 3 Feb 2007 00:50:21 GMT (envelope-from gnats) Date: Sat, 3 Feb 2007 00:50:21 GMT Message-Id: <200702030050.l130oLiL065642@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bruce M Simpson Cc: Subject: Re: kern/105228: [PATCH] if_clone support for tun(4) and tap(4) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce M Simpson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Feb 2007 00:50:22 -0000 The following reply was made to PR kern/105228; it has been noted by GNATS. From: Bruce M Simpson To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/105228: [PATCH] if_clone support for tun(4) and tap(4) Date: Sat, 03 Feb 2007 00:48:47 +0000 A cleaned up version of this patch is now available, with the following changes. * TUNABLE_INTs added and devfs-cloning behaviour forced ON by default to not violate POLA. * style(9) bugs fixed. * mdoc(7) bugs fixed. It has been tested against (and found to resolve) the other PRs attached above. It may be found at: http://people.freebsd.org/~bms/dump/new-landon-tuntap.diff