mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-05 23:54:31 +02:00
ethernet-to-default: add missing dot
This commit is contained in:
parent
b6677988af
commit
ef48073657
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@
|
|||
:log info ("Reverting interface " . $"interface-name" . " to default bridge " . $"bridge-default");
|
||||
/ interface bridge port set bridge=$"bridge-default" $interface;
|
||||
} else={
|
||||
:log debug ("Interface " . $"interface-name" . " already connected to default bridge " $"bridge-default");
|
||||
:log debug ("Interface " . $"interface-name" . " already connected to default bridge " . $"bridge-default");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue