- 12 Nov, 2015 3 commits
-
-
Matthieu Boutier authored
-
Matthieu Boutier authored
-
Matthieu Boutier authored
- We keep the "export-table" option for compatibility reasons. - It overrides the selection of source-specific tables. Not sure if it is the right thing to do. Thanks to Jernej Kos <jernej@kos.mx> for its review.
-
- 01 Oct, 2015 1 commit
-
-
Juliusz Chroboczek authored
-
- 25 Aug, 2015 2 commits
-
-
Matthieu Boutier authored
-
Toke Høiland-Jørgensen authored
The previous patch to only write sysctls when needed failed to restore values that was 0 before being set by babeld. This fixes that. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
-
- 20 Aug, 2015 5 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Toke Høiland-Jørgensen authored
This adds a configuration flag to skip kernel (sysctl) setup on daemon startup. This can be useful if running in, e.g., a container environment where setting sysctls are not allowed. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
-
Toke Høiland-Jørgensen authored
This reworks the sysctl handling to only write a sysctl if it is not already the desired value. In addition, the Linux sysctl knobs are now stored in a lookup table which is looped through, to avoid code duplication in the setup routine. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
-
- 31 Jul, 2015 1 commit
-
-
Juliusz Chroboczek authored
-
- 10 Jul, 2015 3 commits
-
-
Juliusz Chroboczek authored
There is no equivalent config-file option, since I'm worried about config files being copied between nodes.
-
Juliusz Chroboczek authored
-
Matthieu Boutier authored
This patch fix the non-disambiguation behaviour: we were looking to disambiguation entries to remove or replace, which is a complete non-sense, since there should not being disambiguation entries.
-
- 03 Jul, 2015 4 commits
-
-
Juliusz Chroboczek authored
Sigh.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
This is simpler and avoids issues with changing router-ids.
-
Juliusz Chroboczek authored
This increases the chances for a stable router-id in case the set of interfaces changes.
-
- 27 Jun, 2015 2 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 20 Jun, 2015 1 commit
-
-
Juliusz Chroboczek authored
-
- 16 Jun, 2015 6 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
This fixes compilation under musl.
-
Juliusz Chroboczek authored
This fixes compilation under musl.
-
Matthieu Boutier authored
Based on the kernel version, can be overridden explicitly.
-
- 04 Jun, 2015 4 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Prefixes are counted in bits, not in bytes. It is safe to compare all 16 bytes, since prefixes are always normalised -- they have zeroes beyond the prefix length, see mask_prefix. Alternatively, we could use prefix_cmp.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 31 May, 2015 1 commit
-
-
Juliusz Chroboczek authored
-
- 14 Apr, 2015 2 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 13 Apr, 2015 2 commits
-
-
Matthieu Boutier authored
Was used in the first version of the disambiguation.c algorithm.
-
Matthieu Boutier authored
-
- 28 Mar, 2015 3 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-