Age | Commit message (Expand) | Author |
2017-12-21 | Add some comments what the tests are doing. | Alexander Bluhm |
2017-12-18 | When setting KTRACE in the environment, client and server write | Alexander Bluhm |
2017-11-24 | Do not run sysctl and pfctl by != during make clean and make obj. | Alexander Bluhm |
2017-11-20 | Skip the test and print a warning if pf does not process packets | Alexander Bluhm |
2017-11-17 | Let packets jump between routing domains until the ttl is used up. | Alexander Bluhm |
2017-11-17 | Link loopback test to build. | Alexander Bluhm |
2017-11-17 | Set up two loopback interfaces in different routing domains. Try | Alexander Bluhm |
2017-11-15 | Makefile cleanup, avoid DNS lookups, add copyright. | Alexander Bluhm |
2017-11-05 | Fix some comments and dependencies in this regress test. | Alexander Bluhm |
2017-10-18 | Move the test implementation into the Makefile. Then we have only | Alexander Bluhm |
2017-10-09 | The divert-packet socket option IP_DIVERTFL, IPPROTO_DIVERT_RESP, | Alexander Bluhm |
2017-09-04 | Run divert-packet tests also for IPv6. | Alexander Bluhm |
2017-09-01 | Increase timeout, otherwise test may fail on slow machines. | Alexander Bluhm |
2017-08-15 | Add tests for pf divert-packet. Currently UDP packets are tested | Alexander Bluhm |
2017-07-27 | Compile and test MPATH code. | Martin Pieuchot |
2017-07-07 | Remove useless make depend targets. | Alexander Bluhm |
2017-06-07 | To test IPv6 fragements with extension header, the pf pass rules | Alexander Bluhm |
2017-06-06 | Update stubs to work with radix tree. | Martin Pieuchot |
2017-05-15 | Use netcat options -n, -W, -w to simplify test. Wrap long lines. | Alexander Bluhm |
2017-04-19 | Make the test pass when an obj directory exists. | Alexander Bluhm |
2017-03-03 | Do not use an obsolete copy of a Perl module from CPAN for testing. | Alexander Bluhm |
2017-02-27 | This test cannot pass while pf on localhost filters packets statefully. | Alexander Bluhm |
2017-02-27 | Do not turn on pf in a regression test, require that it has been | Alexander Bluhm |
2017-01-24 | Fix typo in variable name. | Alexander Bluhm |
2017-01-20 | Hook up the pf_table regress test | Claudio Jeker |
2017-01-20 | Add a basic test for pf_table using pfctl -t x -T test | Claudio Jeker |
2017-01-18 | Do not use privileged or NFS source ports for UDP packets as inetd | Alexander Bluhm |
2017-01-16 | Somewhere between 5.9 and current gen_traffic started to produce one | Florian Obser |
2017-01-16 | remove duration, it depends too much on the specific setup | Florian Obser |
2017-01-14 | It's not longer a syntax error to provide a flowdst without a port | Florian Obser |
2017-01-14 | Remove priority line, ifconfig(8) prints the interface index on the | Florian Obser |
2016-11-30 | Fix typos | Vincent Gross |
2016-11-28 | Enable the pmtu and traceroute subtests with af-to. pf has been | Alexander Bluhm |
2016-11-21 | Print better error message if test fails. | Alexander Bluhm |
2016-11-20 | SRPL_FIRST() and SRPL_FOLLOW(). | Martin Pieuchot |
2016-11-16 | Test multiple combinations of divert connections. The socket cleanup | Alexander Bluhm |
2016-11-15 | Mark pf states created by this regress test with a label. Remove | Alexander Bluhm |
2016-11-15 | Sync rdomain_is_used() | Martin Pieuchot |
2016-11-15 | rtable_init() now creates the default routing table. | Martin Pieuchot |
2016-11-15 | Check for correct flags now that ::1 is set automagically. | Martin Pieuchot |
2016-11-14 | Regression test for creating a rdomain default loopback interface. | Martin Pieuchot |
2016-11-09 | Remove the path MTU workaround in the af-to tcp test. This subtest | Alexander Bluhm |
2016-11-09 | Split the pf forwarding test into more subtests to make debugging | Alexander Bluhm |
2016-11-09 | Use netstat -n in target check-setup to avoid DNS timeout. | Alexander Bluhm |
2016-11-05 | Add regress tests for multicasts and dynamic vxlans | Vincent Gross |
2016-10-26 | In addition to forwarding and path MTU discovery with pf, check | Alexander Bluhm |
2016-10-26 | Cleanup pflow test before fixing it. Be more verbose to make | Alexander Bluhm |
2016-10-20 | During sniffing filter strictly on icmp6 "packet too big" to avoid | Alexander Bluhm |
2016-10-20 | By removing all the sleeps I created a race in the pf tests. The | Alexander Bluhm |
2016-10-20 | Replace fork() and sleep() with a Python thread for sniffing packets. | Alexander Bluhm |