gluon-core: remove obsolete cleanup line

This commit is contained in:
Andreas Ziegler 2020-09-16 00:36:23 +02:00
parent 835de832aa
commit 9a9f5426c8
No known key found for this signature in database
GPG Key ID: 692853E95215E334

View File

@ -52,9 +52,6 @@ for _, zone in ipairs({'mesh', 'loc_client', 'wired_mesh'}) do
family = 'ipv6',
target = 'ACCEPT',
})
-- Can be removed soon: was never in a release
uci:delete('firewall', zone .. '_ICMPv6_out')
end
-- ToDo Remove in v2022.x