1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-19 06:58:54 +01:00
Files
Stefan Agner 927f85a8cf Enable IPv6 on Docker default bridge (#4678)
Restores IPv6 forwarding that was dropped in d918dace. With ipv6=true,
dockerd enables net.ipv6.conf.all.forwarding at startup (and sets the
IPv6 FORWARD chain policy to DROP), matching IPv4 behavior. Fixes the
regression worked around in supervisor#6720 (issue #4630).

Note: Supervisor since
https://github.com/home-assistant/supervisor/pull/6720 (shipped with
Supervisor 2026.04.0) already enables IPv6 explicitly on the hassio
bridge by default, so this OS-level change is not strictly required to
restore IPv6 forwarding. It is still the right thing to do - letting
Docker take control of IPv6 forwarding (just like IPv4) is what the
original commit intended, and it ensures correct behavior independent
of Supervisor's defaults.
2026-05-06 15:17:04 +02:00
..
2018-03-31 01:11:35 +02:00
2020-05-04 15:11:43 +02:00
2018-04-10 22:44:55 +02:00
2021-05-25 14:40:54 +02:00