diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2009-06-12 12:36:33 -0400 |
---|---|---|
committer | Jan Engelhardt <jengelh@medozas.de> | 2009-08-10 06:25:11 -0400 |
commit | 7cd1837b5d24417eca667d674a97bea936849785 (patch) | |
tree | e7fa824b9309298fde44d82ac67fd3730dc22831 /include/linux | |
parent | bbd8a0d3a3b65d341437f8b99c828fa5cc29c739 (diff) |
netfilter: xtables: remove xt_TOS v0
Superseded by xt_TOS v1 (v2.6.24-2396-g5c350e5).
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/netfilter_ipv4/Kbuild | 2 | ||||
-rw-r--r-- | include/linux/netfilter_ipv4/ipt_TOS.h | 12 | ||||
-rw-r--r-- | include/linux/netfilter_ipv4/ipt_tos.h | 13 |
3 files changed, 0 insertions, 27 deletions
diff --git a/include/linux/netfilter_ipv4/Kbuild b/include/linux/netfilter_ipv4/Kbuild index 3a7105bb8f33..86d81a285f9c 100644 --- a/include/linux/netfilter_ipv4/Kbuild +++ b/include/linux/netfilter_ipv4/Kbuild | |||
@@ -9,7 +9,6 @@ header-y += ipt_NFQUEUE.h | |||
9 | header-y += ipt_REJECT.h | 9 | header-y += ipt_REJECT.h |
10 | header-y += ipt_SAME.h | 10 | header-y += ipt_SAME.h |
11 | header-y += ipt_TCPMSS.h | 11 | header-y += ipt_TCPMSS.h |
12 | header-y += ipt_TOS.h | ||
13 | header-y += ipt_TTL.h | 12 | header-y += ipt_TTL.h |
14 | header-y += ipt_ULOG.h | 13 | header-y += ipt_ULOG.h |
15 | header-y += ipt_addrtype.h | 14 | header-y += ipt_addrtype.h |
@@ -40,7 +39,6 @@ header-y += ipt_sctp.h | |||
40 | header-y += ipt_state.h | 39 | header-y += ipt_state.h |
41 | header-y += ipt_string.h | 40 | header-y += ipt_string.h |
42 | header-y += ipt_tcpmss.h | 41 | header-y += ipt_tcpmss.h |
43 | header-y += ipt_tos.h | ||
44 | header-y += ipt_ttl.h | 42 | header-y += ipt_ttl.h |
45 | 43 | ||
46 | unifdef-y += ip_queue.h | 44 | unifdef-y += ip_queue.h |
diff --git a/include/linux/netfilter_ipv4/ipt_TOS.h b/include/linux/netfilter_ipv4/ipt_TOS.h deleted file mode 100644 index 6bf9e1fdfd88..000000000000 --- a/include/linux/netfilter_ipv4/ipt_TOS.h +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | #ifndef _IPT_TOS_H_target | ||
2 | #define _IPT_TOS_H_target | ||
3 | |||
4 | #ifndef IPTOS_NORMALSVC | ||
5 | #define IPTOS_NORMALSVC 0 | ||
6 | #endif | ||
7 | |||
8 | struct ipt_tos_target_info { | ||
9 | u_int8_t tos; | ||
10 | }; | ||
11 | |||
12 | #endif /*_IPT_TOS_H_target*/ | ||
diff --git a/include/linux/netfilter_ipv4/ipt_tos.h b/include/linux/netfilter_ipv4/ipt_tos.h deleted file mode 100644 index a21f5df23c50..000000000000 --- a/include/linux/netfilter_ipv4/ipt_tos.h +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | #ifndef _IPT_TOS_H | ||
2 | #define _IPT_TOS_H | ||
3 | |||
4 | struct ipt_tos_info { | ||
5 | u_int8_t tos; | ||
6 | u_int8_t invert; | ||
7 | }; | ||
8 | |||
9 | #ifndef IPTOS_NORMALSVC | ||
10 | #define IPTOS_NORMALSVC 0 | ||
11 | #endif | ||
12 | |||
13 | #endif /*_IPT_TOS_H*/ | ||