From owner-freebsd-net Fri Aug 4 16: 1:19 2000 Delivered-To: freebsd-net@freebsd.org Received: from bubba.whistle.com (bubba.whistle.com [207.76.205.7]) by hub.freebsd.org (Postfix) with ESMTP id B993337BB7E for ; Fri, 4 Aug 2000 16:01:08 -0700 (PDT) (envelope-from archie@whistle.com) Received: (from archie@localhost) by bubba.whistle.com (8.9.3/8.9.3) id QAA22438; Fri, 4 Aug 2000 16:00:59 -0700 (PDT) (envelope-from archie) From: Archie Cobbs Message-Id: <200008042300.QAA22438@bubba.whistle.com> Subject: Re: netgraph ethernet module In-Reply-To: from Andrey Sverdlichenko at "Aug 4, 2000 11:13:39 am" To: Andrey Sverdlichenko Date: Fri, 4 Aug 2000 16:00:59 -0700 (PDT) Cc: freebsd-net@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andrey Sverdlichenko writes: > Are there any plans to develop ethernet encapsulation module for netgraph, > something that can be inserted between ng_iface and ng_ether? Not a bad idea.. But really this should be separate module(s) for each protocol type. E.g.: +-----------+ | ng_iface | +-----------+ / | \ IPX / | IP \ AppleTalk ... _____/ | \_________________ ... | +----------------+ | ng_ip_ethernet | +--------------+ +----------------+ +----------------+ | ng_ipx_ether | | ARP | IP | ng_atalk_ether | +--------------+ | | + (EtherTalk) | | | | +----------------+ ARP (0x0800) | | IP (0x0800) | | | IPX (0x8137) +---------------+ AppleTalk (0x809B) ... ---------| ng_ether_mux |--------------- ... +---------------+ | | +-----------+ | ng_ether | +-----------+ -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message