Skip to content

Add filter reduce_on_networks #403

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Jonny007-MKD
Copy link
Contributor

SUMMARY

Add the filter reduce_on_networks which is the same es reduce_on_network except that it can operate on several networks.
If one wants to communicate with a host that has several IP addresses, one can match those against the second host's IP networks and thus find the common network(s).

It is implemented in terms of the existing reduce_on_network filter, i.e. it loops over all networks and forwards the work to reduce_on_network.

ISSUE TYPE
  • New Module Pull Request
COMPONENT NAME

reduce_on_networks

Copy link
Contributor

@Ruchip16 Ruchip16 added enhancement New feature or request feature labels Jun 9, 2025
@Ruchip16 Ruchip16 removed the enhancement New feature or request label Jun 9, 2025
@Ruchip16 Ruchip16 marked this pull request as draft June 9, 2025 17:41
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants