freeradius+mikrotik (framed-pool vs framed-ip-address)

Hi All!

I have a problem with freeradius and mikrotik. I have read in the MT manual that Framed-IP-Address takes precedence over Framed-Pool but I cannot agree with that.

Here is a freeradius debug with Framed-Pool and Framed-IP-Address config:

Sending Access-Accept of id 25 to 10.0.0.110 port 32771
Service-Type = Framed-User
Framed-Protocol = PPP
Framed-Compression = Van-Jacobson-TCP-IP
Framed-IP-Address := 82.150.60.37
Mikrotik-Rate-Limit := “100000k/100000k”
Framed-Pool := “pppoe-szerviz”
Finished request 20
Going to the next request
— Walking the entire request list —
Waking up in 6 seconds…
rad_recv: Accounting-Request packet from host 10.0.0.110:32771, id=26, length=148
Service-Type = Framed-User
Framed-Protocol = PPP
NAS-Port = 25
NAS-Port-Type = Ethernet
User-Name = “kviktor”
Calling-Station-Id = “00:90:F5:29:58:E1”
Called-Station-Id = “anet-inet”
NAS-Port-Id = “eoip-szeged1”
Acct-Session-Id = “81300000”
Framed-IP-Address = 82.150.60.34
Acct-Authentic = RADIUS
Acct-Status-Type = Start
NAS-Identifier = “pppoe-pri”
NAS-IP-Address = 10.0.0.110
Acct-Delay-Time = 0

As you see I’d like to give the 37 ended IP and not the 34 ended in pppoe-szerviz pool.
If I remove Framed-Pool attribute from the radius config, I get the specified IP address. So could someone tell me if i have wrong or this is an MT error? Thank You!