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