diff options
| author | Thomas Graf <tgraf@suug.ch> | 2005-01-09 21:31:20 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.davemloft.net> | 2005-01-09 21:31:20 -0800 |
| commit | bd6781a99e25e4d0f701025d47f781e1bec3b84d (patch) | |
| tree | c2d172a7630421d7ea350622dcea92cb374dd6db /include/linux | |
| parent | cb589a66945276f1c366870ded953f213cdf9a57 (diff) | |
[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/linux')
| -rw-r--r-- | include/linux/pkt_cls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pkt_cls.h b/include/linux/pkt_cls.h index 8174eba08651..3101ef5000ad 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 }; |
