summaryrefslogtreecommitdiffstats
path: root/regress/sys/netinet/arp/arp_request.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to scapy with python 3.bluhm2020-12-251-12/+12
|
* Add regression tests for the ARP implementation in the kernel. Sendbluhm2015-11-051-0/+50
multiple ARP packets to a remote machine with Scapy. Check ARP replies, table entries and log messages. All log messages in in_arpinput() are generated. Proxy ARP is also tested.