Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Mar 2009 12:34:29 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
To:        "S.I" <piston@otel.net>
Cc:        freebsd-net@freebsd.org
Subject:   Re: Quagga adding routes via interface in FreenBSD
Message-ID:  <20090327123152.E67075@maildrop.int.zabbadoz.net>
In-Reply-To: <20090327135445.e71e0012.piston@otel.net>
References:  <20090327135445.e71e0012.piston@otel.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
> 	options=3<RXCSUM,TXCSUM>
> 	ether 00:04:23:a7:60:48
> 	inet 172.16.16.1 netmask 0xffffffff broadcast 172.16.16.1
> 	media: Ethernet autoselect (1000baseTX <full-duplex>)
> 	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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090327123152.E67075>