From ad51e789deae99069c50560398bf4b402b6ef596 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Wed, 15 Jan 2025 15:00:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20Nftables=20Offload?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/debian/debian_ts_nftables.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debian/debian_ts_nftables.conf b/src/debian/debian_ts_nftables.conf index 584695a..6595918 100644 --- a/src/debian/debian_ts_nftables.conf +++ b/src/debian/debian_ts_nftables.conf @@ -53,7 +53,7 @@ table inet router { } chain handle_offload { - flow add @ft accept comment "defconf: track forwarded flows" + meta l4proto { tcp, udp } flow add @ft comment "defconf: track forwarded flows" accept }