From owner-soc-status@freebsd.org Tue Jun 13 22:50:48 2017 Return-Path: Delivered-To: soc-status@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE716C0864F for ; Tue, 13 Jun 2017 22:50:48 +0000 (UTC) (envelope-from paggas1@yandex.com) Received: from forward17h.cmail.yandex.net (forward17h.cmail.yandex.net [IPv6:2a02:6b8:0:f35::a2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8AB4A6F3B8; Tue, 13 Jun 2017 22:50:48 +0000 (UTC) (envelope-from paggas1@yandex.com) Received: from smtp3o.mail.yandex.net (smtp3o.mail.yandex.net [37.140.190.28]) by forward17h.cmail.yandex.net (Yandex) with ESMTP id 819C321252; Wed, 14 Jun 2017 01:50:45 +0300 (MSK) Received: from smtp3o.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp3o.mail.yandex.net (Yandex) with ESMTP id C734B2940D7E; Wed, 14 Jun 2017 01:50:43 +0300 (MSK) Received: by smtp3o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id nr0WLJ3HYy-ohfmeZJM; Wed, 14 Jun 2017 01:50:43 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1497394243; bh=wdGxUCOAlsQgn6SCXSXi39/SsCjBM7JoW59xE+wxfh4=; h=To:Cc:From:Subject:Message-ID:Date; b=iQ2mRTxkkCMCpDrCvFYNHBEve8LVJf3IvGYww80gbMsfZv6AGdHxyX0/G14KTS+ep K1DXTsmgV1TVbZYBfrGJqgcC5RuHpt3Rjl43M4zyr0uoACj1JUdtTZoIFUj+0p9/fO wmIy8yHehbhdphGCh3feVugXk79CnL4tE1oHHq8A= Authentication-Results: smtp3o.mail.yandex.net; dkim=pass header.i=@yandex.com X-Yandex-ForeignMX: US X-Yandex-Suid-Status: 1 1022867361,1 0,1 0 To: soc-status@freebsd.org From: Panagiotes Mousikides Subject: GSoC PF testing, week 1-2 Message-ID: <41bb50f0-147c-13cc-25c2-e25e0dd9376e@yandex.com> Date: Tue, 13 Jun 2017 22:50:42 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 13 Jun 2017 22:50:48 -0000 Hello everybody! I am Panagiotes Mousikides and have been working on writing tests and the framework for testing pf, the FreeBSD network filter. Until now, I have read through documentation of pf and pfctl, as well as gotten myself familiar with the FreeBSD source code tree. I have written some preliminary tests and integrated them under src/tests. I have also started going through OpenBSD's network tests, to see what work has already been done and what could be ported over to FreeBSD. Have a look at my GitHub repository at https://github.com/paggas/freebsd, my work is under the 'paggas' branch. Best regards, Panagiotes