[PATCH] Add the Babel routing protocol to Bird

2015-09-07 Thread Toke Høiland-Jørgensen
This adds the Babel routing protocol (RFC6126) to Bird. It is a complete implementation of the IPv6 subset of RFC6126, but does not implement any of the extensions. Compared to the RFC patch posted earlier, this patch implements several more SHOULD parts of the protocol, has updated interactions w

Re: Running Bird bgp through GRE tunnel

2015-09-07 Thread Baptiste Jonglez
Hi, On Mon, Sep 07, 2015 at 08:33:15PM +0530, Ajay Raut ( Tech Ops ) wrote: > I m trying to run BGP through the GRE tunnel, Tunnel is working fine. > auto gre-vpn > iface gre-vpn inet tunnel > address 10.200.206.249 > mode gre > endpoint 10.200.206.6 > dstaddr 10.200.206.250 >

Re: not listening on 179 but iface up

2015-09-07 Thread Ondrej Zajicek
On Sat, Aug 29, 2015 at 07:00:21PM +0200, Kai wrote: > Dear bird gurus, :) > > I'm currently setting up a new iBGP-(only)-member. It is configured to > connect to 2 internal peers: > > protocol bgp wiesbaden1 from bgp_ibgp_wi { # lotuswurzel > neighbor 10.56.0.23 as wi_as;

Re: Weird Bird BGP MRT dump

2015-09-07 Thread Ondrej Zajicek
On Fri, Sep 04, 2015 at 06:57:01AM +, Domingues Luis Filipe wrote: > Hi, > > Do anyone uses the mrtdump functionnality of Bird? > > I am trying to get the update BGP update message from Bird using a MRT Dump > file. But when I try to parse the files I have inconsistent data. > > I use there

Re: Running Bird bgp through GRE tunnel

2015-09-07 Thread Ondrej Zajicek
On Mon, Sep 07, 2015 at 08:33:15PM +0530, Ajay Raut ( Tech Ops ) wrote: > Hi, > > I m trying to run BGP through the GRE tunnel, Tunnel is working fine. > > *Though i am seeing following error logs on bird.* > > 2015-09-07 20:29:34 vpn: Connecting to 10.200.206.250 from local > address 10.200.2

Running Bird bgp through GRE tunnel

2015-09-07 Thread Ajay Raut ( Tech Ops )
Hi, I m trying to run BGP through the GRE tunnel, Tunnel is working fine. *Though i am seeing following error logs on bird.* 2015-09-07 20:29:34 vpn: Connecting to 10.200.206.250 from local address 10.200.206.249 2015-09-07 20:29:34 vpn: Connection lost (No route to host) *My bird.conf fil