From 89601f826ca69db1167719daaf39a5d99809528d Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Sun, 9 Jan 2005 21:29:48 -0800 Subject: [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 Signed-off-by: David S. Miller --- include/linux/pkt_cls.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') 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 }; -- cgit v1.2.3