History log of /openbsd-src/regress/sys/netinet/arp/arp_nonproxy.py (Results 1 – 2 of 2)
Revision Date Author Comments
# ac29c8e0 25-Dec-2020 bluhm <bluhm@openbsd.org>

Switch to scapy with python 3.


# 525d747a 04-Dec-2015 bluhm <bluhm@openbsd.org>

Enter a static ARP entry for a fake address which is not published
by the ARP proxy. The kernel must not answer ARP requests for such
addresss. This test triggers a misbehavior in ART as it current

Enter a static ARP entry for a fake address which is not published
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.

show more ...