From e467a283b185fc5204c82287b0fb07a972e992e6 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 9 Jan 2017 12:09:26 -0800 Subject: [PATCH] minor kernel header update Signed-off-by: Stephen Hemminger --- include/linux/pkt_cls.h | 1 - include/linux/rtnetlink.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/pkt_cls.h b/include/linux/pkt_cls.h index fef68c4c..a081efbd 100644 --- a/include/linux/pkt_cls.h +++ b/include/linux/pkt_cls.h @@ -4,7 +4,6 @@ #include #include - /* Action attributes */ enum { TCA_ACT_UNSPEC, diff --git a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h index 78a70c27..998ac8ee 100644 --- a/include/linux/rtnetlink.h +++ b/include/linux/rtnetlink.h @@ -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)