Changes
- Scheduled Job set status to
QUEUEDonly fromNEWto show recent run status.
- Added
Scheduledto default Sync columns.
- Improved UX regarding Transform Map fields:
- Allowed
IPFabricTransformField.source_fieldto be empty whentemplateis set.
- Set
IPFabricTransformField.source_fieldto empty whenevertemplateis set to avoid confusion about where the value is coming from.
- Transform field table now shows
<from template>whensource_fieldis empty andtemplateis set.
- Allowed
- Added support for IPv6 sync alongside IPv4.
- Both
/technology/addressing/managed-ip/ipv4and/technology/addressing/managed-ip/ipv6are fetched automatically when IP Address sync is enabled and their rows are merged before processing.
- IPv6 addresses use
/64as the default prefix length when thenetfield is absent (IPv4 continues to use/32).
Device.primary_ip6is now populated from the device'sloginIpv6field, independently ofprimary_ip4.
- No separate Transform Map or additional configuration is required
- Both
- Improved documentation regarding VSS stacking.
Fixes
- Disabled documentation button during editing of all plugin models.
- HTMX refresh now works during merging progress too.
- Fixed
RelationshipFieldandTransformFieldforms missing choices after validation error.