Can't add dual-stack queue: client-id contains no MAC

Dear Developers.
Predicting the error, you put a error message on the system and simply IGNORE the queue creation. If you have putted that alert, certainly you know the bug, but insert the new feature… Now, how I solve the problem? I have a lot of radius client with dhcp that simply doesn’t insert more queues because of these BUG.

Hi,

I have te same problem. RouterOS 6.43.
Client send to DHCP configured with Radius request without Client-Id. Queue is not adding.
In log:
Can’t add dual-stack queue: client-id contains no MAC
Please resolve this problem

Regards
Piotr

Open a ticket on support. If you won’t open it, Mikrotik will do nothing.

You can solve it with a script, for now.

/ip dhcp-server lease make-static [find where ..]
/ip dhcp-server lease set [find where..] allow-dual-stack-queue=no rate-limit=$limit

We have the same problem, I have a support case open too.

What’s new in 6.44beta17 (2018-Oct-04 09:42):

*) dhcpv4-server - use client MAC address for dual stack queue when “client-id” is not received;