Hello,
I found following bug in 2.9:
When I'm trying to assign global variable, it is allways set as local:
Terminal vt102 detected, using multiline input mode
[admin@MikroTik] > :global u
[admin@MikroTik] > :set u "hello"
[admin@MikroTik] > :environment print
Global Variables
Local Variables
u=hello
[admin@MikroTik] >
Unlike 2.8:
Terminal vt102 detected, using multiline input mode
[admin@NV40] > :global u
[admin@NV40] > :set u "hello"
[admin@NV40] > :environment print
Global Variables
u=hello
Local Variables
[admin@NV40] >
The :unset command doesn’t exist, although it is described in documentation.