The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Functions
xlat_redundant.h File Reference

Register xlat functions for calling redundant xlats. More...

#include <freeradius-devel/server/cf_util.h>
+ Include dependency graph for xlat_redundant.h:

Go to the source code of this file.

Functions

int xlat_register_redundant (CONF_SECTION *cs)
 Registers a redundant xlat. More...
 

Detailed Description

Register xlat functions for calling redundant xlats.

Id
65888daaa2b81f202841ce4452d1466eb0cc1df0

Definition in file xlat_redundant.h.

Function Documentation

◆ xlat_register_redundant()

int xlat_register_redundant ( CONF_SECTION cs)

Registers a redundant xlat.

These xlats wrap the xlat methods of the modules in a redundant section, emulating the behaviour of a redundant section, but over xlats.

Returns
  • 0 on success.
  • -1 on error.
  • 1 if the modules in the section do not have an xlat method.

Definition at line 363 of file xlat_redundant.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: