diff options
author | Patrick McHardy <kaber@trash.net> | 2005-07-18 16:34:35 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-07-18 16:34:35 -0400 |
commit | 23af27eb8fa9ea8614138c4cded7a16cb4197a55 (patch) | |
tree | e558c59c98a759663e8691fbf731e5eb3fc49bb6 /include | |
parent | 452f299da3253f65020143f743c2e207b752547b (diff) |
[PKT_SCHED]: Kill TCF_META_ID_TCCLASSID.
Thomas Graf states:
> I used to mark such ids as obsolete in the header but since
> skb is on diet anyway and there has been no official
> iproute2 release with the ematch bits included it might be
> a better idea to remove the ids from the header completely.
> Those that have picked up my patch on netdev shouldn't care
> about a ABI breakage, actually I doubt that someone is using
> it already.
So here's the patch to remove it.
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/tc_ematch/tc_em_meta.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/tc_ematch/tc_em_meta.h b/include/linux/tc_ematch/tc_em_meta.h index bcb762d93123..90ab9f95d43d 100644 --- a/include/linux/tc_ematch/tc_em_meta.h +++ b/include/linux/tc_ematch/tc_em_meta.h | |||
@@ -53,7 +53,6 @@ enum | |||
53 | TCF_META_ID_NFMARK, | 53 | TCF_META_ID_NFMARK, |
54 | TCF_META_ID_TCINDEX, | 54 | TCF_META_ID_TCINDEX, |
55 | TCF_META_ID_TCVERDICT, | 55 | TCF_META_ID_TCVERDICT, |
56 | TCF_META_ID_TCCLASSID, | ||
57 | TCF_META_ID_RTCLASSID, | 56 | TCF_META_ID_RTCLASSID, |
58 | TCF_META_ID_RTIIF, | 57 | TCF_META_ID_RTIIF, |
59 | TCF_META_ID_SK_FAMILY, | 58 | TCF_META_ID_SK_FAMILY, |