From owner-soc-status@FreeBSD.ORG Sun Jul 12 14:32:32 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 DC13F1065673 for ; Sun, 12 Jul 2009 14:32:32 +0000 (UTC) (envelope-from t.elavaya@gmail.com) Received: from mail-bw0-f221.google.com (mail-bw0-f221.google.com [209.85.218.221]) by mx1.freebsd.org (Postfix) with ESMTP id 66C878FC17 for ; Sun, 12 Jul 2009 14:32:32 +0000 (UTC) (envelope-from t.elavaya@gmail.com) Received: by bwz21 with SMTP id 21so1434087bwz.43 for ; Sun, 12 Jul 2009 07:32:31 -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=2nlqDuvq4najWjsIWQpiZTrFVKwvu1lJN05Dx7Tp5Us=; b=S7kAsJCsbtf5hyWu/obYhDIzcAIcb0jeAvIqCKxbzrbXSeM3I/XJB5yM78/ebC8wHe FuH4xROHpp5fYPa7TGTwm1tbIkO/ZCsveyhzywN/4j/e0HGT4NFvCXqsXLrSwmYj3fdK 4Hq1JLqp6LdPvAqejwC30YdKHwBJ4ZMB/dzms= 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=eWIT4cWL7BQPrJ1AfnOxvVxkDB31YD1mQMys2Epa4rjOYfLKgvUV8OC+hoU+vfm8pd gV8VX8QF1kYylEKumFMIe+QoQpUUs9DKUemSwzixFLIv8nVeK3sZuCD9r8QI1h2tRcCc /ac6vzFzpiRdvXm2kYgd6u95oyb4FL4XGiSRw= MIME-Version: 1.0 Received: by 10.103.197.17 with SMTP id z17mr2124945mup.19.1247409151233; Sun, 12 Jul 2009 07:32:31 -0700 (PDT) From: Tatsiana Elavaya Date: Sun, 12 Jul 2009 17:32:11 +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 - 5 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: Sun, 12 Jul 2009 14:32:33 -0000 Hi, Last week I've performed code cleanup, merged with upstream and started working on parser. At this point first part of the work is complete: I've implemented instruction processing optimization and added support for rule aliases. Currently I'm working highlevel language parser. There is still to much work to do. I'm developing it as a standalone utility for now, but going to integrate it into ipfw and submit shortly.