#
a05decec |
| 06-Sep-2024 |
Kristof Provost <kp@FreeBSD.org> |
if_ovpn tests: allow these tests to run in parallel
Now that kyua can isolate tests in their own vnets we can run these tests in parallel.
Reviewed by: markj Sponsored by: Rubicon Communications, L
if_ovpn tests: allow these tests to run in parallel
Now that kyua can isolate tests in their own vnets we can run these tests in parallel.
Reviewed by: markj Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D46600
show more ...
|
Revision tags: release/14.1.0, release/13.3.0, release/14.0.0, release/13.2.0 |
|
#
196f3901 |
| 25-Mar-2023 |
Mark Johnston <markj@FreeBSD.org> |
if_ovpn tests: Serialize
These tests reuse jail names and so cannot run in parallel.
MFC after: 1 week
|
Revision tags: release/12.4.0 |
|
#
eed634d1 |
| 18-Aug-2022 |
Kristof Provost <kp@FreeBSD.org> |
if_ovpn tests: fix WITHOUT_PF
At least one if_ovpn.sh test relies on pf, so the file includes netpfil/pf/utils.subr, which doesn't exist if WITHOUT_PF is set.
Do not install the if_ovpn.sh tests if
if_ovpn tests: fix WITHOUT_PF
At least one if_ovpn.sh test relies on pf, so the file includes netpfil/pf/utils.subr, which doesn't exist if WITHOUT_PF is set.
Do not install the if_ovpn.sh tests if pf is disabled.
Suggested by: Olivier Cochard-Labbé <olivier@freebsd.org> Sponsored by: Rubicon Communications, LLC ("Netgate")
show more ...
|
#
248da794 |
| 11-Aug-2022 |
Kristof Provost <kp@FreeBSD.org> |
if_ovpn tests: Test using a TCP socket for DCO
This used to trigger panics, so try to reproduce it. Create an if_ovpn interface, set a new peer on it with a TCP fd (as opposed to the expected UDP) a
if_ovpn tests: Test using a TCP socket for DCO
This used to trigger panics, so try to reproduce it. Create an if_ovpn interface, set a new peer on it with a TCP fd (as opposed to the expected UDP) and ensure that this is rejected.
Sponsored by: Rubicon Communications, LLC ("Netgate")
show more ...
|
#
1e5ef2a7 |
| 15-Jun-2022 |
Kristof Provost <kp@FreeBSD.org> |
if_ovpn tests: extend multi_client test with an iroute test
OpenVPN allows us to push routes for client networks with the 'iroute' directive. Test that this works as expected.
Sponsored by: Rubicon
if_ovpn tests: extend multi_client test with an iroute test
OpenVPN allows us to push routes for client networks with the 'iroute' directive. Test that this works as expected.
Sponsored by: Rubicon Communications, LLC ("Netgate")
show more ...
|
Revision tags: release/13.1.0 |
|
#
067acae2 |
| 25-Apr-2022 |
Kristof Provost <kp@FreeBSD.org> |
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 ...
|