Skip to content

fix link attribute issue#64

Merged
Amos-Rai-KEYS merged 1 commit into
mainfrom
fix-link-attr-bug
Jun 16, 2026
Merged

fix link attribute issue#64
Amos-Rai-KEYS merged 1 commit into
mainfrom
fix-link-attr-bug

Conversation

@Amos-Rai-KEYS

Copy link
Copy Markdown
Collaborator

Fix: attach link physical attributes (bandwidth, latency) to graph edges

Summary

Graph edges previously carried only the link name (link=edge.link). Any
link physical properties defined in the schema — bandwidth and latency
were silently dropped and never reached the graph. This PR resolves each link
name back to its full definition and attaches its physical properties to every
edge as formatted "<value> <unit>" strings.

{"link": "ici", "bandwidth": "1400 Gbps", "latency": "5 ns"}

@Amos-Rai-KEYS Amos-Rai-KEYS self-assigned this Jun 16, 2026
@ajbalogh ajbalogh self-requested a review June 16, 2026 12:24
@Amos-Rai-KEYS Amos-Rai-KEYS merged commit dd41949 into main Jun 16, 2026
2 checks passed
@Amos-Rai-KEYS Amos-Rai-KEYS deleted the fix-link-attr-bug branch June 16, 2026 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants