summaryrefslogtreecommitdiff
path: root/regress/sys/net
AgeCommit message (Expand)Author
2017-01-16Somewhere between 5.9 and current gen_traffic started to produce oneFlorian Obser
2017-01-16remove duration, it depends too much on the specific setupFlorian Obser
2017-01-14It's not longer a syntax error to provide a flowdst without a portFlorian Obser
2017-01-14Remove priority line, ifconfig(8) prints the interface index on theFlorian Obser
2016-11-30Fix typosVincent Gross
2016-11-28Enable the pmtu and traceroute subtests with af-to. pf has beenAlexander Bluhm
2016-11-21Print better error message if test fails.Alexander Bluhm
2016-11-20SRPL_FIRST() and SRPL_FOLLOW().Martin Pieuchot
2016-11-16Test multiple combinations of divert connections. The socket cleanupAlexander Bluhm
2016-11-15Mark pf states created by this regress test with a label. RemoveAlexander Bluhm
2016-11-15Sync rdomain_is_used()Martin Pieuchot
2016-11-15rtable_init() now creates the default routing table.Martin Pieuchot
2016-11-15Check for correct flags now that ::1 is set automagically.Martin Pieuchot
2016-11-14Regression test for creating a rdomain default loopback interface.Martin Pieuchot
2016-11-09Remove the path MTU workaround in the af-to tcp test. This subtestAlexander Bluhm
2016-11-09Split the pf forwarding test into more subtests to make debuggingAlexander Bluhm
2016-11-09Use netstat -n in target check-setup to avoid DNS timeout.Alexander Bluhm
2016-11-05Add regress tests for multicasts and dynamic vxlansVincent Gross
2016-10-26In addition to forwarding and path MTU discovery with pf, checkAlexander Bluhm
2016-10-26Cleanup pflow test before fixing it. Be more verbose to makeAlexander Bluhm
2016-10-20During sniffing filter strictly on icmp6 "packet too big" to avoidAlexander Bluhm
2016-10-20By removing all the sleeps I created a race in the pf tests. TheAlexander Bluhm
2016-10-20Replace fork() and sleep() with a Python thread for sniffing packets.Alexander Bluhm
2016-10-20Replace fork() and sleep() with a Python thread for sniffing packets.Alexander Bluhm
2016-10-20Make the test faster. Move all the packet matching code into theAlexander Bluhm
2016-10-19Add a test suite for pf state handling. It needs a remote machineAlexander Bluhm
2016-10-19Link pf_state test to build.Alexander Bluhm
2016-10-19Add a test suite for pf state handling. It needs a remote machineAlexander Bluhm
2016-10-19The clean:, cleandir:, and obj: targets of src/Makefile descend intoTheo Buehler
2016-10-10Move check for sysctl settings from shell script to makefile toAlexander Bluhm
2016-10-07Add simple regress test for vxlan(4) and etherip(4).YASUOKA Masahiko
2016-09-21Enter rtableMartin Pieuchot
2016-09-21Test ART implementation by default.Martin Pieuchot
2016-09-07add objdir to fix regress testVincent Gross
2016-09-02Print SKIPPED if a regress test cannot be executed for some reason.Alexander Bluhm
2016-08-31Split the check-setup target into smaller parts to make it easierAlexander Bluhm
2016-08-24Move the pf address printing test into its own subdirectory. ThisAlexander Bluhm
2016-07-19Adapt test to the srp_swap() area.Martin Pieuchot
2016-06-07Adapt compat layers after recent changes: srp_swap() and the GC taskMartin Pieuchot
2016-05-28comment typosStuart Henderson
2016-05-22Fix tests: Restrict getpid() to lower 16 bit so that it can stillAlexander Bluhm
2016-05-03Fix some Perl statements perlcritic was bitching about: VariableAlexander Bluhm
2016-03-24Remove #ifdef from code shared with the kernel, IPv6 is always enabledMartin Pieuchot
2016-03-23Assert that the mask to prefix length conversion is correct whenMartin Pieuchot
2015-12-04Sync after rt_mask() removal.Martin Pieuchot
2015-12-03Sync to recent changes including SRP protection of rtable_get(), useMartin Pieuchot
2015-11-12ART-specific bits to make sure root tables are properly freed.Martin Pieuchot
2015-11-04Basic framework to test the rtable_* API directly from userland.Martin Pieuchot
2015-11-01Route output to local addresses has changed, ping6 command lineAlexander Bluhm
2015-10-26Add regress test on local route insertionsVincent Gross