9 Jan
2020
9 Jan
'20
4:08 p.m.
On Jan 9, 2020, at 4:05 PM, Matthew Schumacher <matt.s@aptalaska.net> wrote:
I can't seem to write a simple condition to match on a missing attribute. I just want to do this:
if( ! &reply:Filter-Id ) { update reply { Vendor-Address-List := foo } }
However, that always returns true, even if Filter-Id isn't returned in the Access-Accept.
What does the debug output show? That should work. Alan DeKok.