From owner-freebsd-net@FreeBSD.ORG Thu Jul 22 12:55:59 2010 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 D08651065670 for ; Thu, 22 Jul 2010 12:55:59 +0000 (UTC) (envelope-from grand@mindless.gr) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6F92F8FC14 for ; Thu, 22 Jul 2010 12:55:58 +0000 (UTC) Received: by eyh6 with SMTP id 6so2200144eyh.13 for ; Thu, 22 Jul 2010 05:55:58 -0700 (PDT) Received: by 10.213.34.77 with SMTP id k13mr1653096ebd.77.1279803355759; Thu, 22 Jul 2010 05:55:55 -0700 (PDT) Received: from [78.108.47.251] ([78.108.47.251]) by mx.google.com with ESMTPS id v8sm55219387eeh.8.2010.07.22.05.55.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 22 Jul 2010 05:55:54 -0700 (PDT) From: "Thodoris S." Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Thu, 22 Jul 2010 15:55:50 +0300 Message-Id: <403BAEC0-7D73-4584-9D4D-20B642DB938B@gmail.com> To: freebsd-net@freebsd.org Mime-Version: 1.0 (Apple Message framework v1081) X-Mailer: Apple Mail (2.1081) Subject: FreeBSD + Quagga OSPFD issue 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: Thu, 22 Jul 2010 12:55:59 -0000 Hello, i am experiencing a weird problem,=20 i have set up a FreeBSD 8.0 Release, with Quagga 0.9.15 running ospfd = and bgpd for a small network the router has multiple ethernet interfaces for backup in my case 2.If i = disconnect an ethernet either Physical or Logical (ifconfig em1 down) when it comes up again after a while, Quagga doesnt use it as OSPF = interface below i am giving you some console outputs to undestand better = the issue #1 show ip ospf interfaces: em1 is up ifindex 2, MTU 1500 bytes, BW 0 Kbit = Internet Address 10.10.32.34/30, Broadcast 10.10.32.35, Area 0.0.0.0 MTU mismatch detection:enabled Router ID 10.10.32.39, Network Type BROADCAST, Cost: 10 Transmit Delay is 1 sec, State Backup, Priority 1 Designated Router (ID) 10.10.32.36, Interface Address 10.10.32.33 Backup Designated Router (ID) 10.10.32.39, Interface Address = 10.10.32.34 Multicast group memberships: OSPFAllRouters OSPFDesignatedRouters Timer intervals configured, Hello 10s, Dead 40s, Wait 40s, Retransmit = 5 Hello due in 0.901s Neighbor Count is 1, Adjacent neighbor count is 1 #2 ifconfig em1 down #3 ifconfig em1 up #4 show ip ospf interfaces: em1 is up ifindex 3, MTU 1500 bytes, BW 0 Kbit = OSPF not enabled on this interface Anyone has any idea on this issue? i have searched the internet and some = people seem to have the same problem all with FreeBSD, Linux version = dosnt have this problem, some of them speaking for a patch floating = arround, but i didnt find any information on it i have changed the version of quagga from 0.9.15 to 0.9.16 but not = solved, i have compiled the quagga with TCP SOCKETS support but again = the problem dosnt solve, the only workaround is to reboot the whole = machine even if i restart quagga it doesnt work.=20 Thanks in advance=