diskimage-builder/releasenotes/notes/remove-solicit-delay-57a035b91922522a.yaml
Clark Boylan d1e49214ce Remove RA solicit delay
It turns out that this breaks ipv6 config with NM. Instead what we want
is for glean to not up interfaces on boot (see the depends-on).

Change-Id: I6c5bc76c433e29f02d3266ab8f669015125ec954
Depends-On: https://review.opendev.org/#/c/688031
2019-10-11 15:29:32 -07:00

9 lines
384 B
YAML

---
deprecations:
- |
The ``DIB_SIMPLE_INIT_NETWORKMANAGER_IPV6_DELAY`` variable is removed as
it turned out that increasing this delay increased the odds that
NetworkManager would fail to configure IPv6 on an interface. Instead,
glean has been updated to not up interfaces and relies on NetworkManager
to do this. This results in reliable IPv4 and IPv6 config.