12 Feb
2014
12 Feb
'14
12:36 p.m.
Arran Cudbard-Bell wrote:
Packet-Src-Ip-Address is probably a bad one to use as it's not a real attribute.
How else would I filter the debug output per IP using raddebug/radmin?
You can use the %{debug:<level>} xlat from within the request, it will probably work more reliably than the radmin interface.
It marks up the current request for debugging at the point the xlat function is called. Unfortunately the output file can still only be set globally.
So, I just would have to add something like "if (%{User-Name} == …) update control {…}" to the beginning of the sections I am interested in?