Can bird include metrics when installing linux kernel routes?

2016-02-10 Thread Mike C
Hi, Is there a way to make bird include a metric when installing routes into the linux routing table? I want to base the metric on the length of the BGP path (so longer path via prepending has higher metric), or failing that, a local_pref value. Regards, Mike

Re: BGP lost routes problem

2015-01-22 Thread Mike C
rd: AS65001_2 < filtered out 10.0.0.0/8 dev vpn-3b42d3c8 # ip route list proto bird 10.99.10.0/24 via 10.72.1.1 dev eth1 # ip route list | grep 10.0.0.0 10.0.0.0/8 dev vpn-3b42d3c8 proto vpn scope link src 10.72.1.2 metric 20 Regards, Mike On Fri, Jan 16, 2015 at 1:44 PM, Mike C wrote:

BGP lost routes problem

2015-01-16 Thread Mike C
Hi, I'm using bird 1.4.5 with BGP and have a problem where routes seem to be lost under my setup. I find that if two BGP peers with the same routes are importing each others routes, a third BGP peer someone ends up picking neither of their routes after killing and restarting bird on one peer only