Disable reachability-check of default-route for agents

I faced a couple of network issues, mostly caused by network restarts.
In these cases, the configured default route was not added, and the
logs suggested enabling the GatewayOnLink option. This change actually
does this. Beside that, the dedicated Route-section highlights that
the options belong to the routing.
This commit is contained in:
2026-08-08 14:20:23 +02:00
parent 4dfe859ed8
commit 6d3b103c8f

View File

@@ -2,4 +2,6 @@
Name={{ target_nic }}
[Network]
DHCP=yes
[Route]
Gateway={{ private_nat }}
GatewayOnLink=yes