- 14 May, 2020 9 commits
-
-
Théophile Bastian authored
In the following topology A --[v4]-- B --[v6]-- C if B does not support v4ov6 (eg. because of an old kernel), it can nevertheless announce a v4-over-v6 route to C, since the route in its own routing table is pure v4.
-
Théophile Bastian authored
Detection is based on the kernel version, and can be overridden by the configuration option `v4-over-v6 {true|false}`. If v4-over-v6 is not supported, ignores v4-over-v6 routes early.
-
Théophile Bastian authored
-
Théophile Bastian authored
-
Théophile Bastian authored
-
Théophile Bastian authored
-
Théophile Bastian authored
-
Théophile Bastian authored
-
Théophile Bastian authored
-
- 21 Apr, 2020 1 commit
-
-
Juliusz Chroboczek authored
-
- 17 Apr, 2020 2 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
An empty IPv4 source prefix is represented by a v4mapped default prefix. This was not always the case. Thanks to Fabian Blaese.
-
- 15 Apr, 2020 10 commits
-
-
Théophile Bastian authored
-
Antonin Décimo authored
-
Antonin Décimo authored
-
Antonin Décimo authored
-
Antonin Décimo authored
The code was removed in 0111f5c1.
-
Antonin Décimo authored
-
Antonin Décimo authored
-
Antonin Décimo authored
-
Antonin Décimo authored
-
Antonin Décimo authored
The original code was taken from netlink's manpage, which is buggy. The buffer might not be aligned to struct nlmsghdr pointers.
-
- 20 Aug, 2019 1 commit
-
-
Juliusz Chroboczek authored
-
- 19 Aug, 2019 1 commit
-
-
Dave Taht authored
-
- 18 Aug, 2019 1 commit
-
-
Juliusz Chroboczek authored
This would cause an assertion failure whenever we sent a Unicast Hello. Thanks to Dave Taht.
-
- 07 Aug, 2019 1 commit
-
-
Christof Schulze authored
* clarify code flow, only checking for future state once * clarify error messages when MTU is guessed by including the MTU value
-
- 05 Aug, 2019 2 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 04 Aug, 2019 1 commit
-
-
Juliusz Chroboczek authored
As suggested by Christof Schulze.
-
- 26 Jul, 2019 9 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
It's a minor optimisation, but it makes me happy.
-
Juliusz Chroboczek authored
If no Hello has been buffered yet, insert an unscheduled Hello. This only works if rfc6126-compatible is false.
-
Juliusz Chroboczek authored
This just implements the sending functions, it doesn't actually do anything with them yet.
-
Juliusz Chroboczek authored
This fixes the case where a neighbour only sends unscheduled Hellos.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Incorrect message size when neighbour is not link-local.
-
Juliusz Chroboczek authored
Now that we have sub-TLVs and crypto keys, the previous value is no longer suitable.
-
- 25 Jul, 2019 2 commits
-
-
Christof Schulze authored
-
Christof Schulze authored
-