From owner-freebsd-hackers Tue Feb 27 5: 6:38 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from mip.co.za (puck.mip.co.za [209.212.106.44]) by hub.freebsd.org (Postfix) with ESMTP id A09E637B71B for ; Tue, 27 Feb 2001 05:06:19 -0800 (PST) (envelope-from patrick@mip.co.za) Received: from patrick (patrick.mip.co.za [10.3.13.181]) by puck.mip.co.za (8.9.3/8.9.3) with SMTP id HAA19908; Mon, 26 Feb 2001 07:52:17 +0200 (SAST) (envelope-from patrick@mip.co.za) From: "Patrick O'Reilly" To: "Michael Solan" , Subject: RE: dummynet as modules Date: Mon, 26 Feb 2001 07:52:17 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <3A9722A5.D305A67@ffnet.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Michael, I hope I am not barking up the wrong tree here, but my understanding is that ipfw selects packets to forward to dummynet. This would make it illogical (and hence probably impossible) to run dummynet without having ipfw running correctly. The man page for 'dummynet' says: In its current implementation, packet selection is done with the ipfw program, by means of ``pipe'' rules. I think you will have to go about this the hard way..... Regards, Patrick O'Reilly --- "I do not feel obliged to believe that the same God who has endowed us with sense, reason, and intellect has intended us to forego their use." -- Galileo Galilei -----Original Message----- From: owner-freebsd-hackers@FreeBSD.ORG [mailto:owner-freebsd-hackers@FreeBSD.ORG]On Behalf Of Michael Solan Sent: 24 February 2001 04:56 To: hackers@FreeBSD.ORG Subject: dummynet as modules Hi there, How do I compile a a kernel without ipfw, and a ipfw.ko module with dummynet support? I have to add some features to the dummynet code, so instead of rebooting every 5 mins I figured kldloading it would save me some time. I tried several combinations like 'options DUMMYNET' but no 'options IPFIREWALL', even defined DUMMYNET in the modules/ipfw/Makefile but it all resulted in undefined symbols when either building or kldloading... Any ideas? Michael Solan -- New to FreeBSD and less confused than a hamster on FreeBase -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message