]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
minor kernel header update
authorStephen Hemminger <stephen@networkplumber.org>
Mon, 9 Jan 2017 20:09:26 +0000 (12:09 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 9 Jan 2017 20:09:26 +0000 (12:09 -0800)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
include/linux/pkt_cls.h
include/linux/rtnetlink.h

index fef68c4c7a43f82ec94b3e4a9e4fa09d3e80f943..a081efbd61a27426a9e8bdd12e7c94c165a8d194 100644 (file)
@@ -4,7 +4,6 @@
 #include <linux/types.h>
 #include <linux/pkt_sched.h>
 
-
 /* Action attributes */
 enum {
        TCA_ACT_UNSPEC,
index 78a70c274518ca3fc1eca3ff85c8f6c96e5f43d9..998ac8ee20e7fec90627b86576bacfec87c82244 100644 (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)