From owner-freebsd-arch@FreeBSD.ORG Tue Mar 14 12:42:59 2006 Return-Path: X-Original-To: freebsd-arch@FreeBSD.org Delivered-To: freebsd-arch@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDB1B16A400 for ; Tue, 14 Mar 2006 12:42:59 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A32143D78 for ; Tue, 14 Mar 2006 12:42:52 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 69669 invoked from network); 14 Mar 2006 12:40:19 -0000 Received: from c00l3r.networx.ch (HELO freebsd.org) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 14 Mar 2006 12:40:19 -0000 Message-ID: <4416BA4E.FFDA8134@freebsd.org> Date: Tue, 14 Mar 2006 13:42:54 +0100 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Gleb Smirnoff References: <1141834577.17213.15.camel@mayday.esat.net> <440F0893.5B17D61E@freebsd.org> <1141836428.17213.24.camel@mayday.esat.net> <440F0F5F.32400100@freebsd.org> <86d5gu30qx.fsf@xps.des.no> <1142004490.17473.16.camel@mayday.esat.net> <20060314123444.GH1102@FreeBSD.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Dag-Erling Sm?rgrav , freebsd-arch@FreeBSD.org, Florent Thoumie Subject: Re: Import src/sys/sys/hash.h from OpenBSD/NetBSD X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 12:42:59 -0000 Gleb Smirnoff wrote: > > On Fri, Mar 10, 2006 at 03:28:10PM +0000, Florent Thoumie wrote: > F> > > > FYI (if you're not reading -ports or -net), I just sent a prototype for > F> > > > the openospfd port. > F> > > Cool, thanks! I'm happy if you maintain the port as I've never done a port > F> > > before. > F> > > F> > IMHO, Open{BGP,OSPF}D belong in src/contrib, not in ports/net. > F> > F> I'd be more than happy to see them in src/contrib. > > Me too. > > Question to Andre: what do we need to merge/add to our kernel to > run OpenBGPd+OpenOSPFd with all their features? Two more things I want to commit later today. One is the addition of strtonum() to libc and the other is a small change to the routing socket to make it possible to change just the flags on a route instead of replacing the entire route. That's it to get all standard functionality running. Beyond that we have to fix our IPSEC API (I'm not sure whose fault it is, but Open- and FreeBSD are not fully compatible) and we have to finish the TCPMD5 support in the kernel. -- Andre