]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
uapi: remove tc_ipt.h
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 18 Jan 2024 16:13:21 +0000 (08:13 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 18 Jan 2024 16:13:21 +0000 (08:13 -0800)
Removed upstream.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
include/uapi/linux/tc_act/tc_ipt.h [deleted file]

diff --git a/include/uapi/linux/tc_act/tc_ipt.h b/include/uapi/linux/tc_act/tc_ipt.h
deleted file mode 100644 (file)
index c48d7da..0000000
+++ /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