From: Jiri Pirko <j...@mellanox.com> Yotam says: Add the matchall classifier support to tc and added the specific man pages.
Yotam Gigi (2): tc: Add support for the matchall traffic classifier. tc: man: Add man entry for the matchall classifier. man/man8/Makefile | 2 +- man/man8/tc-matchall.8 | 76 ++++++++++++++++++++++++++ man/man8/tc.8 | 5 ++ tc/Makefile | 1 + tc/f_matchall.c | 144 +++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 227 insertions(+), 1 deletion(-) create mode 100644 man/man8/tc-matchall.8 create mode 100644 tc/f_matchall.c -- 2.5.5