Page MenuHomeFreeBSD

traceroute tests: fix the test when SCTP is supported
ClosedPublic

Authored by ivy on May 13 2025, 8:07 PM.
Tags
None
Referenced Files
F163134691: D50336.diff
Mon, Jul 20, 9:52 AM
Unknown Object (File)
Mon, Jul 13, 4:12 AM
Unknown Object (File)
Fri, Jun 26, 8:05 AM
Unknown Object (File)
Fri, Jun 26, 8:05 AM
Unknown Object (File)
May 25 2026, 8:53 PM
Unknown Object (File)
May 12 2026, 2:54 PM
Unknown Object (File)
May 11 2026, 9:42 PM
Unknown Object (File)
May 11 2026, 9:04 PM
Subscribers

Details

Summary

The SCTP test assumes a default system configuration where SCTP is not
supported, so the probe packet returns an ICMP error which is displayed
as a !P response. If SCTP is supported, then something else is returned
instead (depending on exactly what probe we sent, but not an ICMP error)
and the test fails.

Since we already check the correct probes are sent using tcpdump, remove
the match for the second hop entirely.

Reported by: Jenkins

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 64148
Build 61032: arc lint + arc unit