1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

[network] Default ipv6 to false to always set the flags (#6937)

* [network] Default ipv6 to false to always set the flags

* Separate tests for ipv6 disabled and enabled

* Forgot other platforms wouldnt have the variable in config
This commit is contained in:
Jesse Hills
2024-06-19 15:09:16 +12:00
committed by GitHub
parent 310f850ee4
commit 8567877f07
9 changed files with 44 additions and 12 deletions

View File

@@ -0,0 +1,4 @@
substitutions:
network_enable_ipv6: "true"
<<: !include common.yaml