From: Susant Sahani Date: Sat, 8 Oct 2016 11:05:41 +0000 (+0530) Subject: networkd: address add support to configure flags (#4201) X-Git-Tag: v232.2~45 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ce568d6eae0be7a3faa0c2a43b7ec612528ff070;p=elogind.git networkd: address add support to configure flags (#4201) This patch enables to configure IFA_F_HOMEADDRESS IFA_F_NODAD IFA_F_MANAGETEMPADDR IFA_F_NOPREFIXROUTE IFA_F_MCAUTOJOIN --- diff --git a/src/basic/missing.h b/src/basic/missing.h index 36d9d1016..eab4200d3 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -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"