mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
mod/bridge-port-to: do not exit with error
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
:if ([ :len $DHCPClient ] != 1) do={
|
||||
$LogPrint warning $0 ([ $IfThenElse ([ :len $DHCPClient ] = 0) "Missing" "Duplicate" ] . \
|
||||
" dhcp client configuration for interface " . $BridgePortVal->"interface" . "!");
|
||||
:error false;
|
||||
:return false;
|
||||
}
|
||||
:local DHCPClientDisabled [ /ip/dhcp-client/get $DHCPClient disabled ];
|
||||
|
||||
|
Reference in New Issue
Block a user