22 Apr
2007
22 Apr
'07
8:26 a.m.
Alan DeKok wrote:
If you are trying to log some packets and not others, then do conditional logging. e.g. "if packet is type I want to log
That's exactly what I want. And it works now with using Acct-Type. Thanks for that! For the list archive (using version 1.1.4): acct_users: DEFAULT Acct-Status-Type == "Interim-Update", Acct-Type := "IGNORE" radiusd.conf: preacct { files ... } accounting { Acct-Type IGNORE { ok } dumpinacct ok }