aws / aws-network-policy-agent

Apache License 2.0
45 stars 29 forks source link

inherit firewall rules from larger cidrs #104

Closed jayanthvn closed 1 year ago

jayanthvn commented 1 year ago

Issue #, if available: N/A

Description of changes: Policy can be configured for multiple cidr. For instance there can be a /8 and /24 and we need to merge the port and protocols for /24 from /8. This was previously done for /32 but not for other prefix lengths.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.