docs: Observe FreeBSD router-originated ICMPv6 Time Exceeded (live root trace)#53
Merged
Conversation
…ot trace) Closes the last IPv6 design-doc open item. Ran on real FreeBSD 14.3 arm64 (bridged Parallels VM, live Sonic v6): sudo ftr -6 2001:4860:4860::8888 produced a 17-hop trace with router-originated ICMPv6 Time Exceeded from every intermediate hop, destination reached, full enrichment, gateway classified LAN. google.com (19 hops) and a v4 regression also clean. Access recipe (for the record): sshpass with keyboard-interactive auth as user ftr, then sudo (not su — ftr isn't in wheel; sudo is NOPASSWD). Every supported platform's IPv6 path is now implemented AND observed on real hardware. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #53 +/- ##
=======================================
Coverage 84.31% 84.31%
=======================================
Files 36 36
Lines 6663 6663
=======================================
Hits 5618 5618
Misses 1045 1045
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
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.
Closes the final IPv6 design-doc open item. Ran a live root traceroute on real FreeBSD 14.3-RELEASE arm64 (bridged Parallels VM with real Sonic global IPv6):
google.com(19 hops) and a v4 regression were also clean. This means every supported platform's IPv6 path — macOS, Linux, Windows, FreeBSD — is now implemented and observed on real hardware/kernels, not just compiled.For the record, the access recipe that worked non-interactively (after two earlier subagent stalls on interactive
expectsessions):sshpass+PreferredAuthentications=keyboard-interactiveas userftr, thensudo— theftruser isn't inwheelsosufails, butsudois NOPASSWD. Binary was v0.9.0;bsd_v6.rsis unchanged through v0.10.0.Only OpenBSD's live external trace remains deferred (its VM has no external v6); the OpenBSD build and permission gate are already validated.
🤖 Generated with Claude Code