mesh-olsrd: cleanup rules
This commit is contained in:
parent
7c281536c7
commit
fd83d9b06c
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user