aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tc_ematch
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2005-07-22 14:47:25 -0400
committerDavid S. Miller <davem@davemloft.net>2005-07-22 14:47:25 -0400
commit28e212fb360ce2568edd60b93d60683d5ad24146 (patch)
treecde99771e1cd026648c7a80e44ae66b710920e78 /include/linux/tc_ematch
parent14a59e1829cd5782ad1a8979e594578f49f3e2c1 (diff)
[PKT_SCHED]: Kill TCF_META_ID_REALDEV from meta ematch.
It won't exist any longer when we shrink the SKB in 2.6.14, and we should kill this off before anyone in userspace starts using it. Signed-off-by: David S. Miller <davem@davemloft.net> Acked-by: Thomas Graf <tgraf@suug.ch>
Diffstat (limited to 'include/linux/tc_ematch')
-rw-r--r--include/linux/tc_ematch/tc_em_meta.h1
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 90ab9f95d43d..150efe07ff6b 100644
--- a/include/linux/tc_ematch/tc_em_meta.h
+++ b/include/linux/tc_ematch/tc_em_meta.h
@@ -42,7 +42,6 @@ enum
42 TCF_META_ID_LOADAVG_2, 42 TCF_META_ID_LOADAVG_2,
43 TCF_META_ID_DEV, 43 TCF_META_ID_DEV,
44 TCF_META_ID_INDEV, 44 TCF_META_ID_INDEV,
45 TCF_META_ID_REALDEV,
46 TCF_META_ID_PRIORITY, 45 TCF_META_ID_PRIORITY,
47 TCF_META_ID_PROTOCOL, 46 TCF_META_ID_PROTOCOL,
48 TCF_META_ID_SECURITY, /* obsolete */ 47 TCF_META_ID_SECURITY, /* obsolete */