]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
update headers based on 4.9-rc7
authorStephen Hemminger <sthemmin@microsoft.com>
Tue, 29 Nov 2016 19:36:47 +0000 (11:36 -0800)
committerStephen Hemminger <sthemmin@microsoft.com>
Tue, 29 Nov 2016 19:41:58 +0000 (11:41 -0800)
include/linux/rtnetlink.h

index 2d2e3e6c5b81373c9f086f6c35dd523742d519fb..45aedafc5fd8a3e1eebf4687729f67e4b23f2886 100644 (file)
@@ -350,7 +350,7 @@ struct rtnexthop {
 #define RTNH_F_OFFLOAD         8       /* offloaded route */
 #define RTNH_F_LINKDOWN                16      /* carrier-down on nexthop */
 
-#define RTNH_COMPARE_MASK      (RTNH_F_DEAD | RTNH_F_LINKDOWN)
+#define RTNH_COMPARE_MASK      (RTNH_F_DEAD | RTNH_F_LINKDOWN | RTNH_F_OFFLOAD)
 
 /* Macros to handle hexthops */