Community discussions

MikroTik App
 
serthan
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 61
Joined: Sat Jun 16, 2007 10:49 am

what happen GETALL funtion in 6.11

Sat Apr 05, 2014 1:25 pm

What's new in 6.11 (2014-Mar-20 09:16):

*) ipsec - fix aes-cbc hardware acceleration on CCR with key sizes 192 and 256;
*) wireless - add auto frequency feature;
*) ovpn - fixed TLS renegotiation;
*) ovpn - make bridge mode work with big packets (do not leave extraneous padding);
*) ovpn - fixed require-client-certifcate;
*) ppp - revert RADIUS NAS-Port behaviour, report tunnel interface id;
*) ppp - mppe encryption together with mrru locked the router;
*) dhcp - added support for DHCP option 138 - list of CAPWAP IPv4 servers;
*) quickset - added Guest Network setup to Home AP mode;
*) console - no longer required to supply value of '/routing bgp instance vrf'
property 'instance' for 'add' command;
*) ethernet - added option to enable rx/tx flow control
(will be disabled by default);
*) ethernet - added ability to specify advertised modes for copper ports;
*) fixed 100% cpu usage on CCRs;
*) ssl - not finding CRL in local store for any certificate in trust chain will cause connection to fail;
*) lte - support for Huawei ME609 and ME909u-521;

that's good but;
6.10 this software working but 6.11 not working and change logs didn't say anything;
mikrotik.Send("/ip/hotspot/user/getall");

mikrotik.Send(".tag=HotUserGetall", true);
foreach (string h in mikrotik.Read())
{

parca = h.Split('=');
if (parca[0] == "!trap")
{

goto islemsonuna;
}
else if (parca[0] == "!re")
{

Degerler.Add(h);
}
}

Alternative getall function or Can you list all of them please.
as quick as possible
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 12558
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: what happen GETALL funtion in 6.11

Sat Apr 05, 2014 1:48 pm

as quick as possible
Contact support@mikrotik.com, this is user forum.
 
serthan
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 61
Joined: Sat Jun 16, 2007 10:49 am

Re: what happen GETALL funtion in 6.11

Tue Apr 08, 2014 1:50 pm

Hello,

getall was replaced by print and is actually an alias. If previously getall returned
more details you should use =detail= to get more information, or =stats= to get
stats of the command.



Regards,
Janis Krumins


Thank you Janis
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 12558
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: what happen GETALL funtion in 6.11

Tue Apr 08, 2014 2:12 pm

Hello,

getall was replaced by print and is actually an alias. If previously getall returned
more details you should use =detail= to get more information, or =stats= to get
stats of the command.



Regards,
Janis Krumins


Thank you Janis
Thanks to share answer to users forum
 
User avatar
janisk
MikroTik Support
MikroTik Support
Posts: 6263
Joined: Tue Feb 14, 2006 9:46 am
Location: Riga, Latvia

Re: what happen GETALL funtion in 6.11

Wed Apr 09, 2014 3:07 pm

that was changed sometime in 3.x releases. If if getall did return more than print in 6.10 or any version from 6.x it was an error.

Who is online

Users browsing this forum: cyrq and 7 guests