mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-12 15:00:16 +01:00
Currently, all the probes of an acd instance share the same seed state. This means that the state is updated by all the probes, and as a consequence they get different jitters for the wait timeouts; therefore the order in which addresses become available (and are configured on the interface) is not deterministic. Keep a separate seed state for each probe, initialized from the acd seed. This ensures that all the probes use the same timeouts when sending probe requests, and that in case of no collision, addresses are available in the order of probe start. n-acd pull request: https://github.com/nettools/n-acd/pull/10 |
||
|---|---|---|
| .. | ||
| util | ||
| libnacd.sym | ||
| meson.build | ||
| n-acd-bpf-fallback.c | ||
| n-acd-bpf.c | ||
| n-acd-private.h | ||
| n-acd-probe.c | ||
| n-acd.c | ||
| n-acd.h | ||
| test-api.c | ||
| test-bpf.c | ||
| test-loopback.c | ||
| test-twice.c | ||
| test-unplug.c | ||
| test-unused.c | ||
| test-veth.c | ||
| test.h | ||