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