From owner-soc-status@FreeBSD.ORG Fri Jul 17 19:19:27 2009 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D1A51065674 for ; Fri, 17 Jul 2009 19:19:27 +0000 (UTC) (envelope-from t.elavaya@gmail.com) Received: from mail-bw0-f222.google.com (mail-bw0-f222.google.com [209.85.218.222]) by mx1.freebsd.org (Postfix) with ESMTP id CD5298FC16 for ; Fri, 17 Jul 2009 19:19:26 +0000 (UTC) (envelope-from t.elavaya@gmail.com) Received: by bwz22 with SMTP id 22so913475bwz.19 for ; Fri, 17 Jul 2009 12:19:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=IxoNvi+VE5LJ12YDJ6oLMkaQ319OATxzMdTz3mBOb4o=; b=vxILroplJlJVkACiTHJ+71z59XPAUxf5kboazDNGDzd0a3RpDgvcfsrEzJ1Xe6NWVx 9f8V5k/3UcWUeZsy7p53IlB9lU5OvyU+ljgTv+BviVGiDTZYxC/deH2+LfUjHPXSgAQW tavrT4wGpqMrsn/biXwWex3SFvhOsIzKarZg4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; b=BnrrZO0aj7AuAR+TR0wnAadpcb48dEBCfOd1soQWb2p7300f8Czflm4CcakUCPp0Vt sLK0NzHwzrJSiT4j0QXuOY7EUsDURCNm3J177IEs0eSpVlJQ0U2NF9rKTPvzB58lPLd2 Gi8J6uM0988jwvpih3BaI0bNLxP0OC1ZTlZhQ= MIME-Version: 1.0 Received: by 10.103.181.2 with SMTP id i2mr734491mup.20.1247858365139; Fri, 17 Jul 2009 12:19:25 -0700 (PDT) From: Tatsiana Elavaya Date: Fri, 17 Jul 2009 22:19:05 +0300 Message-ID: To: soc-status@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Diomidis Spinellis Subject: ipfw status report - 6 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2009 19:19:27 -0000 Hi! This week I've fixed some style inconsistencies, implemented support for optimization of rules with same numbers and fixed incorrect merge after last integration. I've also submitted initial version of ipfw.hll - preprocessor for ipfw rules. It's capable of parsing example I presented in my project proposal already, but dump of resulting ruleset is what needs to be fixed. Besides there is a lot to be done like handling log/queue cmds order, adding markers to denote what conditions rule was generated from, etc.