From owner-freebsd-usb@FreeBSD.ORG Sat Jul 31 13:30:05 2010 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EF06106566C for ; Sat, 31 Jul 2010 13:30:05 +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 5F7518FC0A for ; Sat, 31 Jul 2010 13:30:05 +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 o6VDU5Pf002821 for ; Sat, 31 Jul 2010 13:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6VDU5ZW002816; Sat, 31 Jul 2010 13:30:05 GMT (envelope-from gnats) Date: Sat, 31 Jul 2010 13:30:05 GMT Message-Id: <201007311330.o6VDU5ZW002816@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Hans Petter Selasky Cc: Subject: Re: usb/149039: [uhso] Binding problem with uhso X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hans Petter Selasky List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jul 2010 13:30:05 -0000 The following reply was made to PR usb/149039; it has been noted by GNATS. From: Hans Petter Selasky To: Fredrik Lindberg Cc: bug-followup@freebsd.org, pilzableiter@web.de Subject: Re: usb/149039: [uhso] Binding problem with uhso Date: Sat, 31 Jul 2010 15:25:21 +0200 On Saturday 31 July 2010 15:00:07 Fredrik Lindberg wrote: > I apparently missed some interface flags (that really doesn't make > sense for this device, it's configured with a /32 mask so broadcast > etc can only be to itself) that the network stack wants to > work properly. > > With the following patch I'm able bind ssh etc and able to connect > to the machine through it. > > The patch is for -current so I'm not sure if it applies cleanly on > 8-release/stable, but it should be trivial to merge it manually if > it doesn't apply. > > Fredrik Lindberg Committed to USB P4: http://p4web.freebsd.org/@@181640?ac=10 --HPS