File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -207,3 +207,16 @@ docker compose build --no-cache
207
207
docker compose up -d
208
208
docker compose logs -f
209
209
```
210
+
211
+ ### Note when using Thread based Matter devices
212
+
213
+ When communicating with Thread devices through a non-local Thread border router,
214
+ your host must process ICMPv6 Router Advertisements. See the [ openthread.io
215
+ Bidirectional IPv6 Connectivity code labs] ( https://openthread.io/codelabs/openthread-border-router#6 )
216
+ on how-to setup your host correctly. Note that NetworkManager has its own ICMPv6
217
+ Router Advertisement processing. A recent version of NetworkManager is
218
+ necessary, and there are still known issues (see NetworkManager issue
219
+ [ #1232 ] ( https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/1232 ) ).
220
+
221
+ The Home Assistant Operating System 10 and newer correctly processes ICMPv6
222
+ Router Advertisements.
You can’t perform that action at this time.
0 commit comments