-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add xlat wrapper function for bootstrap / instantiate ephemeral
* xlat_bootstrap() - when reading the configuration files pretty much only called by xlat_redundant() * xlat_instantiate_ephemeral() - when we have a #request_t and are parsing things at run-time * xlat_finalize() - when we have a #tmpl_rules_t, and we're not sure if we're run-time or config load time. The issue is that the various xlat tokenize funtions call each other in different combinations. The only way to consistently know if we're run-time or config time is via the #tmpl_rules_t. This change (also via previous commits) allows us to get rid of the various public tokenize_ephemeral() functions, which were confusing the issue.
- Loading branch information
Showing
5 changed files
with
30 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters