summaryrefslogtreecommitdiff
path: root/regress/sys/netinet6
AgeCommit message (Expand)Author
2018-09-10Send many small fragments that exceed the pf reassembly queue limit.Alexander Bluhm
2018-09-07Fragment one large 64k IP ping packet into 155 fragments, each withAlexander Bluhm
2018-07-04hook up recvmsganton
2018-07-04Add regress covering the recently fixed mbuf double free in rip6_usrreq().anton
2018-02-27Do not expect an eui64 link-local source address during duplicateAlexander Bluhm
2017-12-20Skip this regress test if no remote test machine is specified asAlexander Bluhm
2017-11-14Add more checks helping to set up the test environment.Alexander Bluhm
2017-09-15Clean up pf rules and states on remote machine so that they do notAlexander Bluhm
2017-09-07Get IPv4 and IPv6 fragment tests into common shape. Some chunksAlexander Bluhm
2017-09-07Link regress/sys/netinet/frag to build. Get IPv4 and IPv6 fragmentAlexander Bluhm
2017-07-07Remove useless make depend targets.Alexander Bluhm
2017-07-03Add more checks and debug info to identify the sporadic test failures.Alexander Bluhm
2017-05-31As pf blocks packets with IPv6 options header, the tests needs anAlexander Bluhm
2017-03-01Avoid warnings from ssh -t, check remote SUDO at beginning.Alexander Bluhm
2017-03-01Use consistent address schema with local and remote machine. FillAlexander Bluhm
2017-02-28IPv6 packets with routing header 0 are dropped by pf, but answeredAlexander Bluhm
2017-02-28Fragment reassembly code exists in pf and network stack. To testAlexander Bluhm
2017-01-24Fix typo in variable name.Alexander Bluhm
2017-01-18Do not use privileged or NFS source ports for UDP packets as inetdAlexander Bluhm
2016-11-21Test that IPv6 framents with invalid length or more-fragment bitAlexander Bluhm
2016-11-17Put all make targets in a loop and print a little more what eachAlexander Bluhm
2016-11-17Send fragment with Hop-by-Hop extension header after the fragmentAlexander Bluhm
2016-10-19The clean:, cleandir:, and obj: targets of src/Makefile descend intoTheo Buehler
2016-09-04If we bind to [::], we do not check for sockaddr availability.Vincent Gross
2016-09-03Graceful failure handling at startup and runVincent 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-05-22Fix tests: Restrict getpid() to lower 16 bit so that it can stillAlexander Bluhm
2016-03-30Cover the case where we are bound to [::] and SO_REUSEADDR is not set.Vincent Gross
2016-03-19Add regress tests for IPV6_PKTINFO with addrVincent Gross
2015-11-05Replace a sudo with ${SUDO}.Alexander Bluhm
2015-10-26Add autoport to netinet6 regress testsVincent Gross
2015-10-14bugfix: add ${.CURDIR} to deal with obj symlinksVincent Gross
2015-10-14add regress tests for automatic port allocationVincent Gross
2015-04-15Test that ping6 fragments with ethernet padding get reassembledAlexander Bluhm
2014-12-19Use a simpler expression to check the ether type in scapy. ThisAlexander Bluhm
2014-07-11Verify the checksum of the echo reply fragment based on the echoAlexander Bluhm
2014-07-11Add a test that sends a large ICMP6 packet in many small fragments.Alexander Bluhm
2013-11-17Adapt the IPv6 routing header type 0 tests to the current behaviour.Alexander Bluhm
2013-11-13Fix typo prt -> ptr.Alexander Bluhm
2013-11-13Add a check-setup target to make sure that all addresses and routesAlexander Bluhm
2013-10-31Do not fail the regression tests if python or the scapy package isAlexander Bluhm
2013-10-20Use scapy to test IPv6 packets with routing header type 0.Alexander Bluhm
2013-07-23I need one more fragment to make the timeout test reliable.Alexander Bluhm
2013-07-23fix typo in fragment payloadAlexander Bluhm
2013-07-23IPv6 fragments, that cannot be reassembled within 60 seconds afterAlexander Bluhm
2012-02-08Add IPv6 tests for fragmented destination options, fragments withoutAlexander Bluhm
2012-01-31Add test suite for IPv6 neighbor discovery protocol. Send all kindAlexander Bluhm
2012-01-27Test sending a short atomic IPv6 fragment.Alexander Bluhm
2012-01-24Add a test for atomic IPv6 fragment reassembly.Alexander Bluhm