chiark / gitweb /
networkd: store ifindex as int
[elogind.git] / src / network / networkd.h
index bae2852845e9795ce7eac4330db3ca41e6cab026..fe63cfbd4ea880c13f8ed0dc8c654eefd2b1cde6 100644 (file)
@@ -96,6 +96,7 @@ struct Network {
         bool dhcp_critical;
         bool dhcp_routes;
         bool ipv4ll;
+        bool ipv4ll_route;
 
         bool dhcp_server;
 
@@ -172,7 +173,7 @@ struct Link {
 
         int n_ref;
 
-        uint64_t ifindex;
+        int ifindex;
         char *ifname;
         char *state_file;
         struct ether_addr mac;