chiark / gitweb /
networkd: add support for peer address
[elogind.git] / src / network / networkd.h
index 6a001751570d2a57e4d473e24b56564c91dcd7cf..5df52c98f4e9a5bc7c34dbc4091cfe6d77b071b9 100644 (file)
@@ -211,6 +211,7 @@ struct Address {
         struct ifa_cacheinfo cinfo;
 
         union in_addr_union in_addr;
+        union in_addr_union in_addr_peer;
 
         LIST_FIELDS(Address, addresses);
 };