mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 07:26:28 +00:00
Enable IPv6 forwarding by default (#1832)
Enable IPv6 forwarding by default which is useful to run IPv6 based OpenThread Border Router. Currently Docker enables IPv4 forwarding by default. Enabling IPv6 support will enable IPv6 routing as well, but we are not ready yet to enable IPv6 support for Docker at this point. Enabling IPv6 forwarding should be harmless as there are no IPv6 addresses configured internally and Home Assistant OS is not typically dual-homed. In cases where it is dual-homed (e.g. VPN), routing is often used and firewalling is setup as part of that add-on.
This commit is contained in:
parent
afff68ca4d
commit
d9ec603164
@ -0,0 +1 @@
|
||||
net.ipv6.conf.all.forwarding = 1
|
Loading…
x
Reference in New Issue
Block a user