chiark / gitweb /
networkd: allow specification of DHCP route metric
[elogind.git] / src / network / networkd.h
index c6e6b22c383e04413fffed24031410c2695dc190..7c5459b6ac218b2c945d2189bc2eaf19294f2418 100644 (file)
@@ -100,6 +100,7 @@ struct Network {
         bool dhcp_broadcast;
         bool dhcp_critical;
         bool dhcp_routes;
+        unsigned dhcp_route_metric;
         bool ipv4ll;
         bool ipv4ll_route;