From owner-freebsd-net@FreeBSD.ORG Thu Feb 17 17:14:01 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 2CD391065670; Thu, 17 Feb 2011 17:14:01 +0000 (UTC) (envelope-from monthadar@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 8E88A8FC27; Thu, 17 Feb 2011 17:14:00 +0000 (UTC) Received: by wwf26 with SMTP id 26so2732080wwf.31 for ; Thu, 17 Feb 2011 09:13:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=xH9GWua/lK5krcpPCrrB6Yzlh2602Rk3UZ4afSZnScQ=; b=Nav/8ynMeLSE9VoblESAK+VipGh8yMDXDzipqRMpF2GPWO4AaIJqhPyfTcfAE0BDm6 5yu9uIeWRomfF3FMPvnsfjzY330eDbo0iFwf+9MSVTZklfLsYoWn/HuZjYavzK3raHKu RKptVvkTSvKuv6rjEFxzLLKs0OUex3M3GfVNA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=WFSJAgY1W+4kRVPQPNFWDxUUAgPkzyNOEuqOAm4Jam9OcuhVbhIHemslkRm+iv2e/M tZ5XuwgJCRGISWKKNiPzlwsNw92Wtn7avQdyJZyrXvZCxS6II4ANZs2Vuj97EAspdxTP NJrdhNQ9yEhzj+lpvGA9zCcBBRfn+BtWgJvQE= MIME-Version: 1.0 Received: by 10.227.128.199 with SMTP id l7mr1915747wbs.45.1297962839208; Thu, 17 Feb 2011 09:13:59 -0800 (PST) Received: by 10.227.69.7 with HTTP; Thu, 17 Feb 2011 09:13:58 -0800 (PST) In-Reply-To: References: Date: Thu, 17 Feb 2011 18:13:58 +0100 Message-ID: From: Monthadar Al Jaberi To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-net@freebsd.org Subject: Re: [ieee80211_hwmp][panic] hwmp_recv_prep(...) 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: Thu, 17 Feb 2011 17:14:01 -0000 On Thu, Feb 17, 2011 at 1:30 AM, Adrian Chadd wrote: > On 16 February 2011 15:51, Monthadar Al Jaberi wrote: >> >> I think anytime the destination node sends a PREP to the originator >> node that is not a peering node (not in direct contact with) we would >> get this panic. > > Ok. Would you mind doing a quick audit to see what other KASSERT()s are > lurking about when invalid/unexpected things happen? > I'd rather they log a debug message and be handled gracefully. :-) I wonder if this should be logged? I mean it is something that is by design, when you propagate a packet in air, the original sender is bound to hear the propagation... right? > > > Adrian -- //Monthadar Al Jaberi