feat(traceroute): structured traceroute output and UI (9/10) - #372
Open
WilhelmZA wants to merge 1 commit into
Open
feat(traceroute): structured traceroute output and UI (9/10)#372WilhelmZA wants to merge 1 commit into
WilhelmZA wants to merge 1 commit into
Conversation
WilhelmZA
force-pushed
the
pr/structured-traceroute
branch
3 times, most recently
from
June 14, 2026 01:01
c274031 to
e8e8b00
Compare
WilhelmZA
force-pushed
the
pr/structured-traceroute
branch
from
June 14, 2026 11:11
e8e8b00 to
4122318
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds structured traceroute output: a
TracerouteResult/TracerouteHopdata model, a text parser, and per-vendor output plugins for FRR, Huawei, and MikroTik, plus the frontend to render a structured hop table (hop, IP, hostname, RTTs; loss/sent for MikroTik) alongside the BGP table. When IP enrichment is enabled, hops are annotated with ASN/org/country/IXP.Structured output is controlled per query type via
structured.enable_for_traceroute/structured.enable_for_bgp_route. Includes parser unit tests for FRR, Huawei, and MikroTik.Stacked series (9/10). Builds on
pr/mikrotik-structured-bgpandpr/ip-enrichment-service.Also fixes (UI)