I've got system out there at a couple different f/w levels.
At some point in the f/w development cycle, MT added error handling to scripting.
Also, at some point, under /system ntp client the mode setting had been removed. When it was initially removed, mode would still show up as a possible choice if you pressed TAB after the SET keyword.
Anyway.....
In an attempt to create a single script to support f/w's that did and didn't have that setting any longer, I thought error handling would be a good choice here.
So I came up with this....
:do {/system ntp client set mode=unicast
} err={};
...but it still throws an error!!!! I know that the mode setting was removed, and that it should error out there, if I wasn't using an error handler!!!
What gives?