commit | bf3994d2ed310813da28362d87bfe9f0e1c3e37f | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Thu Jul 21 12:03:11 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 24 23:11:59 2016 -0700 |
tree | 5c7becf58d38f2ce5bac1fb702fb013ec4279858 | |
parent | ded821c8d3793efe00195dd7ab633f6412dd8ae0 [diff] |
net/sched: introduce Match-all classifier The matchall classifier matches every packet and allows the user to apply actions on it. This filter is very useful in usecases where every packet should be matched, for example, packet mirroring (SPAN) can be setup very easily using that filter. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Yotam Gigi <yotamg@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>