]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net-sched: Fix actions flushing
authorJamal Hadi Salim <hadi@cyberus.ca>
Wed, 13 Aug 2008 09:41:22 +0000 (02:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Aug 2008 09:41:22 +0000 (02:41 -0700)
commitf97017cdefefdb6a0e19266024b0c6f9fd411eeb
treed223eabc477ff3bd172aac7dd9ab83e1566acf17
parent34093d055e09d1bb549efc11c8d448373437bbe4
net-sched: Fix actions flushing

Flushing of actions has been broken since we changed
the semantics of netlink parsed tb[X] to mean X is an attribute type.
This makes the flushing work.

Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_api.c