Skip to content
Snippets Groups Projects
Unverified Commit e54b37d8 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-core: firewall: move VXLAN rules to the top

Evaluating these rules before all the ICMPv6 rules improves wired mesh
throughput measurably.
parent a9edd436
Branches
Tags
No related merge requests found
......@@ -95,6 +95,7 @@ for _, zone in ipairs({'wired_mesh', 'wan'}) do
dest_port = '4789',
target = 'ACCEPT',
})
uci:reorder('firewall', zone .. '_vxlan', 0)
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment