summaryrefslogtreecommitdiffstats
path: root/regress/sys/netinet/arp/arp_nonproxy.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to scapy with python 3.bluhm2020-12-251-3/+3
|
* Enter a static ARP entry for a fake address which is not publishedbluhm2015-12-041-0/+22
by the ARP proxy. The kernel must not answer ARP requests for such addresss. This test triggers a misbehavior in ART as it currently answers in such situations. Radix tree works fine as it uses 33 bit IPv4 entries for ARP proxy.