comment out flowtable

This commit is contained in:
2023-11-28 16:55:58 +01:00
parent b0282c3013
commit 4d95309ed6

View File

@@ -7,10 +7,10 @@
ruleset = ''
table inet filter {
# enable flow offloading for better throughput
flowtable f {
hook ingress priority 0;
devices = { lan, server, wg_cloonar, smart, multimedia, guest };
}
# flowtable f {
# hook ingress priority 0;
# devices = { lan, server, wg_cloonar, smart, multimedia, guest };
# }
chain output {
type filter hook output priority 100; policy accept;