From owner-freebsd-net@FreeBSD.ORG Wed Mar 19 08:37:58 2014 Return-Path: Delivered-To: freebsd-net@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 ESMTPS id C55743BB for ; Wed, 19 Mar 2014 08:37:58 +0000 (UTC) Received: from frv197.fwdcdn.com (frv197.fwdcdn.com [212.42.77.197]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 81934782 for ; Wed, 19 Mar 2014 08:37:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=ffe; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-Id:To:Subject:From:Date; bh=EV+oPZFZRInIGqMssRuFz+i1pdDsBYVMEPf6Q/ieBVo=; b=jiiVCXfiXSR+PlSyo4+COJMBsz+zO82n/3p6+M18TWcYECPwotpGXNSgvk2VPKAjpA+Kh/vW4iVbn3dsNyiE084U416he3KLG1J6U6ihXVOpAUkv4BisPsfx1G6L+AXf5mXBDVQ33oyX7IwemeHmCV6rg7yKIWKD68PGj8lp+Oo=; Received: from [10.10.10.34] (helo=frv34.fwdcdn.com) by frv197.fwdcdn.com with smtp ID 1WQC0a-000Fkh-Dw for freebsd-net@freebsd.org; Wed, 19 Mar 2014 10:37:56 +0200 Date: Wed, 19 Mar 2014 10:37:55 +0200 From: wishmaster Subject: sysctl net.inet.ip.fw broken in 10-STABLE with VIMAGE in kernel To: freebsd-net@freebsd.org X-Mailer: mail.ukr.net 5.0 Message-Id: <1395217932.132431687.7yfij1gv@frv34.fwdcdn.com> MIME-Version: 1.0 Received: from artemrts@ukr.net by frv34.fwdcdn.com; Wed, 19 Mar 2014 10:37:56 +0200 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: binary Content-Disposition: inline X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2014 08:37:58 -0000 Hi, list. Guys, I think somebody have broken something in IPFW/network stack and in the last stable revision I am unable to disable IPFW nor in base system nor in jail. As workaround is adding permission rule. In release-10 this problem is absent. PR here http://www.freebsd.org/cgi/query-pr.cgi?pr=187665