Arran Cudbard-Bell wrote:
> Can always apply the accounting_response filter in post-proxy if you
> were worried about it... something like
>
> post-proxy {
> ...
> if("%{Packet-Type}" == 'Accounting-Response'){
> attr_filter.accounting_responseThat won't do what you think. It filters the Accounting-Request, not the response! See the source code in 2.0.1. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

