gluon-respondd: remove obsolete migration from upgrade script

announced was renamed to respondd in 2016. Let's remove the obsolete
migration code.
This commit is contained in:
Matthias Schiffer 2021-12-24 14:29:50 +01:00
parent 0e19b1a5c2
commit 6f5844692b
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C

View File

@ -3,8 +3,6 @@
local uci = require('simple-uci').cursor()
local site = require('gluon.site')
uci:delete('firewall', 'wan_announced')
-- Allow respondd port on WAN to allow resolving neighbours over mesh-on-wan
uci:section('firewall', 'rule', 'wan_respondd', {
name = 'wan_respondd',