chiark / gitweb /
networkd: rename Address and Route list fields
[elogind.git] / src / network / networkd.h
index f250f197424064021ad7eb226bb859150e667975..e2e15b56bb7bd88b58083bc805f8e1a5e3ea87fd 100644 (file)
@@ -172,7 +172,7 @@ struct Address {
                 struct in6_addr in6;
         } in_addr;
 
-        LIST_FIELDS(Address, static_addresses);
+        LIST_FIELDS(Address, addresses);
 };
 
 struct Route {
@@ -194,7 +194,7 @@ struct Route {
                 struct in6_addr in6;
         } dst_addr;
 
-        LIST_FIELDS(Route, static_routes);
+        LIST_FIELDS(Route, routes);
 };
 
 typedef enum LinkState {