18 Oct
2009
18 Oct
'09
5:29 p.m.
Hi,
1) Could bad accounting packets cause the radiusd process to EXIT? 2) Could bad accounting packets result in hung child processes (as seen in the gdb output after the radius log file)?
I'd say yes. we ensure that bad packets dont hit our accounting servers eg accounting { # call SQL accouting function only if session-time is not zero if (Acct-Session-Time != 0) { sql } else { ok } } alan