minor kernel header update

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Stephen Hemminger 2017-01-09 12:09:26 -08:00
parent 1693e4f257
commit e467a283b1
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,6 @@
#include <linux/types.h>
#include <linux/pkt_sched.h>
/* Action attributes */
enum {
TCA_ACT_UNSPEC,

View File

@ -350,6 +350,7 @@ struct rtnexthop {
#define RTNH_F_ONLINK 4 /* Gateway is forced on link */
#define RTNH_F_OFFLOAD 8 /* offloaded route */
#define RTNH_F_LINKDOWN 16 /* carrier-down on nexthop */
#define RTNH_F_UNRESOLVED 32 /* The entry is unresolved (ipmr) */
#define RTNH_COMPARE_MASK (RTNH_F_DEAD | RTNH_F_LINKDOWN | RTNH_F_OFFLOAD)