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
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

