gluon-core: remove obsolete cleanup line
This commit is contained in:
parent
835de832aa
commit
9a9f5426c8
@ -52,9 +52,6 @@ for _, zone in ipairs({'mesh', 'loc_client', 'wired_mesh'}) do
|
|||||||
family = 'ipv6',
|
family = 'ipv6',
|
||||||
target = 'ACCEPT',
|
target = 'ACCEPT',
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Can be removed soon: was never in a release
|
|
||||||
uci:delete('firewall', zone .. '_ICMPv6_out')
|
|
||||||
end
|
end
|
||||||
|
|
||||||
-- ToDo Remove in v2022.x
|
-- ToDo Remove in v2022.x
|
||||||
|
Loading…
Reference in New Issue
Block a user