diff options
| author | Thomas Graf <tgraf@suug.ch> | 2005-01-09 21:29:48 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.davemloft.net> | 2005-01-09 21:29:48 -0800 |
| commit | 89601f826ca69db1167719daaf39a5d99809528d (patch) | |
| tree | 70efd25f1f8c4d3a8cb0d909661890ad8caeb0ff /include/linux | |
| parent | 1e1b69df07ad18c73a4e841cc90bf08263d3eda5 (diff) | |
[PKT_SCHED]: route: allow changing parameters for existing filters and use tcf_exts API
Transforms route to use tcf_exts API and thus adds support for
actions. Replaces the existing change implementation with a new one
supporting changes for existing filters which allows to change a
classifier without letting a single packet pass by unclassified.
Fixes various cases where a error is returned but the filter was
changed already.
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 45ed903d247c..3781ca6480fe 100644 --- a/include/linux/pkt_cls.h +++ b/include/linux/pkt_cls.h @@ -280,6 +280,7 @@ enum TCA_ROUTE4_FROM, TCA_ROUTE4_IIF, TCA_ROUTE4_POLICE, + TCA_ROUTE4_ACT, __TCA_ROUTE4_MAX }; |
