chiark / gitweb /
systemd-networkd: Use IFA_F_NOPREFIXROUTE with IPv6 addresses
[elogind.git] / src / network / networkd.h
index 8bdc2bed82b24191a1581790b687efa3cd632143..c26d64e38331bf3a70d8a72a1917ae6c3dcbdb54 100644 (file)
@@ -173,7 +173,7 @@ struct Address {
         int family;
         unsigned char prefixlen;
         unsigned char scope;
-        unsigned char flags;
+        uint32_t flags;
         char *label;
 
         struct in_addr broadcast;