From 3e221ae2624abdfbe2b685699a0201081f908075 Mon Sep 17 00:00:00 2001 From: Malcolm Stewart Date: Mon, 23 Feb 2026 22:37:43 -0500 Subject: [PATCH] Use host networking for OTBR --- home_assistant.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/home_assistant.yaml b/home_assistant.yaml index 9f41cd9..b93aaa2 100644 --- a/home_assistant.yaml +++ b/home_assistant.yaml @@ -79,8 +79,7 @@ hostname: openthread1 recreate: true restart_policy: "unless-stopped" - network: - - iot + network: host cap_add: - NET_ADMIN - NET_RAW @@ -92,7 +91,7 @@ - "/var/thread_router:/data" env: OT_RCP_DEVICE: "spinel+hdlc+uart:///dev/ttyACM5?uart-baudrate=460800" - OT_INFRA_IF: "eth0" + OT_INFRA_IF: "br5" OT_THREAD_IF: "wpan0" OT_LOG_LEVEL: "7" OT_REST_LISTEN_ADDR: "0.0.0.0"