gluon-respondd: remove obsolete migration from upgrade script (#2350)

announced was renamed to respondd in 2016. Let's remove the obsolete
migration code.
main
Matthias Schiffer 2021-12-25 11:42:57 +01:00 committed by GitHub
parent 0e19b1a5c2
commit 4019293e85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

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',