| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-02-05 | Setup two pair(4) and one lo(4) interface in different routing |  bluhm | 2 | -0/+181 |
| 2021-02-01 | Syntax of pf(4) route-to has changed. Adapt tests. |  bluhm | 4 | -24/+24 |
| 2021-01-20 | Check the rewritten address output from tcpdump -e on pflog. |  bluhm | 1 | -15/+37 |
| 2021-01-16 | If ip or ip6 forwarding is not set, expect af-to failure. |  bluhm | 1 | -1/+8 |
| 2021-01-14 | IPv4 loopback addresses do not work with af-to as in_canforward() |  bluhm | 2 | -55/+92 |
| 2021-01-14 | IPv6 link-local addresses are broken in pf(4) as scope ID is used |  bluhm | 2 | -28/+73 |
| 2021-01-13 | Add pflog(4) tests for IPv6. |  bluhm | 2 | -8/+74 |
| 2021-01-12 | Check that rule without logopt user has no uid in log entry. |  bluhm | 1 | -4/+3 |
| 2021-01-11 | Add some basic tests for pflog(4) interface. Create special routing |  bluhm | 3 | -2/+225 |
| 2020-12-30 | py3-scapy is now scapy |  kn | 3 | -9/+9 |
| 2020-12-25 | Switch to scapy with python 3. |  bluhm | 18 | -177/+177 |
| 2020-12-24 | Switch to scapy with python 3. |  bluhm | 3 | -26/+26 |
| 2020-12-24 | Switch to scapy with python 3. |  bluhm | 3 | -28/+28 |
| 2020-12-17 | Fix a race where the ${SUDO} process was killed instead of tcpdump. |  bluhm | 1 | -2/+2 |
| 2020-12-17 | Link pflow and wg regress to build. |  bluhm | 1 | -2/+2 |
| 2020-12-17 | Remove echo headlines. |  bluhm | 5 | -44/+5 |
| 2020-12-17 | Use setup and cleanup feature from regress framework. |  bluhm | 3 | -209/+161 |
| 2020-11-07 | Since rework of source IP selection, we can reverse the last changes |  denis | 3 | -14/+7 |
| 2020-11-06 | Compiling rtable.c kernel source file needs satosin() and satosin6() |  bluhm | 2 | -6/+5 |
| 2020-11-04 | Set up two WireGuard wg(4) interfaces in different routing domains. |  bluhm | 1 | -0/+154 |
| 2020-11-03 | The 'source IP address' commit (route.c r1.249) broke the rtable regress |  tb | 1 | -1/+9 |
| 2020-02-02 | Since OpenBSD has switched to the strict host model, this regress |  bluhm | 1 | -7/+9 |
| 2020-01-15 | Do not create files as dependency of .BEGIN rule. Noticed by |  bluhm | 3 | -9/+9 |
| 2020-01-08 | Rework when tests have to be skipped due to insufficient configuration |  bluhm | 6 | -83/+156 |
| 2019-07-12 | Test should also run if there is no obj directory. Name regress |  bluhm | 1 | -5/+5 |
| 2019-06-24 | Do not use a warning flag that base gcc does not understand, |  visa | 2 | -2/+4 |
| 2019-06-24 | Fix test after kernel interface change. |  visa | 2 | -5/+5 |
| 2019-06-04 | To avoid SYN retransmit, kill local tcp pf state that will be reused. |  bluhm | 1 | -5/+17 |
| 2019-05-10 | Simplify the detection for installed python and scapy. Refactor |  bluhm | 3 | -89/+69 |
| 2019-05-08 | Mutex functions have no __ prefix anymore. Adjust kernel compat |  bluhm | 1 | -3/+3 |
| 2019-03-31 | Make ART data structure definitions visible to userland, in order to fix |  mpi | 1 | -2/+2 |
| 2018-12-03 | The field dom_rtkeylen has been removed from struct domain. Convert |  bluhm | 1 | -8/+23 |
| 2018-06-25 | Before running the tests, consistently check whether interfaces or |  bluhm | 3 | -16/+16 |
| 2018-06-25 | During test setup, IPv6 duplicate address detection creates some |  bluhm | 1 | -15/+19 |
| 2018-06-23 | Fix a segfault when inserting the same prefix multiple times |  denis | 1 | -2/+2 |
| 2018-04-19 | Add gif subdir. |  bluhm | 1 | -2/+2 |
| 2018-04-19 | Create two gif(4) interfaces in different routing domains. Test |  bluhm | 2 | -0/+224 |
| 2018-02-05 | typos |  anton | 1 | -4/+4 |
| 2018-01-16 | Enable traceroute test for incoming reply-to rule. |  bluhm | 1 | -7/+1 |
| 2018-01-15 | Enable traceroute test for incoming route-to rule. |  bluhm | 1 | -14/+7 |
| 2018-01-14 | Fix after recent mutex change. |  mpi | 1 | -1/+4 |
| 2018-01-11 | Add tests for incoming route-to and outgoing reply-to rules. Disable |  bluhm | 2 | -42/+82 |
| 2017-12-26 | As the divert-to pf state is not connected, it is not linked to the |  bluhm | 1 | -9/+42 |
| 2017-12-21 | Add some comments what the tests are doing. |  bluhm | 13 | -16/+50 |
| 2017-12-18 | When setting KTRACE in the environment, client and server write |  bluhm | 9 | -57/+194 |
| 2017-11-24 | Do not run sysctl and pfctl by != during make clean and make obj. |  bluhm | 1 | -1/+3 |
| 2017-11-20 | Skip the test and print a warning if pf does not process packets |  bluhm | 1 | -11/+22 |
| 2017-11-17 | Let packets jump between routing domains until the ttl is used up. |  bluhm | 2 | -12/+91 |
| 2017-11-17 | Link loopback test to build. |  bluhm | 1 | -2/+2 |
| 2017-11-17 | Set up two loopback interfaces in different routing domains. Try |  bluhm | 2 | -0/+129 |