Skip to content

Commit

Permalink
gluon-mesh-babel: remove mmfd fw rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Jun 16, 2022
1 parent 426f3d3 commit 9b31736
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ uci:section('firewall', 'zone', 'l3roamd', {
log = '1',
})

uci:section('firewall', 'zone', 'mmfd', {
name = 'mmfd',
input = 'REJECT',
output = 'accept',
forward = 'REJECT',
device = 'mmfd+',
log = '1',
})

-- forwardings and respective rules
uci:section('firewall', 'forwarding', 'fcc', {
src = 'loc_client',
Expand Down Expand Up @@ -84,14 +75,6 @@ uci:section('firewall', 'rule', 'mmfd_respondd_mesh', {
target = 'ACCEPT',
})

uci:section('firewall', 'rule', 'mesh_mmfd', {
src = 'mesh',
src_ip = 'fe80::/64',
dest_port = '27275',
proto = 'udp',
target = 'ACCEPT',
})

uci:section('firewall', 'rule', 'mesh_babel', {
src = 'mesh',
src_ip = 'fe80::/64',
Expand Down

This file was deleted.

0 comments on commit 9b31736

Please sign in to comment.