From a3f8ecba9e454d644c4eddb309d8a614f89388ba Mon Sep 17 00:00:00 2001 From: Evan Date: Fri, 5 Dec 2025 15:08:18 +0000 Subject: [PATCH] prioritise LL4 --- src/exo/shared/types/topology.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exo/shared/types/topology.py b/src/exo/shared/types/topology.py index 33d7c752..0df83510 100644 --- a/src/exo/shared/types/topology.py +++ b/src/exo/shared/types/topology.py @@ -34,4 +34,4 @@ class Connection(CamelCaseModel): ) def is_thunderbolt(self) -> bool: - return str(self.send_back_multiaddr.ipv4_address).startswith("200.0") + return str(self.send_back_multiaddr.ipv4_address).startswith("169.254")