]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
update kernel headers
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 27 Oct 2017 06:31:26 +0000 (08:31 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 27 Oct 2017 06:31:26 +0000 (08:31 +0200)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
include/uapi/linux/ip6_tunnel.h
include/uapi/linux/pkt_sched.h

index 425926c467d7ac8c30010e4aa3b6f664954d0ad1..ffebbe3654789739ea8cf9f50f05e5bce6bd5286 100644 (file)
@@ -20,6 +20,8 @@
 #define IP6_TNL_F_RCV_DSCP_COPY 0x10
 /* copy fwmark from inner packet */
 #define IP6_TNL_F_USE_ORIG_FWMARK 0x20
+/* allow remote endpoint on the local node */
+#define IP6_TNL_F_ALLOW_LOCAL_REMOTE 0x40
 
 struct ip6_tnl_parm {
        char name[IFNAMSIZ];    /* name of tunnel device */
index e95b5c9b9fad9ad5eabb62fbdb707fd9def05cfb..e7cc3d3c74210d6e7123c1149155604f41eb9aea 100644 (file)
@@ -74,6 +74,7 @@ struct tc_estimator {
 #define TC_H_INGRESS    (0xFFFFFFF1U)
 #define TC_H_CLSACT    TC_H_INGRESS
 
+#define TC_H_MIN_PRIORITY      0xFFE0U
 #define TC_H_MIN_INGRESS       0xFFF2U
 #define TC_H_MIN_EGRESS                0xFFF3U