router fix error
This commit is contained in:
parent
9362c99b01
commit
5e5f0bcee3
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
# Resret router with /system reset-configuration keep-users no-defaults run-after-reset=router-config.rsc
|
||||||
"/interface bridge" = [
|
"/interface bridge" = [
|
||||||
{
|
{
|
||||||
auto-mac = "no";
|
auto-mac = "no";
|
||||||
|
@ -117,6 +118,8 @@
|
||||||
address = "10.10.10.10-10.10.10.10.254";
|
address = "10.10.10.10-10.10.10.10.254";
|
||||||
list = "allowed_to_router";
|
list = "allowed_to_router";
|
||||||
}
|
}
|
||||||
|
];
|
||||||
|
"/ip firewall filter" = [
|
||||||
{
|
{
|
||||||
action = "accept";
|
action = "accept";
|
||||||
chain = "input";
|
chain = "input";
|
||||||
|
|
Loading…
Add table
Reference in a new issue