From: Stephen Hemminger Date: Fri, 20 Jan 2017 17:26:27 +0000 (-0800) Subject: update kernel headers (from 4.10-rc4) X-Git-Tag: v4.10.0~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6166cc35be0fc8124c4232397e27759170c6b0f7;p=thirdparty%2Fiproute2.git update kernel headers (from 4.10-rc4) Signed-off-by: Stephen Hemminger --- diff --git a/include/linux/pkt_cls.h b/include/linux/pkt_cls.h index fef68c4c7..af17f3c75 100644 --- a/include/linux/pkt_cls.h +++ b/include/linux/pkt_cls.h @@ -343,7 +343,7 @@ enum { TCA_BPF_NAME, TCA_BPF_FLAGS, TCA_BPF_FLAGS_GEN, - TCA_BPF_DIGEST, + TCA_BPF_TAG, __TCA_BPF_MAX, }; diff --git a/include/linux/tc_act/tc_bpf.h b/include/linux/tc_act/tc_bpf.h index a6b88a6f7..975b50dc8 100644 --- a/include/linux/tc_act/tc_bpf.h +++ b/include/linux/tc_act/tc_bpf.h @@ -27,7 +27,7 @@ enum { TCA_ACT_BPF_FD, TCA_ACT_BPF_NAME, TCA_ACT_BPF_PAD, - TCA_ACT_BPF_DIGEST, + TCA_ACT_BPF_TAG, __TCA_ACT_BPF_MAX, }; #define TCA_ACT_BPF_MAX (__TCA_ACT_BPF_MAX - 1)