linux: add compat-define for IFA_F_NOPREFIXROUTE
authorSteven Barth <steven@midlink.org>
Tue, 19 May 2015 09:01:27 +0000 (11:01 +0200)
committerSteven Barth <steven@midlink.org>
Tue, 19 May 2015 09:01:27 +0000 (11:01 +0200)
Signed-off-by: Steven Barth <steven@midlink.org>
system-linux.c

index bfd623b..08b6757 100644 (file)
 #define RT_TABLE_PRELOCAL 128
 #endif
 
 #define RT_TABLE_PRELOCAL 128
 #endif
 
+#ifndef IFA_F_NOPREFIXROUTE
+#define IFA_F_NOPREFIXROUTE 0x200
+#endif
+
 #include <string.h>
 #include <fcntl.h>
 #include <glob.h>
 #include <string.h>
 #include <fcntl.h>
 #include <glob.h>