comment out flowtable
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user