summaryrefslogtreecommitdiffstats
path: root/regress/sys/netinet6/nd6/nd6_ar.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to scapy with python 3.bluhm2020-12-251-5/+5
|
* Use consistent address schema with local and remote machine. Fillbluhm2017-03-011-7/+9
| | | | variables with example IPs from my daily test run.
* Use a simpler expression to check the ether type in scapy. Thisbluhm2014-12-191-1/+1
| | | | makes the fragment tests work on FreeBSD. From Ilya Bakulin.
* Add test suite for IPv6 neighbor discovery protocol. Send all kindbluhm2012-01-311-0/+48
of solicitations to remote host and check responses. This can be used to test both pf neighbor discovery states and the IPv6 stack.