diff options
Diffstat (limited to 'ppp-on-up')
-rw-r--r-- | ppp-on-up | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ # run scripts on ppp up # https://git.eworm.de/cgit/routeros-scripts/about/doc/ppp-on-up.md +:global GlobalFunctionsReady; +:while ($GlobalFunctionsReady != true) do={ :delay 500ms; } + :global LogPrintExit; :local Interface $interface; |