Enable IPv6 for host (#11630)

This commit is contained in:
Jimmy Hedman
2025-11-02 23:22:49 +01:00
committed by GitHub
parent 50e7ce55e7
commit c822ec152f
2 changed files with 4 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ CONFIG_SCHEMA = cv.Schema(
esp32=False,
rp2040=False,
bk72xx=False,
host=False,
): cv.All(
cv.boolean,
cv.Any(
@@ -64,6 +65,7 @@ CONFIG_SCHEMA = cv.Schema(
esp8266_arduino=cv.Version(0, 0, 0),
rp2040_arduino=cv.Version(0, 0, 0),
bk72xx_arduino=cv.Version(1, 7, 0),
host=cv.Version(0, 0, 0),
),
cv.boolean_false,
),

View File

@@ -0,0 +1,2 @@
network:
enable_ipv6: true