Is an interface active? checker

I needed to run a script when a interface became active…

This became the base of it.

:local "Interface-1" [/interface get [find name=ether1] running]
:local "Interface-2" [/interface get [find name=ether2] running]

Based my script on the true / false nature of the output.

Might help someone else as they need to activate something based on that variable.