Hello everybody,
Currently RouterOS enables fast-path for all interfaces that support it by default. If you want any kind of queues, mangling, routing mark, whatever, … you have to disable fast-path globally with:
/ip settings set allow-fast-path=no
So you can choose between good performance and bad user experience on slow links (fast-path enabled) or bad performance on fast links and good user experience on slow links with qos (fast-path disabled).
As everything depends on interface support… Any chance to add a per interface setting to enable or disable fast-path? That would allow fast-path to be enabled globally but disabled for slow connections like mobile broadband, pppoe, etc.
A per interface setting would help me a lot. Thanks!