aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2024-01-18 08:13:21 -0800
committerStephen Hemminger <stephen@networkplumber.org>2024-01-18 08:13:21 -0800
commita10e05ad35ade0a42d08512e7d2e09a769bf1ad9 (patch)
treeba52b440adfea73bd50c577c028c84ad0176f653
parent067a17ed32afd73d2bada22b8e2e4028522bbca1 (diff)
downloadiproute2-a10e05ad35ade0a42d08512e7d2e09a769bf1ad9.tar.gz
uapi: remove tc_ipt.h
Removed upstream. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-rw-r--r--include/uapi/linux/tc_act/tc_ipt.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/uapi/linux/tc_act/tc_ipt.h b/include/uapi/linux/tc_act/tc_ipt.h
deleted file mode 100644
index c48d7da67..000000000
--- a/include/uapi/linux/tc_act/tc_ipt.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-#ifndef __LINUX_TC_IPT_H
-#define __LINUX_TC_IPT_H
-
-#include <linux/pkt_cls.h>
-
-enum {
- TCA_IPT_UNSPEC,
- TCA_IPT_TABLE,
- TCA_IPT_HOOK,
- TCA_IPT_INDEX,
- TCA_IPT_CNT,
- TCA_IPT_TM,
- TCA_IPT_TARG,
- TCA_IPT_PAD,
- __TCA_IPT_MAX
-};
-#define TCA_IPT_MAX (__TCA_IPT_MAX - 1)
-
-#endif