From 9936bbfb3c8f6e39a3bc1f2418180caaca476aaa Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 19 May 2015 11:01:27 +0200 Subject: [PATCH] linux: add compat-define for IFA_F_NOPREFIXROUTE Signed-off-by: Steven Barth --- system-linux.c | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.11.0