From 610ded9e57b9f99f3f25732ad654eefa1da22fbf Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 25 Apr 2025 16:15:05 -0700 Subject: [PATCH] this is ignored in this networkmanager --- selfdrive/ui/qt/network/wifi_manager.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/selfdrive/ui/qt/network/wifi_manager.cc b/selfdrive/ui/qt/network/wifi_manager.cc index 3d4bb9e7d1..3256fa6349 100644 --- a/selfdrive/ui/qt/network/wifi_manager.cc +++ b/selfdrive/ui/qt/network/wifi_manager.cc @@ -439,7 +439,6 @@ void WifiManager::addTetheringConnection() { address["prefix"] = 24u; connection["ipv4"]["address-data"] = QVariant::fromValue(IpConfig() << address); connection["ipv4"]["gateway"] = "192.168.43.1"; - connection["ipv4"]["never-default"] = true; connection["ipv6"]["method"] = "ignore"; asyncCall(NM_DBUS_PATH_SETTINGS, NM_DBUS_INTERFACE_SETTINGS, "AddConnection", QVariant::fromValue(connection));