aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2005-01-09 21:31:20 -0800
committerDavid S. Miller <davem@nuts.davemloft.net>2005-01-09 21:31:20 -0800
commitbd6781a99e25e4d0f701025d47f781e1bec3b84d (patch)
treec2d172a7630421d7ea350622dcea92cb374dd6db /include
parentcb589a66945276f1c366870ded953f213cdf9a57 (diff)
downloadhistory-bd6781a99e25e4d0f701025d47f781e1bec3b84d.tar.gz
[PKT_SCHED]: rsvp: use tcf_exts API
Transforms tcindex to use tcf_exts API and thus adds support for actions. Needs more work to allow changing parameters for existing filters. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/pkt_cls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pkt_cls.h b/include/linux/pkt_cls.h
index 8174eba08651dd..3101ef5000adf0 100644
--- a/include/linux/pkt_cls.h
+++ b/include/linux/pkt_cls.h
@@ -249,6 +249,7 @@ enum
TCA_RSVP_SRC,
TCA_RSVP_PINFO,
TCA_RSVP_POLICE,
+ TCA_RSVP_ACT,
__TCA_RSVP_MAX
};