History log of /openbsd-current/regress/sys/netinet/arp/arp_nonproxy.py
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.2 25-Dec-2020 bluhm

Switch to scapy with python 3.


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.1 04-Dec-2015 bluhm

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.


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.1 04-Dec-2015 bluhm

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.