- 18 Jun, 2013 1 commit
-
-
Matthieu Boutier authored
This was causing the parser to ignore the rest of the file after an unknown option.
-
- 16 Jun, 2013 1 commit
-
-
Juliusz Chroboczek authored
-
- 15 Jun, 2013 5 commits
-
-
Matthieu Boutier authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Toke Høiland-Jørgensen authored
-
Toke Høiland-Jørgensen authored
-
- 14 Jun, 2013 4 commits
-
-
Juliusz Chroboczek authored
This avoids various unpleasant edge-cases.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 13 Jun, 2013 2 commits
-
-
Matthieu Boutier authored
-
Juliusz Chroboczek authored
This probably ensures that everything that can be done from the command-line can be done from the configuration file.
-
- 12 Jun, 2013 8 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
This also adds options protocol-port and protocol-group.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 26 May, 2013 1 commit
-
-
Juliusz Chroboczek authored
-
- 03 May, 2013 4 commits
-
-
Juliusz Chroboczek authored
This was causing the channel list to remain stuck at the old value when we were rerouting.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 02 May, 2013 2 commits
-
-
Juliusz Chroboczek authored
Conflicts: CHANGES
-
Baptiste Jonglez authored
Recent linux kernels (roughly 3.x) keep a routing cache for IPv6: each time a host is contacted, a temporary /128 route is added. These routes are visible using “ip -6 route show cache”. Asking babeld to redistribute all IPv6 routes known to the host, using "redistribute ip ::/0", causes it to announce and de-announce these /128 routes frequently, leading other nodes to mark them as unreachable (thus preventing communication with the host described by the /128 route, even though less specific routes are available).
-
- 12 Apr, 2013 2 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 11 Apr, 2013 9 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Interface_up can be called before an IPv6 address has been assigned to the interface. In this case, we need to down the interface again, wait for a few seconds, then attempt to up it again.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Thanks to Julien Cristau.
-
Juliusz Chroboczek authored
Thanks to Julien Cristau.
-
Juliusz Chroboczek authored
This reverts commit 4229bea0.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 04 Apr, 2013 1 commit
-
-
Juliusz Chroboczek authored
The logic that attempted to optimise this away was buggy since it wasn't taking IHU expiration times into account. At any rate, this optimisation is probably not worth the complexity.
-