From owner-freebsd-net@FreeBSD.ORG Tue Nov 8 08:33:04 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D8D91065675; Tue, 8 Nov 2011 08:33:04 +0000 (UTC) (envelope-from slonoman2011@yandex.ru) Received: from forward2.mail.yandex.net (forward2.mail.yandex.net [IPv6:2a02:6b8:0:602::2]) by mx1.freebsd.org (Postfix) with ESMTP id BEF268FC16; Tue, 8 Nov 2011 08:33:03 +0000 (UTC) Received: from web49.yandex.ru (web49.yandex.ru [77.88.47.155]) by forward2.mail.yandex.net (Yandex) with ESMTP id CF01012A479F; Tue, 8 Nov 2011 12:33:01 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1320741181; bh=8UpZB9m/E/gcNxIStOeszx9snocvLAxrotk1f9SXhuo=; h=From:To:Cc:In-Reply-To:References:Subject:MIME-Version:Message-Id: Date:Content-Transfer-Encoding:Content-Type; b=vdLlzc5WB5r8icWAhjYexfwao/cmczPG7JGGEfAXsHSEynJYCvoV5UtB7T9QTESPg sHZEBcSpSse/J2hiGCtDtAmr6r6x1EtorHsHU2flYIrVLeiAodUsYNN/7ELJhYcVSA CugMcO31yvp4LQ1FxusdHCgBgJksRR6q3VEK9i8Q= Received: from localhost (localhost.localdomain [127.0.0.1]) by web49.yandex.ru (Yandex) with ESMTP id 922194E806C; Tue, 8 Nov 2011 12:33:01 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1320741181; bh=8UpZB9m/E/gcNxIStOeszx9snocvLAxrotk1f9SXhuo=; h=From:To:Cc:In-Reply-To:References:Subject:MIME-Version:Message-Id: Date:Content-Transfer-Encoding:Content-Type; b=vdLlzc5WB5r8icWAhjYexfwao/cmczPG7JGGEfAXsHSEynJYCvoV5UtB7T9QTESPg sHZEBcSpSse/J2hiGCtDtAmr6r6x1EtorHsHU2flYIrVLeiAodUsYNN/7ELJhYcVSA CugMcO31yvp4LQ1FxusdHCgBgJksRR6q3VEK9i8Q= X-Yandex-Spam: 1 Received: from c5509-m58.cmk.ru (c5509-m58.cmk.ru [195.182.128.54]) by web49.yandex.ru with HTTP; Tue, 08 Nov 2011 12:32:46 +0400 From: Slono Slono To: "Li, Qing" In-Reply-To: References: <85301320352980@web142.yandex.ru> MIME-Version: 1.0 Message-Id: <125061320741181@web49.yandex.ru> Date: Tue, 08 Nov 2011 12:32:46 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r Cc: freebsd-net@freebsd.org, qingli@freebsd.org Subject: Re: arp code broken after BETA3 9.0 ? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2011 08:33:04 -0000 04.11.2011, 01:25, "Li, Qing" : > Could you please apply this patch > > šššhttp://svnweb.freebsd.org/base?view=revision&revision=227002 > > and let me know how it works out for you ? > > Thanks, Hi, Yes, revision 227002+ solves a kernel panic problem, thanks you.