From owner-freebsd-net Tue Apr 9 13:40:30 2002 Delivered-To: freebsd-net@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id C74E037B405 for ; Tue, 9 Apr 2002 13:40:18 -0700 (PDT) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020409204018.OMZP15826.rwcrmhc54.attbi.com@InterJet.elischer.org>; Tue, 9 Apr 2002 20:40:18 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id NAA57899; Tue, 9 Apr 2002 13:31:55 -0700 (PDT) Date: Tue, 9 Apr 2002 13:31:54 -0700 (PDT) From: Julian Elischer To: Sebastien Petit Cc: Archie Cobbs , net@FreeBSD.ORG Subject: Re: Netgraph question In-Reply-To: <006c01c1e001$485a4870$020110ac@SPE> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I've been wondering if I shouldn't incorporate the etf functionality into the ether node.. On Tue, 9 Apr 2002, Sebastien Petit wrote: > > Sebastien Petit writes: > > > Actually I rewrote loadd (a load balancing daemon) for running with > netgraph. In the original version, loadd use Divert sockets with ipfw for > taking incoming/outgoing traffic. > > > What node I must use for doing the same thing ? > > > I try to use ng_ether but if I do that, People that run pppoe on the > same device as load balancing can't use it. > > > > Doesn't pppoe use the 'orphans' hook? In which case you should be OK, > > because you only need the 'upper' and 'lower' hooks. > > yes, you're right pppoe use orphans hook. But I think it's cleaner to use > ng_etf than ng_ether. Because if I use lower and upper for doing load > balancing on a device, another program can't use it. > So some applications may enter in a conflict mode. > > Sebastien. > -- > spe@selectbourse.net > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-net" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message