|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0 |
|
| #
c3908479 |
| 20-Apr-2024 |
Mark Johnston <[email protected]> |
wg tests: Add a simple regression test case for netmap support
MFC after: 1 month Sponsored by: Klara, Inc. Sponsored by: Zenarmor
(cherry picked from commit c0f13232410cf881475d6e4dbd0ec28ab3476c5
wg tests: Add a simple regression test case for netmap support
MFC after: 1 month Sponsored by: Klara, Inc. Sponsored by: Zenarmor
(cherry picked from commit c0f13232410cf881475d6e4dbd0ec28ab3476c59)
show more ...
|
|
Revision tags: release/13.3.0, release/14.0.0 |
|
| #
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
d116b843 |
| 10-Apr-2023 |
Kristof Provost <[email protected]> |
epair tests: test PCP tagged packets
PR: 270736 MFC after: 1 week Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D39483
|
|
Revision tags: release/13.2.0 |
|
| #
8fb97396 |
| 16-Dec-2022 |
John Baldwin <[email protected]> |
wg: Re-add basic if_wg(4) tests.
These were originally added in commit 74ae3f3e33b810248da19004c58b3581cd367843 but have been updated to use wg(8).
Reviewed by: kevans, markj Sponsored by: The Free
wg: Re-add basic if_wg(4) tests.
These were originally added in commit 74ae3f3e33b810248da19004c58b3581cd367843 but have been updated to use wg(8).
Reviewed by: kevans, markj Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37400
show more ...
|
|
Revision tags: release/12.4.0, release/13.1.0 |
|
| #
067acae2 |
| 25-Apr-2022 |
Kristof Provost <[email protected]> |
if_ovpn tests: basic test case
Set up an OpenVPN tunnel between two jails, send traffic through them to confirm basic function.
Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Re
if_ovpn tests: basic test case
Set up an OpenVPN tunnel between two jails, send traffic through them to confirm basic function.
Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D35067
show more ...
|
|
Revision tags: release/12.3.0 |
|
| #
eb5e0755 |
| 05-Nov-2021 |
Kristof Provost <[email protected]> |
net tests: basic if_stf test
Test the 6to4 code.
MFC after: 3 weeks Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D32850
|
| #
6e0755b3 |
| 04-Nov-2021 |
Kristof Provost <[email protected]> |
net tests: basic if_gif(4) test case
MFC after: 3 weeks Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D32836
|
| #
3e87f800 |
| 22-Jul-2021 |
Kristof Provost <[email protected]> |
net tests: basic test case for bpf(4)'s ability to set vlan pcp
Use dhclient with its 'vlan-pcp' option to set a VLAN PCP value and verify that it actually gets set.
MFC after: 1 week Sponsored by:
net tests: basic test case for bpf(4)'s ability to set vlan pcp
Use dhclient with its 'vlan-pcp' option to set a VLAN PCP value and verify that it actually gets set.
MFC after: 1 week Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D31276
show more ...
|
| #
4ae3a97e |
| 15-Apr-2021 |
Kristof Provost <[email protected]> |
bridge tests: Test STP config BPDU validation
PR: 254924 Reviewed by: donner Differential Revision: https://reviews.freebsd.org/D29783
|
|
Revision tags: release/13.0.0, release/12.2.0 |
|
| #
7cc42f6d |
| 01-Oct-2020 |
Kyle Evans <[email protected]> |
Do a sweep and remove most WARNS=6 settings
Repeating the default WARNS here makes it slightly more difficult to experiment with default WARNS changes, e.g. if we did something absolutely bananas an
Do a sweep and remove most WARNS=6 settings
Repeating the default WARNS here makes it slightly more difficult to experiment with default WARNS changes, e.g. if we did something absolutely bananas and introduced a WARNS=7 and wanted to try lifting the default to that.
Drop most of them; there is one in the blake2 kernel module, but I suspect it should be dropped -- the default WARNS in the rest of the build doesn't currently apply to kernel modules, and I haven't put too much thought into whether it makes sense to make it so.
show more ...
|
|
Revision tags: release/11.4.0 |
|
| #
f464bd04 |
| 19-May-2020 |
Edward Tomasz Napierala <[email protected]> |
Make sys.net.if_bridge_test depend on python; sys.net.if_bridge_test.span requires it.
MFC after: 2 weeks Sponsored by: DARPA
|
| #
8ccf5032 |
| 03-Mar-2020 |
Olivier Cochard <[email protected]> |
Skip if_epair regression test if module doesn't exist
Approved by: kp Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D23876
|
| #
095aabf7 |
| 16-Feb-2020 |
Kristof Provost <[email protected]> |
bridge: Basic test case
Very basic bridge test: Set up two jails and test that they can pass IPv4 traffic over the bridge.
Reviewed by: melifaro, philip Sponsored by: The FreeBSD Foundation Differe
bridge: Basic test case
Very basic bridge test: Set up two jails and test that they can pass IPv4 traffic over the bridge.
Reviewed by: melifaro, philip Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D23697
show more ...
|
| #
5458a63b |
| 28-Jan-2020 |
Kristof Provost <[email protected]> |
tests: Test for an epair panic
if_epair abused the ifr_data field to insert its second interface in IFC_IFLIST. If userspace provides a value for ifr_data it would get dereferenced by the kernel lea
tests: Test for an epair panic
if_epair abused the ifr_data field to insert its second interface in IFC_IFLIST. If userspace provides a value for ifr_data it would get dereferenced by the kernel leading to a panic.
Reported by: Ilja Van Sprundel <[email protected]> MFC after: 3 days
show more ...
|
| #
775dc861 |
| 28-Dec-2019 |
Alexander V. Chernikov <[email protected]> |
Add userland tests for route table/lltable rtsock operations.
MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D22860
|
|
Revision tags: release/12.1.0 |
|
| #
fcd69db2 |
| 15-Oct-2019 |
Kristof Provost <[email protected]> |
tests: basic VLAN test
Set up two jails connected by an epair. Create VLAN interfaces in both jails and check connectivity.
This is a very basic test, but exposed panics during the network stack ep
tests: basic VLAN test
Set up two jails connected by an epair. Create VLAN interfaces in both jails and check connectivity.
This is a very basic test, but exposed panics during the network stack epoch work, so this is worth testing.
show more ...
|
|
Revision tags: release/11.3.0 |
|
| #
3846e575 |
| 05-Mar-2019 |
Kristof Provost <[email protected]> |
tun tests: Test renaming and destroying a tun interface in a vnet jail
There was a problem destroying renamed tun interfaces in vnet jails. This was fixed in r344794. Test the previously failing sce
tun tests: Test renaming and destroying a tun interface in a vnet jail
There was a problem destroying renamed tun interfaces in vnet jails. This was fixed in r344794. Test the previously failing scenario.
PR: 235704 MFC after: 2 weeks
show more ...
|
|
Revision tags: release/12.0.0, release/11.2.0 |
|
| #
4b40bdbd |
| 23-Feb-2018 |
Alan Somers <[email protected]> |
Add tests for lagg(4) and other cloned network interfaces
Unfortunately, most of the tests are disabled because they fairly frequently trigger panics.
MFC after: 3 weeks Sponsored by: Spectra Logic
Add tests for lagg(4) and other cloned network interfaces
Unfortunately, most of the tests are disabled because they fairly frequently trigger panics.
MFC after: 3 weeks Sponsored by: Spectra Logic Corp
show more ...
|