summaryrefslogtreecommitdiffstats
path: root/regress/sys/netinet6/nd6 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* py3-scapy is now scapykn2020-12-301-3/+3
| | | | OK bluhm sthen
* Missed a python2.7, scapy 2, copyright bump in previous scapy 3 commits.bluhm2020-12-261-2/+2
|
* Switch to scapy with python 3.bluhm2020-12-256-38/+37
|
* Remove echo headlines.bluhm2020-12-171-3/+1
|
* Simplify the detection for installed python and scapy. Refactorbluhm2019-05-101-16/+8
| | | | | these tests to make them similar. Use the setup and cleanup variables.
* Do not expect an eui64 link-local source address during duplicatebluhm2018-02-271-1/+1
| | | | | address detection. The remote side may have soii, so match ICMP6 packets from any fe80::/64 address.
* Skip this regress test if no remote test machine is specified asbluhm2017-12-201-2/+3
| | | | environment variable.
* Remove useless make depend targets.bluhm2017-07-071-3/+1
|
* Use consistent address schema with local and remote machine. Fillbluhm2017-03-016-79/+102
| | | | variables with example IPs from my daily test run.
* The clean:, cleandir:, and obj: targets of src/Makefile descend intotb2016-10-191-1/+3
| | | | | | | | regress/ and run python to set the IMPORT_PYTHON variable in several test Makefiles. This results in W^X violations during 'make build'. Avoid doing that. ok bluhm
* Print SKIPPED if a regress test cannot be executed for some reason.bluhm2016-09-021-1/+3
| | | | This allows to identify such tests by looking at their output.
* Replace a sudo with ${SUDO}.bluhm2015-11-051-2/+2
|
* Use a simpler expression to check the ether type in scapy. Thisbluhm2014-12-193-3/+3
| | | | makes the fragment tests work on FreeBSD. From Ilya Bakulin.
* Do not fail the regression tests if python or the scapy package isbluhm2013-10-311-10/+35
| | | | | | | | not installed. Print a warning, explain the problem and skip the test in this case. Also skip the test if the environment has not been configured for the remote test target machine. Fix the Makefile to run the tests with or without an obj directory. Finally link the netinet6 regression tests into the build.
* Add test suite for IPv6 neighbor discovery protocol. Send all kindbluhm2012-01-315-0/+287
of solicitations to remote host and check responses. This can be used to test both pf neighbor discovery states and the IPv6 stack.