comment out flowtable
This commit is contained in:
parent
b0282c3013
commit
4d95309ed6
1 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue