From: Stephen Hemminger Date: Mon, 9 Jan 2017 20:09:26 +0000 (-0800) Subject: minor kernel header update X-Git-Tag: v4.11.0~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e467a283b185fc5204c82287b0fb07a972e992e6;p=thirdparty%2Fiproute2.git minor kernel header update Signed-off-by: Stephen Hemminger --- diff --git a/include/linux/pkt_cls.h b/include/linux/pkt_cls.h index fef68c4c7..a081efbd6 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 78a70c274..998ac8ee2 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)