update headers based on 4.9-rc7

This commit is contained in:
Stephen Hemminger 2016-11-29 11:36:47 -08:00
parent b932e6f372
commit 6e2e71e16e
1 changed files with 1 additions and 1 deletions

View 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 */