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] 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 =