tree e558c59c98a759663e8691fbf731e5eb3fc49bb6
parent 452f299da3253f65020143f743c2e207b752547b
author Patrick McHardy <[EMAIL PROTECTED]> Tue, 19 Jul 2005 03:34:35 -0700
committer David S. Miller <[EMAIL PROTECTED]> Tue, 19 Jul 2005 03:34:35 -0700

[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 <[EMAIL PROTECTED]>
Signed-off-by: David S. Miller <[EMAIL PROTECTED]>

 include/linux/tc_ematch/tc_em_meta.h |    1 -
 1 files changed, 1 deletion(-)

diff --git a/include/linux/tc_ematch/tc_em_meta.h 
b/include/linux/tc_ematch/tc_em_meta.h
--- a/include/linux/tc_ematch/tc_em_meta.h
+++ b/include/linux/tc_ematch/tc_em_meta.h
@@ -53,7 +53,6 @@ enum
        TCF_META_ID_NFMARK,
        TCF_META_ID_TCINDEX,
        TCF_META_ID_TCVERDICT,
-       TCF_META_ID_TCCLASSID,
        TCF_META_ID_RTCLASSID,
        TCF_META_ID_RTIIF,
        TCF_META_ID_SK_FAMILY,
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to