bbfdm/libbbfdm-api
Xiaofeng Meng b1b2e76ed6 Fix reference DB hash collision
Problem:
`convert_path_with_star()` replaced all index in the path with `*`
so different higher-level instances that shared the same linker value
( e.g. `Bridge.1.Port.2` vs `Bridge.2.Port.2` ) produced the *same*
linker string → identical hash → last one overwrote the others.

Fix:
Remove `convert_path_with_star()` entirely.
In `set_references()` compose the linker string directly from
  `parent_path`, leaving all existing instance numbers intact:
     `Device.Bridging.Bridge.2.Port.[Name==eth0.1].`
  Each object therefore hashes to a unique key.
2025-07-09 11:26:40 +02:00
..
legacy Fix reference DB hash collision 2025-07-09 11:26:40 +02:00
version-2 Revert "depcheck to check non-zero file" 2025-05-27 19:53:16 +05:30
CMakeLists.txt Introduce a new libbbfdm-api library version 2 2025-01-27 15:29:04 +01:00