@@ -2771,6 +2771,9 @@ void InitEthernet()
DEBUG_INFO("Bridge uap0 & eth0 for local power sharing by ethernet.\n");
}
+ // Change uap0 to low priority
+ system("/sbin/ifmetric uap0 1");
+
sleep(5);