From owner-freebsd-net@FreeBSD.ORG Tue Jul 29 09:59:20 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A5A037B401 for ; Tue, 29 Jul 2003 09:59:20 -0700 (PDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1F7A43F85 for ; Tue, 29 Jul 2003 09:59:17 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([12.233.125.100]) by attbi.com (rwcrmhc13) with ESMTP id <2003072916591601500o8kr2e>; Tue, 29 Jul 2003 16:59:17 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id JAA14022; Tue, 29 Jul 2003 09:59:16 -0700 (PDT) Date: Tue, 29 Jul 2003 09:59:14 -0700 (PDT) From: Julian Elischer To: Paolo Pisati In-Reply-To: <20030729161225.GA231@newluxor.skynet.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD_Net Subject: Re: Differences between netgraph nodes in 4.x and 5.x X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 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, 29 Jul 2003 16:59:20 -0000 On Tue, 29 Jul 2003, Paolo Pisati wrote: > On Tue, Jul 29, 2003 at 04:16:41PM +0200, Paolo Pisati wrote: > > > > well, i answer to myself: > > > > it seems it's not my mistake, cause you can trigger it with a > > plain original tee node too. =P > > Ok, i promise this is the last msg: > > it was my mistake, whe i deleted the tee node, the ether > node short circuited the lower & upper hook, and then > it was impossibile to connect again something to the ether > hook. > > solution: rmhook one of the ether hook, and connect > again mynode... =P > > maybe it would be nice to change the error msg from: > "File exists" to "hook already connected" or something like this The fix in this case would be for the ether node to not allow this ti happen.. this requires a few small changes.. The error codes must exist in sys/errno.h I try select one that is closest in spirit :-) > > bye > > -- > > Paolo > > GUFI: http://www.gufi.org > > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >