From: Alan T. DeKok Date: Sun, 1 Oct 2023 14:26:49 +0000 (-0400) Subject: note that %expr() has (or will be) removed X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be1b567ec870affe77ee5c909f946e2b07b76599;p=thirdparty%2Ffreeradius-server.git note that %expr() has (or will be) removed --- diff --git a/doc/antora/modules/installation/pages/upgrade.adoc b/doc/antora/modules/installation/pages/upgrade.adoc index f54008e4150..5dc8f29e59a 100644 --- a/doc/antora/modules/installation/pages/upgrade.adoc +++ b/doc/antora/modules/installation/pages/upgrade.adoc @@ -710,6 +710,8 @@ xref:reference:xlat/index.adoc[xlat] expansions have been changed from syntax li `%{integer:...}` has been removed. Just use a cast, such as `(integer) &Service-Type`. +`%{expr:...}` has been removed. You can instead use in-place expressions, such as `%{1 + 2}` or `%{&NAS-Port + 14}`. + == New Modules The following modules are new in v4.