diff options
author | David Howells <dhowells@redhat.com> | 2012-10-09 04:49:05 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-09 04:49:05 -0400 |
commit | 611128eb3927941abcfdca5b7515cf02aab601ec (patch) | |
tree | 79cca8ac2f02838eb097436744558aad84b5d86d /include/linux/tc_act/tc_ipt.h | |
parent | ff1e1756c974fc1cb68b6e74cd123ad59cf07a2d (diff) |
UAPI: (Scripted) Disintegrate include/linux/tc_act
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Michael Kerrisk <mtk.manpages@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'include/linux/tc_act/tc_ipt.h')
-rw-r--r-- | include/linux/tc_act/tc_ipt.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/include/linux/tc_act/tc_ipt.h b/include/linux/tc_act/tc_ipt.h deleted file mode 100644 index a2335563d21f..000000000000 --- a/include/linux/tc_act/tc_ipt.h +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | #ifndef __LINUX_TC_IPT_H | ||
2 | #define __LINUX_TC_IPT_H | ||
3 | |||
4 | #include <linux/pkt_cls.h> | ||
5 | |||
6 | #define TCA_ACT_IPT 6 | ||
7 | |||
8 | enum { | ||
9 | TCA_IPT_UNSPEC, | ||
10 | TCA_IPT_TABLE, | ||
11 | TCA_IPT_HOOK, | ||
12 | TCA_IPT_INDEX, | ||
13 | TCA_IPT_CNT, | ||
14 | TCA_IPT_TM, | ||
15 | TCA_IPT_TARG, | ||
16 | __TCA_IPT_MAX | ||
17 | }; | ||
18 | #define TCA_IPT_MAX (__TCA_IPT_MAX - 1) | ||
19 | |||
20 | #endif | ||