chiark / gitweb /
networkd: address add support to configure flags (#4201)
authorSusant Sahani <ssahani@users.noreply.github.com>
Sat, 8 Oct 2016 11:05:41 +0000 (16:35 +0530)
committerSven Eden <yamakuzure@gmx.net>
Wed, 5 Jul 2017 06:50:54 +0000 (08:50 +0200)
This patch enables to configure

IFA_F_HOMEADDRESS
IFA_F_NODAD
IFA_F_MANAGETEMPADDR
IFA_F_NOPREFIXROUTE
IFA_F_MCAUTOJOIN

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"