From owner-soc-status@FreeBSD.ORG Mon May 26 18:19:33 2014 Return-Path: Delivered-To: soc-status@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 023CA3CA for ; Mon, 26 May 2014 18:19:33 +0000 (UTC) Received: from mail-ve0-x22c.google.com (mail-ve0-x22c.google.com [IPv6:2607:f8b0:400c:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B84942DB0 for ; Mon, 26 May 2014 18:19:32 +0000 (UTC) Received: by mail-ve0-f172.google.com with SMTP id oz11so9530318veb.31 for ; Mon, 26 May 2014 11:19:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=81hk832LN/iulEwE2njUlnzBODdCBsRTxjrLhw+bjj0=; b=IuemzEu6oMKze9c5hm1UjSnmy1Xlon9+mT3Xdy12tAmERUrFuic6+8T3/oNWonw2AN nPDeRxzXyC5hEtUk00TFoO7Iy50inRvMw+mNhIvmpvja6Je8frEh59ySyaZTLnTeBUQN HAzrC8OtUhsx1ACLlJEt1Xq5ri4lDjFhhRwZy06bL4owK1TGTivGSDCBOC+/JNzKloup RN3j4jYQ7yaS1ypPono5M43P1HzJZSFG4WoMsbF3uXpDGjQGcrnTWr1i8QR1yMC4OjdW bSmmQ0umybz5rah++oUxFNi7ZI8bvp2BQXBdEEeO1H2jjdxN3+7ubmojeNJBagrSDwNq HN/w== MIME-Version: 1.0 X-Received: by 10.220.87.211 with SMTP id x19mr74320vcl.68.1401128371614; Mon, 26 May 2014 11:19:31 -0700 (PDT) Received: by 10.58.247.3 with HTTP; Mon, 26 May 2014 11:19:31 -0700 (PDT) Date: Mon, 26 May 2014 23:49:31 +0530 Message-ID: Subject: [BSNMP Enhancements] Status Report (Shonali Balakrishna) From: Shonali Balakrishna To: soc-status@FreeBSD.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 26 May 2014 18:19:33 -0000 Hi, I am Shonali Balakrishna and I am working on BSNMP Enhancements this GSOC. The enhancements I'm looking to add to BSNMP is full IPv6 support for the daemon bsnmpd as well as for bsnmp tools, as a loadable transport module. So far, I have prepared my development/testing environment - FreeBSD 11 CURRENT on VirtualBox on an Windows 7 system - Intel(R) Core(TM) i5-2520M CPU @ 2.50 GHz with 8GB RAM. I've duplicated the head branch in my svn namespace and also cloned it locally on my VM. I've also configured and setup the missing utilities on CURRENT like the ports tree and so on. I ran into a couple of problems with svn and fetching the head branch to my VM, but was able to resolve it and now have everything up and working. I've also been looking into the bsnmpd transport source code and identifying the parts of the code base that assume the type of transport to be IPv4. I will be working on making bsnmpd code protocol independent - able to run SNMP over both IPv6 and IPv4 - in the week to come. I have started looking at trans_udp.c and trans_lsock.c for the same and will be working on an IPv6 implementation of these to begin with. I have also been looking at other parts of the code base that will need to be worked on. I will provide feedback on the same next week. Thanks and Regards, -- Shonali Balakrishna