OUR SITES NetworkRADIUS FreeRADIUS

Mathematical expressions.

It is now possible to use expressions inside of conditions.

Syntax
if (&NAS-Port + 1 == 2 + 3) {
    ...
}

There is no longer any need to use the %{expr:…​} expansion inside of a condition. You can just use the math in-place.

See the main expressions page for a list of supported operators. In short, mathematical operations will work, and will do what you expect.