History log of /freebsd/tests/sys/net/routing/rtsock_config.h (Results 1 – 9 of 9)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0
# b3e76948 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# 4d846d26 10-May-2023 Warner Losh <imp@FreeBSD.org>

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix

show more ...


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0
# 929ff66a 27-Jan-2022 Gleb Smirnoff <glebius@FreeBSD.org>

tests/sys/net/routing: remove bandaid against old epair(4) panic


Revision tags: release/12.3.0
# 69440752 23-Apr-2021 Alex Richardson <arichardson@FreeBSD.org>

Correctly skip rtsock_l3 test when if_epair is not available

This logic was accidentally changed in 67f2f67fc8ce8484066e95dabac5af892888fca1

Reported By: olivier
X-MFC-With: 67f2f67fc8ce8484066e95d

Correctly skip rtsock_l3 test when if_epair is not available

This logic was accidentally changed in 67f2f67fc8ce8484066e95dabac5af892888fca1

Reported By: olivier
X-MFC-With: 67f2f67fc8ce8484066e95dabac5af892888fca1
Tested By: kp
Reviewed By: kp, melifaro
Fixes: 67f2f67fc8ce ("Update rtsock_l3 test after 2fe5a79425c7")
Differential Revision: https://reviews.freebsd.org/D29944

show more ...


# 67f2f67f 21-Apr-2021 Alex Richardson <arichardson@FreeBSD.org>

Update rtsock_l3 test after 2fe5a79425c79f7b828acd91da66d97230925fc8

Two of these tests now pass. Looking at Jenkins to find the first commit
where this behaviour changed indicates that
2fe5a79425c7

Update rtsock_l3 test after 2fe5a79425c79f7b828acd91da66d97230925fc8

Two of these tests now pass. Looking at Jenkins to find the first commit
where this behaviour changed indicates that
2fe5a79425c79f7b828acd91da66d97230925fc8 is the most likely cause.

Reviewed By: melifaro
Differential Revision: https://reviews.freebsd.org/D28886

show more ...


Revision tags: release/13.0.0, release/12.2.0, release/11.4.0
# 86686423 17-Apr-2020 Olivier Cochard <olivier@FreeBSD.org>

Skip routing regression tests depending on if_epair if this module isn't installed.

Approved by: melifaro
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D24468


# 272bd698 02-Apr-2020 Alexander V. Chernikov <melifaro@FreeBSD.org>

Add routing tests verifying basic RTM_CHANGE functionality.

MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D24239


# ddc75076 29-Mar-2020 Alexander V. Chernikov <melifaro@FreeBSD.org>

Switch rtsock tests to per-test jails and epair interfaces.

Many rtsock tests verify the ordering of the kernel messages for the
particular event. In order to avoid flaky tests due to the other tes

Switch rtsock tests to per-test jails and epair interfaces.

Many rtsock tests verify the ordering of the kernel messages for the
particular event. In order to avoid flaky tests due to the other tests
running, switch all tests to use personal vnet-enabled jails.
This removes all clashes on the IP addresses and brings back the ability
to run these tests simultaneously.

Reported by: olivier
Reviewed by: olivier
Differential Revision: https://reviews.freebsd.org/D24182

show more ...


# 775dc861 28-Dec-2019 Alexander V. Chernikov <melifaro@FreeBSD.org>

Add userland tests for route table/lltable rtsock operations.

MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D22860