I've pushed a fix. Please test it.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Thanks Alan, I've run the test.. It passes the the output_vps test, however I get a segmentation fault (0) expand: %{User-Name} -> Groen (0) expand: %{Acct-Session-Id} -> 80e00001 (0) expand: %{NAS-IP-Address} -> 192.168.8.97 (0) expand: %{Framed-IP-Address} -> 10.0.1.199 Segmentation fault Strange thing is that in my update coa I have those variables but also Mikrotik-Rate-Limit = "256K/256K" you won't see in the output. But when I comment out the line Mikrotik-Rate-Limit = "256K/256K" I get the same output and result (segmentation fault) This is the update coa code: update coa { User-Name = "%{User-Name}" Acct-Session-Id = "%{Acct-Session-Id}" NAS-IP-Address = "%{NAS-IP-Address}" Framed-IP-Address = "%{Framed-IP-Address}" Mikrotik-Rate-Limit = "256K/256K" }