- 07 Aug, 2011 5 commits
-
-
Juliusz Chroboczek authored
We used to recompute this in parse_packet, which is clearly the wrong place.
-
Juliusz Chroboczek authored
The kernel encodes frequency information as a pair of a mantissa and an exponent. The previous code only dealt with exponent being 0 or 1. We now deal with exponents up to 6.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 04 Aug, 2011 4 commits
-
-
Juliusz Chroboczek authored
This moves all metric computation back to route.[ch], where it belongs.
-
Juliusz Chroboczek authored
Conflicts: CHANGES babeld.c kernel_socket.c network.c route.c route.h
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 03 Aug, 2011 5 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Matthieu Boutier authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
This is useful in order to provide extra information to a graphic front-end. In can cause the RIB to explode in some pathological cases, so it is not the default.
-
- 02 Aug, 2011 2 commits
-
-
Juliusz Chroboczek authored
Working out exactly when to call local_notify_neighbour is too error-prone. Call it systematically, at the cost of some extra local traffic.
-
Juliusz Chroboczek authored
This fixes a bug where we forgot to call local_update_neighbour when receiving an IHU. Reported by Gabriel Kerneis.
-
- 01 Aug, 2011 2 commits
-
-
Juliusz Chroboczek authored
Reported by Gabriel Kerneis.
-
Juliusz Chroboczek authored
-
- 30 Jul, 2011 1 commit
-
-
Juliusz Chroboczek authored
-
- 27 Jul, 2011 2 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
It triggers fairly often with the new routing changes.
-
- 18 Jul, 2011 1 commit
-
-
Juliusz Chroboczek authored
The old name conflicts with autoconf-generated files.
-
- 15 Jul, 2011 6 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
This had never been implemented, we were silently ignoring duplicate configuration lines.
-
Juliusz Chroboczek authored
This had never been implemented, we were silently ignoring duplicate configuration lines.
-
Juliusz Chroboczek authored
Noted by Matthieu Boutier.
-
Juliusz Chroboczek authored
Noted by Matthieu Boutier.
-
- 14 Jul, 2011 4 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
As suggested by Dave Taht and Julien Cristau.
-
Juliusz Chroboczek authored
As suggested by Dave Taht and Julien Cristau.
-
- 13 Jul, 2011 8 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Link-local addresses are defined as being in fe80::/10, but they always start with 54 bits of zeroes. Test the whole first byte.
-
Juliusz Chroboczek authored
Link-local addresses are defined as being in fe80::/10, but they always start with 54 bits of zeroes. Test the whole first byte.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Stress the asymmetry with timeval_add_msec, which is purely functional.
-
Juliusz Chroboczek authored
Stress the asymmetry with timeval_add_msec, which is purely functional.
-