From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 21 23:50:06 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80651106564A for ; Wed, 21 Sep 2011 23:50:06 +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 42CCF8FC0A for ; Wed, 21 Sep 2011 23:50:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p8LNo63I000564 for ; Wed, 21 Sep 2011 23:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p8LNo6On000563; Wed, 21 Sep 2011 23:50:06 GMT (envelope-from gnats) Resent-Date: Wed, 21 Sep 2011 23:50:06 GMT Resent-Message-Id: <201109212350.p8LNo6On000563@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Garrett Cooper Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A50FE106564A for ; Wed, 21 Sep 2011 23:42:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 94B188FC16 for ; Wed, 21 Sep 2011 23:42:04 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p8LNg43L010532 for ; Wed, 21 Sep 2011 23:42:04 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p8LNg4jo010529; Wed, 21 Sep 2011 23:42:04 GMT (envelope-from nobody) Message-Id: <201109212342.p8LNg4jo010529@red.freebsd.org> Date: Wed, 21 Sep 2011 23:42:04 GMT From: Garrett Cooper To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: conf/160892: [patch] add vboxnet[0-9]* to noafif list X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2011 23:50:06 -0000 >Number: 160892 >Category: conf >Synopsis: [patch] add vboxnet[0-9]* to noafif list >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 21 23:50:05 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Garrett Cooper >Release: 9.0-BETA2 >Organization: iXsystems, Inc. >Environment: FreeBSD streetfighter.ixsystems.com 9.0-BETA2 FreeBSD 9.0-BETA2 #0 r225558: Wed Sep 14 20:29:45 PDT 2011 gcooper@streetfighter.ixsystems.com:/usr/obj/usr/src/sys/STREETFIGHTER amd64 >Description: If you load the vboxnet module or service at boot, the vboxnet0 interface becomes available: $ ifconfig vboxnet0 vboxnet0: flags=8802 metric 0 mtu 1500 ether 0a:00:27:00:00:00 nd6 options=29 This interface shouldn't be configured with IPv6. This patch also sorts the interface list. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: etc/network.subr =================================================================== --- etc/network.subr (revision 225558) +++ etc/network.subr (working copy) @@ -390,15 +390,16 @@ _if=$1 case $_if in - pflog[0-9]*|\ - pfsync[0-9]*|\ an[0-9]*|\ ath[0-9]*|\ ipw[0-9]*|\ ipfw[0-9]*|\ iwi[0-9]*|\ iwn[0-9]*|\ + pflog[0-9]*|\ + pfsync[0-9]*|\ ral[0-9]*|\ + vboxnet[0-9]*|\ wi[0-9]*|\ wl[0-9]*|\ wpi[0-9]*) >Release-Note: >Audit-Trail: >Unformatted: