31 #include <freeradius-devel/server/cf_util.h>
32 #include <freeradius-devel/server/tmpl.h>
33 #include <freeradius-devel/server/virtual_servers.h>
34 #include <freeradius-devel/util/retry.h>
35 #include <freeradius-devel/unlang/mod_action.h>
A section grouping multiple CONF_PAIR.
bool unlang_compile_is_keyword(const char *name)
Check if name is an unlang keyword.
void unlang_compile_init(TALLOC_CTX *ctx)
bool unlang_compile_actions(unlang_mod_actions_t *actions, CONF_SECTION *parent, bool module_retry)
int unlang_compile(virtual_server_t const *vs, CONF_SECTION *cs, unlang_mod_actions_t const *actions, tmpl_rules_t const *rules, void **instruction)
Compile an unlang section for a virtual server.
Optional arguments passed to vp_tmpl functions.