Re: [Babel-users] Betweenness centrality: extend ROUTE UPDATE

2016-11-21 Thread Lorenzo Ghiro
Thank you Matthieu! Precise and super fast answer :) 2016-11-21 18:07 GMT+01:00 Matthieu Boutier < bout...@pps.univ-paris-diderot.fr>: > Hi Lorenzo, > > > Is this the right place where to ask? > > Yes. > > > how to get the routing table entry matching a given prefix... > > You must iterate over

Re: [Babel-users] babel export routes from bird to routing table?

2016-11-21 Thread Christof Schulze
Hi Juliusz, Thank you very much for your response. * I am aware that babel 1.8 is not stable yet. It's stable -- I just need to take the time to do a release. Great to hear! :) I have not seen any weird behavior in my tests with a small amount of nodes. > As Babel 1.8 will be incompatible

Re: [Babel-users] Betweenness centrality: extend ROUTE UPDATE

2016-11-21 Thread Matthieu Boutier
Hi Lorenzo, > Is this the right place where to ask? Yes. > how to get the routing table entry matching a given prefix... You must iterate over all the routing entries with "route streams" and search the one you want (or write your own function). For example: struct babel_route *rt =