From owner-freebsd-stable@FreeBSD.ORG Sat Apr 30 07:06:18 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED26516A4CF; Sat, 30 Apr 2005 07:06:17 +0000 (GMT) Received: from 62-15-215-183.inversas.jazztel.es (62-15-211-153.inversas.jazztel.es [62.15.211.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60FF543D54; Sat, 30 Apr 2005 07:06:16 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from redesjm.local (orion.redesjm.local [192.168.254.16]) j3U76DXQ000941; Sat, 30 Apr 2005 09:06:13 +0200 (CEST) (envelope-from josemi@redesjm.local) Received: from localhost (localhost [[UNIX: localhost]]) by redesjm.local (8.13.3/8.13.3/Submit) id j3U76COX001433; Sat, 30 Apr 2005 09:06:12 +0200 (CEST) (envelope-from josemi@redesjm.local) From: Jose M Rodriguez To: stable@freebsd.org Date: Sat, 30 Apr 2005 09:06:11 +0200 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504300906.12464.josemi@redesjm.local> X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-3; AVE: 6.30.0.7; VDF: 6.30.0.116; host: antares.redesjm.local) cc: net@freebsd.org Subject: enable dummynet from /etc/rc.d X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2005 07:06:18 -0000 Hi, This is FreeBSD-5.4 RC3 I'm working in a replacement rc.firewall script and found no /etc/rc.d method to launch dummynet (load module). Right now, dummynet is kernel based, but I want this be able to work from stock kernel (ipfw, ipfw6, dummynet from modules). I missed some rc.conf var or rc.d/ module? If this will be added, maybe /etc/rc.d/ipfw the right place? And what about firewall_dummynet for the controlling knob? -- josemi