7 Commits

Author SHA1 Message Date
shadyeip
74c1746ff5 feat: add network_ids support to FirewallZonePolicyDestination
- Add NetworkIDs and MatchOppositeNetworks fields to destination struct
- Add NETWORK to MatchingTarget validation for destination
- Update codegen schema to include destination network targeting
- Add AggregateNumPorts to DevicePortOverrides (compatibility fix)

This enables firewall zone policies to target specific destination
networks, matching the existing source.network_ids functionality.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 13:26:28 -05:00
Brendann
88d631c434 fix: updated FirewallZonePolicy.json to handle port list and ranges (#68) 2025-04-02 09:49:39 +02:00
Mateusz Filipowicz
4814504c98 feat: support auto allow return traffic for firewall zone policy with create_allow_respond (#60) 2025-03-21 17:12:33 +01:00
Mateusz Filipowicz
a931ceb6bf fix: remove match_mac from firewall zone destination which is not supported (#57) 2025-03-20 19:54:47 +01:00
Mateusz Filipowicz
12bf4bae30 feat: support list of MAC addresses for Firewall Zone Policy (#56) 2025-03-20 19:54:13 +01:00
Mateusz Filipowicz
4e6e9d97b7 fix: add missing ip_group_id to firewall zone policy to support firewall groups of address-group type (ipv4) (#39)
fixes #38
2025-03-02 21:15:18 +01:00
Mateusz Filipowicz
637809c663 feat: support Zone-Based Firewalls (#33)
* feat: support Zone-Based Firewalls

* chore: add usage example of zone-based firewall

* chore: add note to readme to support unifi controller v2

* fix: invalid path for reordering firewall zone policies
2025-02-20 18:48:04 +01:00