Next: , Previous: , Up: Radius Internal Attributes   [Contents][Index]


13.3.22 Rewrite-Function

ATTRIBUTE Rewrite-Function 2004 string
Users:LR
Hints:LR
Huntgroups:LR
Additivity:Append
Proxy propagated:No

The Rewrite-Function attribute specifies the name of the rewriting function to be applied to the request. The attribute may be specified in either pairlist in the entries of the hints or huntgroups configuration file.

The corresponding function should be defined in rewrite as

integer name()

i.e., it should return an integer value and should not take any arguments.

See Packet rewriting rules, Request Processing Hints — raddb/hints; Huntgroups — raddb/huntgroups.