chiark / gitweb /
networkctl: increase column width for link type to 18, to accomodate for 'ieee80211_r...
[elogind.git] / src / network / networkd-network.c
index 056e063f26a79a2e9b9e272dd8a6fbc868519eb1..e13e4a0f620b2c585ee09e84489d99d0c4dcd1e9 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "networkd.h"
 #include "networkd-netdev.h"
+#include "networkd-link.h"
 #include "network-internal.h"
 #include "path-util.h"
 #include "conf-files.h"
@@ -78,13 +79,10 @@ static int network_load_one(Manager *manager, const char *filename) {
         if (!network->filename)
                 return log_oom();
 
-        network->ipv4ll_route = true;
-
         network->dhcp = DHCP_SUPPORT_NONE;
         network->dhcp_ntp = true;
         network->dhcp_dns = true;
         network->dhcp_hostname = true;
-        network->dhcp_domainname = true;
         network->dhcp_routes = true;
         network->dhcp_sendhost = true;