调整 Nftables Offload

This commit is contained in:
CallMeR
2025-01-15 15:00:05 +08:00
parent 0a7fda4e15
commit ad51e789de
+1 -1
View File
@@ -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
}