- 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
-
- 22 Jul, 2019 6 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
ineol authored
-
Antonin Décimo authored
-
Antonin Décimo authored
`if_conf` can be null if the allocation fails in line 520.
-
Antonin Décimo authored
-
- 28 Jun, 2019 1 commit
-
-
Léo Stefanesco authored
Set the version to be "unknown" when the git repository does not contain any tags.
-
- 26 Jun, 2019 2 commits
-
-
Juliusz Chroboczek authored
Only allocate the neighbour after all the basic sanity checks have been performed. This is important in the HMAC branch.
-
Juliusz Chroboczek authored
-
- 25 Jun, 2019 3 commits
-
-
Juliusz Chroboczek authored
This slows down initial convergence, but avoids a broadcast burst at boot. Thanks to Teco Boot for pointing this out.
-
Killian Lufau authored
The purpose is to override *locally* RTA_PREFSRC ('src' in ip-route).
-
Killian Lufau authored
This is only a cleanup and not a functional change
-
- 11 Apr, 2019 2 commits
-
-
Juliusz Chroboczek authored
Source prefix can be specified only once.
-
Killian Lufau authored
It was removed by accident in commit ce457a79.
-
- 17 Mar, 2019 1 commit
-
-
Juliusz Chroboczek authored
-
- 14 Mar, 2019 1 commit
-
-
Juliusz Chroboczek authored
DTLS has recently changed to disallow unprotected IHU, so we now need to send IHU over unicast.
-
- 09 Mar, 2019 1 commit
-
-
Juliusz Chroboczek authored
-
- 08 Mar, 2019 6 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
What was I thinking?
-
Juliusz Chroboczek authored
Since this causes flushbuf to take a struct interface, we're basically carrying a struct interface all over the place. Good.
-
Juliusz Chroboczek authored
Avoid the duplication by passing around an interface pointer.
-
Fabian Bläse authored
src_plen for IPv4 routes imported from kernel has not been adjusted to v4mapped encoding. Therefore IPv4 xroutes used an inconsistent encoding which lead to failed comparisons when sending updates. Routes received from neighbors with the same prefix as xroutes therefore have been announced to neighbours instead. This issue is fixed by converting src_plen on import. Signed-off-by: Fabian Bläse <fabian@blaese.de>
-
Juliusz Chroboczek authored
This was introduced when the old_if table was made dynamic.
-
- 26 Dec, 2018 2 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
As pointed out by Toke Boot, this causes huge bursts of Hellos when we encounter many new neighbours at a time.
-