From owner-freebsd-usb@FreeBSD.ORG Tue Apr 3 17:05:50 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B7E61065686; Tue, 3 Apr 2012 17:05:50 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.c2i.net [212.247.154.226]) by mx1.freebsd.org (Postfix) with ESMTP id 60EBC8FC16; Tue, 3 Apr 2012 17:05:49 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe08.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 259493432; Tue, 03 Apr 2012 19:00:41 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, sbruno@freebsd.org Date: Tue, 3 Apr 2012 18:59:24 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.3-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <1333471940.23251.5.camel@powernoodle-l7.corp.yahoo.com> In-Reply-To: <1333471940.23251.5.camel@powernoodle-l7.corp.yahoo.com> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@ =?utf-8?q?d2+AyewRX=7DmAm=3BYp=0A=09=7CU=5B?=@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y> =?utf-8?q?Y=7Dk1C4TfysrsUI=0A=09-=25GU9V5=5DiUZF=26nRn9mJ=27=3F=26?=>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201204031859.24419.hselasky@c2i.net> Cc: Subject: Re: [stable 9] usbus entries in network namespace? X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2012 17:05:50 -0000 On Tuesday 03 April 2012 18:52:20 Sean Bruno wrote: > I note that on stable/9 the usbus seems to be inserting itself into the > list of network links. What is this all about and how do I turn it off? > Hi, Try, sysctl hw.usb.no_pf=1 --HPS