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

Evaluating these rules before all the ICMPv6 rules improves wired mesh
throughput measurably.
This commit is contained in:
Matthias Schiffer 2018-01-24 20:14:26 +01:00
parent a9edd43693
commit e54b37d835
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ for _, zone in ipairs({'wired_mesh', 'wan'}) do
dest_port = '4789',
target = 'ACCEPT',
})
uci:reorder('firewall', zone .. '_vxlan', 0)
end