From d5cbf3ff0561b6c8158c3538c7fe1946add9dec3 Mon Sep 17 00:00:00 2001 From: Yotam Gigi Date: Wed, 31 Aug 2016 09:28:26 +0200 Subject: tc: Add support for the matchall traffic classifier. The matchall classifier matches every packet and allows the user to apply actions on it. In addition, it supports the skip_sw and skip_hw (as can be found on u32 and flower filter) that direct the kernel to skip the software/hardware processing of the actions. 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: Yotam Gigi Signed-off-by: Jiri Pirko --- tc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tc/Makefile') diff --git a/tc/Makefile b/tc/Makefile index 42747c51..8917eaf4 100644 --- a/tc/Makefile +++ b/tc/Makefile @@ -67,6 +67,7 @@ TCMODULES += q_pie.o TCMODULES += q_hhf.o TCMODULES += q_clsact.o TCMODULES += e_bpf.o +TCMODULES += f_matchall.o ifeq ($(TC_CONFIG_IPSET), y) ifeq ($(TC_CONFIG_XT), y) -- cgit v1.2.3