Jonathan Hayman

Results 5 comments of Jonathan Hayman

In your `->equal('remote-address', ' ');` you've got a space between the apostrophes, I'm sure this needs to be `''` no space. I've got this to remove all DNS servers from...

As @szastan stated, this is expected behaviour and not a bug. If the API connection is coming from an IP address not listed in the address parameter on `/ip/services api`...

I'm working with version 1.2, but this query should still work. `$intDetails = (new Query('/interface/ethernet/print))->add('=detail=')`

In RouterOS ping tool is never ending (as it's Linux based), which would expect this API to read the continuous output, but the router will never issue `!done` whilst the...

I needed to limit the amount of options being move to the `$left` column. This worked for me: `beforeMoveToLeft: function($left, $right, $options) { if($left.children('option').length >= 2) { return false; }...