#
c2c014f2 |
| 07-Nov-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r323559 through r325504.
|
#
3c5ab8c1 |
| 30-Oct-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r325119
|
#
57d46529 |
| 26-Oct-2017 |
Kristof Provost <kp@FreeBSD.org> |
pf tests: Fragmentation (v6) test
Test fragmentation handling (i.e. scrub fragment reassemble) code for IPv6.
Two simple tests: Ping a host (jail) and test forwarding of fragmented packets.
|
#
0a8f81bc |
| 22-Oct-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r324837
While here, diff reduce some of the changes in sys/boot by moving MK_COVERAGE=no to sys/boot/Makefile.inc .
|
#
67f4baf8 |
| 16-Oct-2017 |
Kristof Provost <kp@FreeBSD.org> |
pf: test set-tos
Introduce tests for the set-tos feature of pf. Teach pft_ping.py to send and verify ToS flags.
|
#
50896984 |
| 10-Oct-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r324482
|
#
c0b63519 |
| 06-Oct-2017 |
Kristof Provost <kp@FreeBSD.org> |
pf: Very basic forwarding test
This test illustrates the use of scapy to test pf.
Differential Revision: https://reviews.freebsd.org/D12581
|
#
1d6f5f21 |
| 06-Oct-2017 |
Kristof Provost <kp@FreeBSD.org> |
pf: Basic automated test using VIMAGE
If VIMAGE is present we can start jails with their own pf instance. This makes it fairly easy to run tests. For example, this basic test verifies that drop/pass
pf: Basic automated test using VIMAGE
If VIMAGE is present we can start jails with their own pf instance. This makes it fairly easy to run tests. For example, this basic test verifies that drop/pass and icmp classification works. It's a basic sanity test for pf, and hopefully an example on how to write more pf tests.
The tests are skipped if VIMAGE is not enabled.
This work is inspired by the GSoC work of Panagiotes Mousikides.
Differential Revision: https://reviews.freebsd.org/D12580
show more ...
|