From owner-freebsd-net@FreeBSD.ORG Fri Feb 8 11:25:58 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 A46B616A418; Fri, 8 Feb 2008 11:25:58 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 5412613C442; Fri, 8 Feb 2008 11:25:58 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Cc:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender:X-Spam-Status:Subject; b=ga5DoKgbWXpeFon8iyAkc7Wlv8MNGBbb4d/7tSLGhImYBGWVFsN09NYLut42o+rxK6dERZW4yP0UXA7AJlPtohsrI6hpTx6U7knDuA8s1VvrbWUAcDw6HQq/mDo7cogwiYMYtQbz34NbuEHUej/13LNB1Pvet63PwLMZVRY183Q=; Received: from void.codelabs.ru (void.codelabs.ru [144.206.177.25]) by 0.mx.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1JNRMj-000HAH-7h; Fri, 08 Feb 2008 14:25:57 +0300 Date: Fri, 8 Feb 2008 14:25:55 +0300 From: Eygene Ryabinkin To: Josef Pojsl Message-ID: References: <20080206144104.GL1122@bonifac.tns.cz> <20080207074944.GA56085@bonifac.tns.cz> <20080207141422.GG11393@diehard.n-r-g.com> <20080206144104.GL1122@bonifac.tns.cz> <20080207074944.GA56085@bonifac.tns.cz> <20080208105357.GF1142@bonifac.tns.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20080208105357.GF1142@bonifac.tns.cz> Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-1.8 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_50 Cc: freebsd-net@freebsd.org, farrokhi@FreeBSD.org, Claudio Jeker Subject: Re: ospf cost and route selection (openospfd) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Feb 2008 11:25:58 -0000 Josef, good day. Fri, Feb 08, 2008 at 11:53:57AM +0100, Josef Pojsl wrote: > I did try the patch. Unfortunately, the deamon complains about sending packets > over gre interfaces. I cannot see any OSPF traffic on them with tcpdump, > and no routes get added. Look at what ospfd -dv says: > > startup > if_del: interface gre31 > if_del: interface gre30 > orig_asext_lsa: 10.10.0.0/16 age 0 > orig_asext_lsa: 10.20.0.0/16 age 0 > orig_asext_lsa: 192.168.2.0/24 age 0 > orig_rtr_lsa: area 0.0.0.0 > orig_rtr_lsa: stub net, interface gre31 > if_fsm: event UP resulted in action START and changing state for interface gre31 from DOWN to P2P > orig_rtr_lsa: area 0.0.0.0 > orig_rtr_lsa: stub net, interface gre31 > orig_rtr_lsa: stub net, interface gre30 > if_fsm: event UP resulted in action START and changing state for interface gre30 from DOWN to P2P > send_packet: error sending packet on interface gre31: Invalid argument > send_packet: error sending packet on interface gre30: Invalid argument > spf_calc: area 0.0.0.0 calculated OK, I will try to look at the problem. Not today, probably the middle of the next week. Thanks for the testing! -- Eygene