If you're using WebFig then the following Greasemonkey script will ask for confirmation for deletes (but not disables) // ==UserScript== // @name WebFig Confirm Delete // @version 1 // @grant unsafeWindow // @include /^https?:\/\/[^/]*\/webfig/ // ==/UserScript== (function(){ if (typeof unsafeWindow...
Interestingly, you don't seem to be able to add a mark to a route at all Doing tab completion shows 'routing-mark' is missing from the list of attributes on v7: /ip/route/add check-gateway comment copy-from disabled distance dst-address gateway pref-src scope target-scope type vrf-interface vs v6: /...
Version: RouterOS v7.0beta1 (development) Model: RB4011iGS+ Steps to reproduce: /ip/route/rule/add routing-mark="foo" input does not match any value of routing-mark /ip/route/rule/add table="foo" input does not match any value of table Config: # jan/01/2002 01:17:02 by RouterOS 7...
Seems like RC23 needs a user to have the winbox permission to allow API logins, rather than the API permission. RC21 worked as previous version (needing API perm only). Is this an intended change? Log shows "login failure for user apiuser from 172.16.0.xxx via winbox" where api user is in ...