From owner-trustedbsd-discuss@FreeBSD.ORG Mon Mar 27 10:49:36 2006 Return-Path: X-Original-To: trustedbsd-discuss@FreeBSD.org Delivered-To: trustedbsd-discuss@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8030516A422 for ; Mon, 27 Mar 2006 10:49:36 +0000 (UTC) (envelope-from zhouyi04@ios.cn) Received: from abyss.iscas.cn (abyss.iscas.cn [159.226.5.55]) by mx1.FreeBSD.org (Postfix) with SMTP id CFC4A43D46 for ; Mon, 27 Mar 2006 10:49:22 +0000 (GMT) (envelope-from zhouyi04@ios.cn) Received: (qmail 26115 invoked by uid 502); 27 Mar 2006 10:31:27 -0000 Received: from zhouyi04@ios.cn by abyss.iscas.cn by uid 0 with qmail-scanner-1.22 (hbedv: 6.24.0.7/6.24.0.69. spamassassin: 2.63. Clear:RC:0(159.226.5.225):SA:0(-99.1/9.0):. Processed in 0.23776 secs); 27 Mar 2006 10:31:27 -0000 Received: from unknown (HELO zzy.H.qngy.gscas) (zhouyi04@159.226.5.225) by abyss.iscas.cn with SMTP; 27 Mar 2006 10:31:27 -0000 Date: Mon, 27 Mar 2006 18:41:33 +0800 From: zhouyi zhou To: trustedbsd-discuss@FreeBSD.org Message-Id: <20060327184133.5a35b20f.zhouyi04@ios.cn> Organization: Institute of Software X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on abyss.iscas.cn X-Spam-Status: No, hits=-99.1 required=9.0 tests=FROM_ENDS_IN_NUMS, USER_IN_WHITELIST autolearn=no version=2.63 X-Spam-Level: Subject: MAC Framework has confict with IP firewall X-BeenThere: trustedbsd-discuss@FreeBSD.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: TrustedBSD General Discussion List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2006 10:49:36 -0000 Hi, MAC Framework has conflict with IP firewall because in function ipfw_tick of file ip_fw2.c, the mbuf is created without MAC label being initialized and send directly to ip_output. Sincerely yours Zhouyi Zhou Institute of Software Chinese Academy of Sciences