In CI, the Test-Connection IPv4 with explicit PingOptions test specifies -DontFragment, however the response object has $result.Reply.Options.DontFragment set to $false after execution.
Another issue is that providing the gateway address instead of the hostname on Windows and Linux CI platforms leads to an ArgumentNullException which does not seem to reproduce locally.
In CI, the
Test-ConnectionIPv4 with explicit PingOptions test specifies-DontFragment, however the response object has$result.Reply.Options.DontFragmentset to$falseafter execution.Another issue is that providing the gateway address instead of the hostname on Windows and Linux CI platforms leads to an
ArgumentNullExceptionwhich does not seem to reproduce locally.