Mikrotik v3.11 liberada
Ha sido liberada la v3.11 de Mikrotik, con muchos cambios a nivel de consola, la cual es notablemente mucho mas rápida que en versiones anteriores.
Han sido arreglado algunos problemas con el protocolo L2 MESH cuando trabaja con interfaces bridges. Los usuarios ahora pueden trabajar con integración a PayPal. Se arreglo el webproxy ya que tenía algunos inconvenientes en él.
El changelog completo:
What’s new in 3.11:
*) fixed bug – in some cases web proxy https with parent-proxy did not work;
*) added default-route-distance setting for DHCP client;
*) mesh protocol – bridge interface in a mesh did not work well, fixed;
*) multicast – fixed bootstrap router (BSR) mechanism;
*) user manager – users can now be redirected to HotSpot login page after
PayPal payment;
*) added ability to dst. nat only address or port, not both at the same time;
*) ospf – fixed default route;
*) ipsec – fixed tunnel mode with dynamically generated policy;
*) port remote-access – fixed allowed-addresses check;
*) ethernet half duplex modes on rb400 series work now;
*) console – fixed entering of IPv6 prefixes;
*) console – fixed crash on window size change;
*) console – bit operations (& ^ | << >>) now work with numbers, too;
*) console – brace syntax for array declarations ( { value ; value ; value } )
now can be used also where () expressions can be used, previously
worked only inside the expressions. Example:
:foreach i in {1;2;3;4} do={:put $i}
*) console – inside expressions ‘,’ operator can be used to concatenate arrays,
unlike ‘.’ which works with strings. Arguments that are not arrays are
treated like arrays with single element. Example:
{1,2,3;4,5,6;7,8,9} produces value {{1;2;3};{4;5;6};{7;8;9}}
(1,{2},{{3;4}},5,{},{6,7},8) produces value {1;2;{3;4};5;{6;7},8}
*) console – ‘move’ commands no allow list of source items to be empty and
to contain duplicate items. The porpose is to simplify scripts that use
‘find’ commands to move items. Example:
move ([find dynamic],[find inactive]) – moves all ‘dynamic’ and
‘inactive’ items to the end of the list, does not raise error if
any item is both ‘dynamic’ and ‘inactive’, or if there are no items;
*) console – ‘move’ command does not update item numbers anymore;