summaryrefslogtreecommitdiffstats
path: root/regress/sys/netinet/arp/arp_multicast.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to scapy with python 3.bluhm2020-12-251-12/+12
|
* Set promiscuous mode during srp1() to receive the arp reply directedbluhm2016-12-121-1/+1
| | | | | | to the ethernet multicast address. This fixes the test on my hardware setup, it was only passing in qemu before. At least scapy 2.3.3p1 is needed to support the promisc=1 parameter here.
* 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.