-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(apply): add support for multiple interfaces in get_intf_ip filter
The `get_intf_ip` filter now supports a comma-separated list of network interfaces. It returns the first IP address found among the specified interfaces. Additionally, the filter is optimized to cache results, preventing repeated network calls and ensuring better performance when used multiple times in a workflow.
- Loading branch information
1 parent
afc25e2
commit bc29232
Showing
3 changed files
with
33 additions
and
17 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