From: Steven Barth Date: Tue, 19 May 2015 09:01:27 +0000 (+0200) Subject: linux: add compat-define for IFA_F_NOPREFIXROUTE X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=commitdiff_plain;h=9936bbfb3c8f6e39a3bc1f2418180caaca476aaa linux: add compat-define for IFA_F_NOPREFIXROUTE Signed-off-by: Steven Barth --- diff --git a/system-linux.c b/system-linux.c index bfd623b..08b6757 100644 --- a/system-linux.c +++ b/system-linux.c @@ -47,6 +47,10 @@ #define RT_TABLE_PRELOCAL 128 #endif +#ifndef IFA_F_NOPREFIXROUTE +#define IFA_F_NOPREFIXROUTE 0x200 +#endif + #include #include #include