chiark / gitweb /
networkd: remove vestigial event sources
[elogind.git] / src / network / networkd-network.c
index fc62395217fd5032a8ae8f331514a4ae8b08c9e6..a2e27e09103e10b212519f8cb4857be5a9739200 100644 (file)
@@ -85,6 +85,7 @@ static int network_load_one(Manager *manager, const char *filename) {
         network->dhcp_hostname = true;
         network->dhcp_routes = true;
         network->dhcp_sendhost = true;
+        network->dhcp_route_metric = DHCP_ROUTE_METRIC;
 
         network->llmnr = LLMNR_SUPPORT_YES;