Improving Logging for auto MTU pick up

This commit is contained in:
Aditya
2023-07-01 05:46:57 +05:30
parent 91e4c94282
commit 9ed3fe03de
+1
View File
@@ -247,6 +247,7 @@ func deployServiceWorkers(image string) {
if strings.Contains(iface.Name, bridgeName) {
targetInterface := iface
mtu = targetInterface.MTU
log.Printf("[INFO] Using MTU %d from interface %s", mtu, targetInterface.Name)
break
}
}