Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scpb: ensure IndexZoneConfig fields do not overlap
In #134522, we added a fix to ensure that we cleaned up backrefs properly for our `IndexZoneConfig` element, but in doing so, we created an overlap of field ID `3` between v24.2+. This patch ensures that we do not re-use the same field ID for a different field in our IndexZoneConfig element by marking it as `reserved`. Fixes: #133003 Fixes: #135807 Release note: None
- Loading branch information