aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include/uapi/linux/tc_act/tc_bpf.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2019-02-10 09:28:43 -0800
committerDavid S. Miller <davem@davemloft.net>2019-02-10 09:28:43 -0800
commit193dad2abb6294ffcb32e621853e8558621a5b0e (patch)
tree07f8389f0654b58d8f09315fef2000ca61081ca8 /tools/include/uapi/linux/tc_act/tc_bpf.h
parentnet: phy: aquantia: add support for AQCS109 (diff)
parentnet: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICE (diff)
downloadlinux-dev-193dad2abb6294ffcb32e621853e8558621a5b0e.tar.xz
linux-dev-193dad2abb6294ffcb32e621853e8558621a5b0e.zip
Merge branch 'tc-action-identifier-consistency'
Eli Cohen says: ==================== Change tc action identifiers to be more consistent This two patch series modifies TC actions identifiers to be more consistent and also puts them in one place so new identifiers numbers can be chosen more easily. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/include/uapi/linux/tc_act/tc_bpf.h')
-rw-r--r--tools/include/uapi/linux/tc_act/tc_bpf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/include/uapi/linux/tc_act/tc_bpf.h b/tools/include/uapi/linux/tc_act/tc_bpf.h
index 6e89a5df49a4..653c4f94f76e 100644
--- a/tools/include/uapi/linux/tc_act/tc_bpf.h
+++ b/tools/include/uapi/linux/tc_act/tc_bpf.h
@@ -13,8 +13,6 @@
#include <linux/pkt_cls.h>
-#define TCA_ACT_BPF 13
-
struct tc_act_bpf {
tc_gen;
};