When connect via SSH to Mikrotik, the byte stream is broken
For example, when executing the command: ip/service/print detail proplist=port value-list where name=api
We get the result:
ip/service/print detail proplist=port value-list where name=
[admin@MikroTik] > ip/service/print detail proplist=port value-list where name>
<il proplist=port value-list where name=a
<il proplist=port value-list where name=api
<il proplist=port value-list where name=api
port: 8728
[admin@MikroTik] >
[admin@MikroTik] >
[admin@MikroTik] > in@MikroTik] >
But was expected:
ip/service/print detail proplist=port value-list where name=api
[admin@MikroTik] > ip/service/print detail proplist=port value-list where name=api
port: 8728
[admin@MikroTik] >
[admin@MikroTik] >