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
Unknown Object (File)
Mon, May 25, 8:53 PM
Unknown Object (File)
Tue, May 12, 2:54 PM
Unknown Object (File)
Mon, May 11, 9:42 PM
Unknown Object (File)
Mon, May 11, 9:04 PM
Unknown Object (File)
Wed, Apr 29, 8:22 PM
Unknown Object (File)
Wed, Apr 29, 4:28 AM
Unknown Object (File)
Apr 24 2026, 4:38 PM
Unknown Object (File)
Apr 24 2026, 7:19 AM
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 Not Applicable
Unit
Tests Not Applicable