<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<br><div> <br>>   I've pushed a fix.  Please test it.<br>> <br>>   Alan DeKok.<br>> -<br>> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html<br><br>Thanks Alan,<br><br>I've run the test..<br>It passes the the <font style="" face="Tahoma">output_vps</font> test, however I get a segmentation fault<br>(0)     expand: %{User-Name} -> Groen<br>(0)     expand: %{Acct-Session-Id} -> 80e00001<br>(0)     expand: %{NAS-IP-Address} -> 192.168.8.97<br>(0)     expand: %{Framed-IP-Address} -> 10.0.1.199<br>Segmentation fault<br><br><br>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.<br>But when I comment out the line Mikrotik-Rate-Limit = "256K/256K" I get the same output and result (segmentation fault)<br><br>This is the update coa code:<br>update coa {<br>      User-Name = "%{User-Name}"<br>      Acct-Session-Id = "%{Acct-Session-Id}"<br>      NAS-IP-Address = "%{NAS-IP-Address}"<br>      Framed-IP-Address = "%{Framed-IP-Address}"<br>      Mikrotik-Rate-Limit = "256K/256K"<br>}<br><br><br></div>                                     </div></body>
</html>