mesh-olsrd: cleanup rules

This commit is contained in:
Maciej Krüger 2022-05-16 12:45:00 +02:00 committed by Alexander List
parent 7c281536c7
commit fd83d9b06c

View File

@ -92,12 +92,4 @@ uci:section('firewall', 'rule', 'mesh_mmfd', {
target = 'ACCEPT',
})
uci:section('firewall', 'rule', 'mesh_babel', {
src = 'mesh',
src_ip = 'fe80::/64',
dest_port = '6696',
proto = 'udp',
target = 'ACCEPT',
})
uci:save('firewall')