From owner-freebsd-ipfw@FreeBSD.ORG Thu Jan 15 14:08:26 2004 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6E1C16A4CE for ; Thu, 15 Jan 2004 14:08:26 -0800 (PST) Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A48B43D7E for ; Thu, 15 Jan 2004 14:08:22 -0800 (PST) (envelope-from mags@tom-mchugh.demon.co.uk) Received: from tom-mchugh.demon.co.uk ([80.176.158.246] helo=192.168.1.10) by anchor-post-31.mail.demon.net with esmtp (Exim 3.35 #1) id 1AhFf3-000Jli-0V for freebsd-ipfw@freebsd.org; Thu, 15 Jan 2004 22:08:21 +0000 From: tom To: freebsd-ipfw@freebsd.org Date: Thu, 15 Jan 2004 23:06:55 +0000 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401152306.55243.mags@tom-mchugh.demon.co.uk> Subject: control ipfw from inside a program X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2004 22:08:27 -0000 howto control ipfw from inside a program ? (sorry new): a) exec (or other) a shell command, or b) program a sysctl (or other) call of some kind. caveat: dunno much about these calls from a program - all kind help appreciated. thanks, tom