chiark / gitweb /
networkd: address add support to configure flags (#4201)
[elogind.git] / src / basic / missing.h
index 36d9d10168f0d052e3967bbcc5c6d148bacf46e0..eab4200d3e7c83478107d7f0c86071adac901774 100644 (file)
@@ -1061,6 +1061,10 @@ typedef int32_t key_serial_t;
 #define ETHERTYPE_LLDP 0x88cc
 #endif
 
+#ifndef IFA_F_MCAUTOJOIN
+#define IFA_F_MCAUTOJOIN 0x400
+#endif
+
 #endif
 
 #include "missing_syscall.h"