28 Apr
2008
28 Apr
'08
8:03 a.m.
Am 28.04.2008 um 13:40 schrieb Alan DeKok:
That won't work. See "man unlang". The right hand side of an comparison CANNOT be a reference to an attribute. It MUST be something else. e.g.
if (mac-add != "%{Calling-Station-Id}") { ...
The reason is that it's perfectly fine to do: if (foo == 1) And '1' is obviously not an attribute...
Alan DeKok.
That's it. Thank you very much. Again. Best regards / Mit freundlichen Grüßen Wolfgang Burger <burgerw@immunbio.mpg.de>