Skip to content
Snippets Groups Projects
Commit 759bcf35 authored by David Bauer's avatar David Bauer
Browse files

treewide: remove stale migrations


Remove old migrations which are due to be removed.

Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
parent 2a3b0f1b
No related branches found
No related tags found
No related merge requests found
...@@ -65,12 +65,6 @@ for _, zone in ipairs({'mesh', 'loc_client', 'wired_mesh'}) do ...@@ -65,12 +65,6 @@ for _, zone in ipairs({'mesh', 'loc_client', 'wired_mesh'}) do
}) })
end end
-- ToDo Remove in v2022.x
uci:delete('firewall', 'local_client')
uci:delete('firewall', 'local_client_ssh')
uci:delete('firewall', 'local_client_ICMPv4_in')
uci:delete('firewall', 'local_client_ICMPv6_in')
uci:section('firewall', 'rule', 'loc_client_ICMPv4_in', { uci:section('firewall', 'rule', 'loc_client_ICMPv4_in', {
src = 'loc_client', src = 'loc_client',
proto = 'icmp', proto = 'icmp',
......
...@@ -36,7 +36,4 @@ for _, zone in ipairs({'mesh', 'loc_client'}) do ...@@ -36,7 +36,4 @@ for _, zone in ipairs({'mesh', 'loc_client'}) do
}) })
end end
-- ToDo remove in v2022.x
uci:delete('firewall', 'local_client_http')
uci:save('firewall') uci:save('firewall')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment