<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html>
<head>
 <meta http-equiv='Content-Type' content='text/html;charset=us-ascii'>
 <style>BODY{font:10pt Tahoma, Verdana, sans-serif;}</style>
</head>
<body>
<P>I have  an issue</P>
<P>My software issues the Ascend-Data-Filter as such to the users file</P>
<P> Ascend-Data-Filter = "ip in forward tcp est",<BR> Ascend-Data-Filter = "ip in forward dstip a.a.a.a/32",<BR> Ascend-Data-Filter = "ip in forward dstip a.a.a.a/32",<BR> Ascend-Data-Filter = "ip in forward dstip a.a.a.a/32",<BR> Ascend-Data-Filter = "ip in forward dstip a.a.a.a/32",<BR> Ascend-Data-Filter = "ip in drop tcp dstport = 25",<BR> Ascend-Data-Filter = "ip in forward",</P>
<P>I have noticed to get the Ascend-Data-Filter to read th other filters to the next line it needs the += or its stops on the 1st one.</P>
<P>IE I have to do this with freeradius to read each line</P>
<P> Ascend-Data-Filter += "ip in forward tcp est",<BR> Ascend-Data-Filter += "ip in forward dstip a.a.a.a/32",<BR> Ascend-Data-Filter += "ip in forward dstip a.a.a.a/32",<BR> Ascend-Data-Filter += "ip in forward dstip a.a.a.a/32",<BR> Ascend-Data-Filter += "ip in forward dstip a.a.a.a/32",<BR> Ascend-Data-Filter += "ip in drop tcp dstport = 25",<BR> Ascend-Data-Filter += "ip in forward",</P>
<P>Which is out of context with other radius servers  I am dealing with</P>
<P>Is it possible to get freeradius to read each line and keep the syntax as the = instead of +=</P>
<P>If I could do as such as the format as my other servers would help me trmendously.</P>
<P>I actually though the standard was = instead of +=</P>
<P> </P></body></html>