dhcp server not saving address list information

Trying to prepare a network for the eventual migration to Radius authentication, but I’m running into a problem with the DHCP server saving address list information with static leases.

[admin@CCR] > /ip dhcp-server lease print 
Flags: X - disabled, R - radius, D - dynamic, B - blocked 
 #   ADDRESS                                        MAC-ADDRESS       HOST-NAME     SERVER     RATE-LIMIT     STATUS 
 0 D 100.65.3.254                                   3A:00:3E:95:93:CB               dhcp1                     bound  
 1   100.65.3.253                                   00:21:A4:32:04:62 Some User ... dhcp1                     bound  
[admin@CCR] > /ip dhcp-server lease export
# may/12/2015 15:44:52 by RouterOS 6.19
# software id = XXXX-XXXX
#
/ip dhcp-server lease
add address=100.65.3.253 client-id=1:0:21:a4:32:4:62 mac-address=00:21:A4:32:04:62 server=dhcp1
[admin@CCR] > /ip dhcp-server lease set 1 address-list=Silver
[admin@CCR] > /ip dhcp-server lease export 
# may/12/2015 15:45:13 by RouterOS 6.19
# software id = XXXX-XXXX
#
/ip dhcp-server lease
add address=100.65.3.253 client-id=1:0:21:a4:32:4:62 mac-address=00:21:A4:32:04:62 server=dhcp1

Yes, it’s older firmware. I’ve already checked the change log and do not see this listed as being fixed.

Anyone else see this behavior?

Thanks!

CCR with outdated software?? bad idea i think, many improvements focus and efforts at MT are on TILE arquitecture and products

Some times not all the issues are documented on change log

Yeah, not everyone is willing to upgrade at the drop of a hat. With that said, the issue with the DHCP server saving the dynamic address list information has been resolved in subsequent firmware releases.

And yeah, I know not everything gets documented in the changelog. This is probably one of the oldest unresolved issues with the MT/ROS development cycle.