From owner-freebsd-mobile Wed Mar 6 11: 1:34 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mta6.snfc21.pbi.net (mta6.snfc21.pbi.net [206.13.28.240]) by hub.freebsd.org (Postfix) with ESMTP id 96A1137B417 for ; Wed, 6 Mar 2002 11:01:23 -0800 (PST) Received: from pacbell.net ([63.193.114.253]) by mta6.snfc21.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0GSK009E8FIA96@mta6.snfc21.pbi.net> for freebsd-mobile@FreeBSD.ORG; Wed, 06 Mar 2002 11:01:22 -0800 (PST) Date: Wed, 06 Mar 2002 10:58:39 -0800 From: Thomas Skibo Subject: Re: Host AP support To: "Peter J. Blok" Cc: "freebsd-mobile@FreeBSD.ORG" Message-id: <3C8666DF.54A5AFB0@pacbell.net> Organization: College Avenue Surf Shop MIME-version: 1.0 X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en References: <3C7EA3F0.99CEA085@pacbell.net> <0GSK0077LAP79Z@mta2.snfc21.pbi.net> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi. I'm not real familiar with netgraph and netgraph nodes. But, it looks like all the support needed is in if_ethersubr.c. When the Host AP code receives a unicast packet for which it can't find an associated destination MAC address, it drops it. That's what is tripping up the bridging code. After perusing theethersubr.c code, it looks like I should've passed those packets to ether_input. ether_demux() makes sure that unicast packets not destined for my MAC address won't be passed up to layer 3. You learn something new every day... I'll tweak it later today... -- ------------------------------------------------------------------------ Thomas Skibo skibo@pacbell.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message