chiark / gitweb /
Fix IPv6PrivacyExtension (networkd-ndisc.c)
[elogind.git] / src / basic / missing.h
index af071bd37b7e873695e24e2bd00f4b643812e238..19f41e87193b9974615aca1e9ca3dd6484dbc1d5 100644 (file)
@@ -979,6 +979,10 @@ static inline int setns(int fd, int nstype) {
 #define IFA_FLAGS 8
 #endif
 
 #define IFA_FLAGS 8
 #endif
 
+#ifndef IFA_F_MANAGETEMPADDR
+#define IFA_F_MANAGETEMPADDR 0x100
+#endif
+
 #ifndef IFA_F_NOPREFIXROUTE
 #define IFA_F_NOPREFIXROUTE 0x200
 #endif
 #ifndef IFA_F_NOPREFIXROUTE
 #define IFA_F_NOPREFIXROUTE 0x200
 #endif