From owner-freebsd-net@FreeBSD.ORG Fri Oct 18 23:23:17 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CB840571; Fri, 18 Oct 2013 23:23:17 +0000 (UTC) (envelope-from sodynet1@gmail.com) Received: from mail-pb0-x230.google.com (mail-pb0-x230.google.com [IPv6:2607:f8b0:400e:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9BBEA25CD; Fri, 18 Oct 2013 23:23:17 +0000 (UTC) Received: by mail-pb0-f48.google.com with SMTP id ma3so4417951pbc.7 for ; Fri, 18 Oct 2013 16:23:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=hHwnLYVyQq7aMN2CmoTPQkF/9ANM1inpVS4cColK8WM=; b=ARGnkjuGk61ZfH5n2l6nkDSzng2QZJt+B6pooTbmkp7A6WAyxS/f1yGk5/dqRF4VTG PpeO0aMfdSFvaHvtInMw9prizu1c4MIZFb5dCFY4ORwTFMnsMgUoyA2vFI/IZHdGipW4 ck9+fzHQgWbb5va2sMj+s+DlpcD1ofh2b8V9cuw1quMlk8dwtmAe9R3AQb/asehc3e37 raP+mMYl2y/w2taZaDNuRuS4G2jLfKn/CitgLeBnoyjoj5nYeVaDVXuTZROcIMW6Zb2g AlRZRoChcMgYyXGogfvgEy7DT4UcaldMncNHzDj5lgleGobYLaljkVGh70A0sZ089Z0E 9h6w== MIME-Version: 1.0 X-Received: by 10.68.130.234 with SMTP id oh10mr5507792pbb.0.1382138596169; Fri, 18 Oct 2013 16:23:16 -0700 (PDT) Received: by 10.70.30.98 with HTTP; Fri, 18 Oct 2013 16:23:16 -0700 (PDT) Received: by 10.70.30.98 with HTTP; Fri, 18 Oct 2013 16:23:16 -0700 (PDT) In-Reply-To: References: <5146121B.5080608@FreeBSD.org> Date: Sat, 19 Oct 2013 02:23:16 +0300 Message-ID: Subject: Re: MPLS From: Sami Halabi To: "Alexander V. Chernikov" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-net@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Oct 2013 23:23:17 -0000 Hi, I would love to see progress and even help... Sami =D7=91=D7=AA=D7=90=D7=A8=D7=99=D7=9A 14 =D7=91=D7=99=D7=95=D7=A0 2013 10:40= , "Sami Halabi" =D7=9B=D7=AA=D7=91: > Hi Alex, > Got any progress? I'm excited to test mpls in fbsd :) > > Sami > =D7=91=D7=AA=D7=90=D7=A8=D7=99=D7=9A 15 =D7=91=D7=9E=D7=90=D7=99 2013 17:= 43, =D7=9E=D7=90=D7=AA "Sami Halabi" : > >> Hi Alex, >> Any progress on mpls fbsd? >> >> Thanks in advance, >> Sami >> On Mar 17, 2013 8:57 PM, "Alexander V. Chernikov" >> wrote: >> >>> On 17.03.2013 13:20, Sami Halabi wrote: >>> >>>> any one? :) >>>> >>>> >>>> On Fri, Mar 15, 2013 at 6:28 PM, Sami Halabi >>>> wrote: >>>> >>>> Hi, >>>>> Are there ongoing job of mpls in freebsd? >>>>> I saw thd site http://freebsd.mpls.in for aboug a year now and I don'= t >>>>> see much progress. >>>>> >>>> Yep. It was frozen for a while. >>> Currently I'm working on it again. >>> >>> control plane code was heavily redesigned, see >>> http://bird.mpls.in/projects/**mpls-bird/repository/show?rev=3D**bird_m= pls >>> >>> I have some working MPLS code on 8-S and I hope to create freebsd svn >>> branch with base MPLS support in 2-3 weeks. >>> >>> ITOH OpenBSD has a complete implementation of MPLS out of the box, may= be >>>>> >>>> Their control plane code is mostly useless due to design approach >>> (routing daemons talk via kernel). >>> Their data plane code, well.. Yes, we can use some defines from their >>> headers, but that's all :) >>> >>>> porting it would be short and more straight forward than porting linux >>>>> LDP >>>>> implementation of BIRD. >>>>> >>>> It is not 'linux' implementation. LDP itself is cross-platform. >>> The most tricky place here is control plane. >>> However, making _fast_ MPLS switching is tricky too, since it requires >>> chages in our netisr/ethernet handling code. >>> >>>> >>>>> Thanks in advance, >>>>> Sami >>>>> >>>>> >>>> >>>> >>>> >>>