From owner-freebsd-net@FreeBSD.ORG Wed Sep 24 20:49:34 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7694D1065687 for ; Wed, 24 Sep 2008 20:49:34 +0000 (UTC) (envelope-from debarshi.ray@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.187]) by mx1.freebsd.org (Postfix) with ESMTP id EF19E8FC12 for ; Wed, 24 Sep 2008 20:49:33 +0000 (UTC) (envelope-from debarshi.ray@gmail.com) Received: by mu-out-0910.google.com with SMTP id i2so70185mue.3 for ; Wed, 24 Sep 2008 13:49:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=heKwrdAQVz4NUIyq2Wt93rkOIGiJU4+yijdblPdcPG4=; b=lM/Xv6o83OkR+tNPGrwtzS31E6N0CrGPNJUIyRIlDlWNtJY6/1zskWpLzwCqvB5IGJ gy0vM4q8BuVCglc5CIws8+k0aRxuL5E/NYDrARDhGmJnublTLOUPN2+RWPouvFCsLC3b h2VOsaDltygP1CpjzxMKaCkBx95elmamqtcDM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references; b=WFYfC8casv6iDsAU4Bk4HWK0zMec4Po4p23Bad8DQkS4PI7A6bcfxNGxGo9jUkh8KD CL29Jy3gzItDs3DGUqDVWs3cxfhcRpdkrXubu6lmRdRKLKmKVKKTf7lJhnJZcdpznZxX 747kZMzRi5m3SH31v+JzXOhec6Y+i9EbXY1E8= Received: by 10.187.246.10 with SMTP id y10mr1983157far.58.1222289372574; Wed, 24 Sep 2008 13:49:32 -0700 (PDT) Received: by 10.187.177.19 with HTTP; Wed, 24 Sep 2008 13:49:32 -0700 (PDT) Message-ID: <3170f42f0809241349v13700daeme5ca5f0618b17f0b@mail.gmail.com> Date: Thu, 25 Sep 2008 02:19:32 +0530 From: "Debarshi Ray" To: "Mikhail Gorbulev" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <87ej3e32iz.fsf@chateau.d.lf> <1221968342.74421.4.camel@shumai.marcuscom.com> <3170f42f0809241342q422439b7oe72f60cf45ba53f8@mail.gmail.com> Cc: FreeBSD networking and TCP/IP list Subject: Re: [X-POST] Anyone porting NetworkManager to FreeBSD ? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: debarshi.ray@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2008 20:49:34 -0000 > Yep, I'm interested. :) Awesome. Clone the Git tree start hacking. Ashish is working on a patch to add IPv6 support to BSD's show function (see bsd_show.c), while I am reworking the Linux backend to use libnl instead of mucking with PF_NETLINK directly. The immediate TODO items are to implement 'add' and 'delete' support for BSD. Happy hacking, Debarshi