chiark / gitweb /
hostnamed: introduce new location machin-info field, too
[elogind.git] / src / network / networkd.h
index b9c5eee54d7fa3d6de91b3df6eef6922af17bacd..9132e70217f665d7d54af4c64513dea1c64a4c11 100644 (file)
 #include "list.h"
 #include "set.h"
 #include "condition-util.h"
-#include "socket-util.h"
+#include "in-addr-util.h"
 
 #define CACHE_INFO_INFINITY_LIFE_TIME 0xFFFFFFFFU
 #define VXLAN_VID_MAX (1u << 24) - 1
-#define DHCP_STATIC_ROUTE_METRIC 1024
+#define DHCP_ROUTE_METRIC 1024
+#define IPV4LL_ROUTE_METRIC 2048
 
 typedef struct NetDev NetDev;
 typedef struct Network Network;