You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added multicast replication mode: NATIVE andf HEADEND
* Moved replication_mode directly under multicast section
* Minor changes to the multicast module
* Modified CHANGELOG
* Modified CHANGELOG
* Minor updates to properly handle FABRIC vs EXTERNAL RP mcast configuration
* fix: run pre-commit hooks (terraform-docs, fmt)
* minor changes to cc_fabric.tf
---------
Co-authored-by: kuba-mazurkiewicz <kmazurki@cisco.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@
17
17
- Add AP Profile support with `catalystcenter_ap_profile` resource for managing Access Point profiles including management settings (802.1X, SSH, Telnet, CDP), AWIPS, rogue detection, mesh networking, power profiles, and client limits; NaC data model uses `power_profile` for the always-on profile and `power_profile` on each `calendar_power_profiles` row for scheduled profiles
18
18
- Add Wireless Profile Site Tag support with `catalystcenter_wireless_profile_site_tag` resource for attaching AP profiles to wireless network profiles per site via site tags
19
19
- Add support for updating device management IP address via `catalystcenter_update_device_management_address` resource when `device_ip` in data model differs from current Catalyst Center management IP
20
+
- Add support for selecting `replication_mode` as either NATIVE_MULTICAST or HEADEND_REPLICATION
20
21
21
22
**Improvements:**
22
23
- Add support for skipping configuration cleanup during delete to remove unreachable provisioned devices from inventory
0 commit comments