commit | b5ac851885accffe0485aea2805df8f2d49c95a8 | [log] [tgz] |
---|---|---|
author | Roman Mashak <mrv@mojatatu.com> | Sat Aug 13 22:35:02 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 17 19:27:51 2016 -0400 |
tree | 4caaedaeea88314553924cc20110e650eb5afe16 | |
parent | 0852e455238f8550fa92b1e40355eb2c6805787e [diff] |
net_sched: allow flushing tc police actions The act_police uses its own code to walk the action hashtable, which leads to that we could not flush standalone tc police actions, so just switch to tcf_generic_walker() like other actions. (Joint work from Roman and Cong.) Signed-off-by: Roman Mashak <mrv@mojatatu.com> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Acked-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>