try policy accept
This commit is contained in:
parent
fc0ea1d622
commit
83ac3fea42
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
chain forward {
|
chain forward {
|
||||||
type filter hook forward priority filter; policy drop;
|
type filter hook forward priority filter; policy accept;
|
||||||
|
|
||||||
# enable flow offloading for better throughput
|
# enable flow offloading for better throughput
|
||||||
# ip protocol { tcp, udp } flow offload @f
|
# ip protocol { tcp, udp } flow offload @f
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue