14 Feb
2008
14 Feb
'08
5:30 a.m.
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_response
That won't do what you think. It filters the Accounting-Request, not the response! See the source code in 2.0.1. Alan DeKok.