Skip to content
Snippets Groups Projects
Unverified Commit 4019293e authored by Matthias Schiffer's avatar Matthias Schiffer Committed by GitHub
Browse files

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

announced was renamed to respondd in 2016. Let's remove the obsolete
migration code.
parent 0e19b1a5
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
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