Skip to content

Commit

Permalink
partially revert "parker: remove prefix6 and prefix4"
Browse files Browse the repository at this point in the history
The uci section can be removed manually with a package afterwards
  • Loading branch information
maurerle committed Nov 27, 2024
1 parent 8821666 commit eb6f516
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ uci:section('firewall', 'rule', 'mesh_respondd_ll', {
target = 'ACCEPT',
})

uci:section('firewall', 'rule', 'mesh_respondd_siteprefix', {
name = 'mesh_respondd_siteprefix',
src = 'mesh',
src_ip = site.prefix6(),
dest_port = '1001',
proto = 'udp',
target = 'ACCEPT',
})

uci:delete_all('firewall', 'rule', function(rule)
return rule['.name']:find('^mesh_respondd_extraprefix')
Expand Down

0 comments on commit eb6f516

Please sign in to comment.