- 15 Dec, 2015 1 commit
-
-
Juliusz Chroboczek authored
-
- 14 Dec, 2015 1 commit
-
-
Matthieu Boutier authored
Two main modifications: - source-specific routes are putted in front of the RIB, - route_stream now allows traversing all routes, all installed routes, or source-specific installed routes.
-
- 12 Nov, 2015 1 commit
-
-
Matthieu Boutier authored
-
- 16 Jun, 2015 1 commit
-
-
Juliusz Chroboczek authored
This fixes compilation under musl.
-
- 24 Jul, 2014 1 commit
-
-
Matthieu Boutier authored
It also update the route's id.
-
- 20 Jun, 2014 2 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 14 Nov, 2013 3 commits
-
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
- 24 Jun, 2013 1 commit
-
-
Matthieu Boutier authored
-
- 11 Apr, 2013 3 commits
-
-
Juliusz Chroboczek authored
Thanks to Julien Cristau.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 04 Apr, 2013 1 commit
-
-
Juliusz Chroboczek authored
This was requested by people who want to parse the local socket output using sed/awk scripts.
-
- 07 Jan, 2013 1 commit
-
-
Gabriel Kerneis authored
Use the hostname instead of "alamakota" when announcing the router on the local interface. It would make it possible for visualisation tools, such as babelweb, to display a meaningful name automatically.
-
- 11 Feb, 2012 2 commits
-
-
Matthieu Boutier authored
-
Denis Ovsienko authored
FreeBSD system headers have their own "struct route", which made it impossible to compile babeld. Switching babeld to "struct babel_route".
-
- 06 Oct, 2011 3 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
This changes the route table to be a sorted table of linked lists of routes to a given prefix, which makes most route operations behave in O(log n). Insertion and flushing of a prefix is still O(n), but these are fairly rare operations. A nice side-effect is that the route table is now private to route.c, which should make it easy to switch to a different data structure in the future.
-
Juliusz Chroboczek authored
-
- 09 Sep, 2011 2 commits
-
-
Juliusz Chroboczek authored
-
Matthieu Boutier authored
-
- 05 Mar, 2011 2 commits
-
-
Gabriel Kerneis authored
-
Gabriel Kerneis authored
-
- 26 Apr, 2010 1 commit
-
-
Juliusz Chroboczek authored
-
- 11 Aug, 2009 1 commit
-
-
Juliusz Chroboczek authored
-
- 09 Oct, 2008 1 commit
-
-
Juliusz Chroboczek authored
-
- 23 Sep, 2008 1 commit
-
-
Juliusz Chroboczek authored
-
- 21 Sep, 2008 1 commit
-
-
Juliusz Chroboczek authored
Run make EXTRA_DEFINES=-DNO_LOCAL_INTERFACE.
-
- 11 Jun, 2008 1 commit
-
-
Juliusz Chroboczek authored
-
- 03 Apr, 2008 2 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 31 Mar, 2008 1 commit
-
-
Juliusz Chroboczek authored
-
- 30 Mar, 2008 4 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-