Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

system: add icmp_ext_data field to TracerouteResponse #117

Merged

Conversation

brianneville
Copy link
Contributor

In order to get the MPLS key/value pairs, traceroute must run with the '-e' flag.
However, this flag makes traceroute include all ICMP extensions, and only the MPLS is available in a parsed format. For other ICMP extensions, they will be returned in a format "CLASS/TYPE: followed by a hexadecimal dump" as per the traceroute man page.
This change introduces a way to return stream this data back to the client.

@coveralls
Copy link

coveralls commented Mar 14, 2023

Pull Request Test Coverage Report for Build 4419455849

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 4237489315: 0.0%
Covered Lines: 0
Relevant Lines: 0

💛 - Coveralls

In order to get the MPLS key/value pairs, traceroute must run
with the '-e' flag.
However, this flag makes traceroute include all ICMP extensions,
and only the MPLS is available in a parsed format.
For other ICMP extensions, they will be returned in a format
"CLASS/TYPE: followed by a hexadecimal dump" as per the
traceroute man page.
This change introduces a way to return stream this data back to the
client.
@marcushines marcushines force-pushed the system-traceroute-icmp-ext branch from 7b2e016 to 705df8f Compare November 1, 2023 22:06
(icmpExtData -> IcmpExtData to appease linter)
@marcushines marcushines force-pushed the system-traceroute-icmp-ext branch from 705df8f to 6f5fa51 Compare November 1, 2023 22:28
@marcushines marcushines merged commit 76cf48e into openconfig:main Nov 1, 2023
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