Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change cache ets table from set to bag (#3161)
As the tables are created per-host-type, a table can have more than one domain within, and so there's no unique key properly defined, considering that the same namepart can be used in two different domains, and the same domain contains many nameparts. Restore it as a set, and actually fix the key inserted
- Loading branch information