From owner-freebsd-net@FreeBSD.ORG Fri Mar 27 12:35:07 2009 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 41FAB1065674 for ; Fri, 27 Mar 2009 12:35:07 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [195.88.108.3]) by mx1.freebsd.org (Postfix) with ESMTP id F0F828FC1A for ; Fri, 27 Mar 2009 12:35:06 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 3B3E641C707; Fri, 27 Mar 2009 13:35:06 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([195.88.108.3]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id xl75-4F12j3j; Fri, 27 Mar 2009 13:35:05 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id CFDDA41C703; Fri, 27 Mar 2009 13:35:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 215DE4448E6; Fri, 27 Mar 2009 12:34:30 +0000 (UTC) Date: Fri, 27 Mar 2009 12:34:29 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: "S.I" In-Reply-To: <20090327135445.e71e0012.piston@otel.net> Message-ID: <20090327123152.E67075@maildrop.int.zabbadoz.net> References: <20090327135445.e71e0012.piston@otel.net> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-net@freebsd.org Subject: Re: Quagga adding routes via interface in FreenBSD 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, 27 Mar 2009 12:35:07 -0000 On Fri, 27 Mar 2009, S.I wrote: Hi, > As of quagga-0.99.3_2 zebra doesn't add static routes via interface on any > freebsd versions from 6-STABLE to FreeBSD 7.2-PRERELEASE #3: Wed Mar 25 11:38:45 > EET 2009. > quagga-0.99.3 is working but everything after that version including 0.99.11 is > not working. So maybe it's a quagga bug? > Here is the example: > ##################################################################################### > zebra.conf > interface vlan11 > ip route 10.10.0.0/16 vlan11 > ---------------------------- > #ifconfig vlan11 > > vlan11: flags=8843 metric 0 mtu 1500 > options=3 > ether 00:04:23:a7:60:48 > inet 172.16.16.1 netmask 0xffffffff broadcast 172.16.16.1 > media: Ethernet autoselect (1000baseTX ) > status: active > vlan: 11 parent interface: em0 > #################################################################################### your sample is showing the interface configuration not the routing table. You want to look at or show us the netstat -rn output; for your example netstat -rn | grep vlan11 | grep ^10.10 would be enough. -- Bjoern A. Zeeb The greatest risk is not taking one.