History log of /freebsd/tests/sys/netinet/output.sh (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 001c48b4 27-Jan-2024 Mark Johnston <markj@FreeBSD.org>

netinet tests: Make test jail names unique

Otherwise we get spurious test failures when running tests in parallel.
The intent here was to name jails after the tests, but this was done
incorrectly in

netinet tests: Make test jail names unique

Otherwise we get spurious test failures when running tests in parallel.
The intent here was to name jails after the tests, but this was done
incorrectly in a couple of places.

MFC after: 1 week

show more ...


Revision tags: release/14.0.0
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0
# a3525bd1 16-Oct-2020 Alexander V. Chernikov <melifaro@FreeBSD.org>

Try to enable multipath routing in flowid tests.


# 4a8c6300 18-Sep-2020 Alexander V. Chernikov <melifaro@FreeBSD.org>

Use atf_fail instead of exit 1 to indicate mpath tests failure.


Revision tags: release/11.4.0
# b4a4a3b8 23-Mar-2020 Alexander V. Chernikov <melifaro@FreeBSD.org>

Add tests verifying IPv4/IPv6 output for TCP/UDP/raw paths.

Reviewed by: kp
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D24138