From c8a494314c400eb023d7555933ba8ab40345519b Mon Sep 17 00:00:00 2001 From: Paul Blakey Date: Thu, 11 Jul 2019 11:14:26 +0300 Subject: tc: Introduce tc ct action New tc action to send packets to conntrack module, commit them, and set a zone, labels, mark, and nat on the connection. It can also clear the packet's conntrack state by using clear. Usage: ct clear ct commit [force] [zone] [mark] [label] [nat] ct [nat] [zone] Signed-off-by: Paul Blakey Signed-off-by: Marcelo Ricardo Leitner Signed-off-by: Yossi Kuperman Acked-by: Jiri Pirko Acked-by: Roi Dayan Signed-off-by: David Ahern --- tc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tc/Makefile') diff --git a/tc/Makefile b/tc/Makefile index 09ff3692..14171a28 100644 --- a/tc/Makefile +++ b/tc/Makefile @@ -53,6 +53,7 @@ TCMODULES += m_ctinfo.o TCMODULES += m_bpf.o TCMODULES += m_tunnel_key.o TCMODULES += m_sample.o +TCMODULES += m_ct.o TCMODULES += p_ip.o TCMODULES += p_ip6.o TCMODULES += p_icmp.o -- cgit v1.2.3