From owner-freebsd-hackers@FreeBSD.ORG Mon Jul 29 14:17:31 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6CBC662C; Mon, 29 Jul 2013 14:17:31 +0000 (UTC) (envelope-from kpielorz@tdx.co.uk) Received: from mail.tdx.com (mail.tdx.com [62.13.128.18]) by mx1.freebsd.org (Postfix) with ESMTP id 3212C2924; Mon, 29 Jul 2013 14:17:30 +0000 (UTC) Received: from Mail-PC.tdx.co.uk (storm.tdx.co.uk [62.13.130.251]) (authenticated bits=0) by mail.tdx.com (8.14.3/8.14.3/) with ESMTP id r6TEHTG4012317 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 29 Jul 2013 15:17:29 +0100 (BST) Date: Mon, 29 Jul 2013 15:17:33 +0100 From: Karl Pielorz To: Konstantin Belousov Subject: Re: kldload ipfw, with IPFIREWALL_DEFAULT_TO_ACCEPT Message-ID: In-Reply-To: <20130729140440.GN4972@kib.kiev.ua> References: <1D6BF13DFC536AFC94EC6D64@Mail-PC.tdx.co.uk> <51F64BCC.9000301@freebsd.org> <20130729140440.GN4972@kib.kiev.ua> X-Mailer: Mulberry/4.0.8 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Mailman-Approved-At: Mon, 29 Jul 2013 17:39:47 +0000 Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 14:17:31 -0000 --On 29 July 2013 17:04 +0300 Konstantin Belousov wrote: > kenv net.inet.ip.fw.default_to_accept=1 > should have the same effect after the usermode is booted. Kenv must > be set before the module is loaded. Great - thanks! - I'll give that a go in the test environment, Thanks, -Karl