Arran Cudbard-Bell wrote:
> Seems only to be broken for ipaddr attributes.
> 
> Still works with string attributes....

  OK, that helps.

  I did some profiling a while ago, and noticed that the server was
printing IP addresses to strings all the time... even when they weren't
used.  The result was a significant waste of CPU time.

  The fix was to push the printing to the places that need it, like the
regex matches.  Maybe I missed one spot, I'll go check.

  Alan DeKok.
--
  http://deployingradius.com       - The web site of the book
  http://deployingradius.com/blog/ - The blog
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to