| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
OK bluhm sthen
|
| |
|
| |
|
| |
|
|
|
|
|
| |
these tests to make them similar. Use the setup and cleanup
variables.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
regress/ and run python to set the IMPORT_PYTHON variable in several
test Makefiles. This results in W^X violations during 'make build'.
Avoid doing that.
ok bluhm
|
|
|
|
| |
This allows to identify such tests by looking at their output.
|
|
|
|
| |
This will make it easier to automate them.
|
|
|
|
| |
OK mpi
|
|
|
|
| |
ok bluhm@
|
|
|
|
|
|
| |
doing proxy ARP.
ok millert@, bluhm@
|
|
|
|
| |
That should make it easier for others to set up the test.
|
|
|
|
|
| |
Add a new test that creates proxy ARP entries on a second interface.
Requests for that from the first interfaces must not be answered.
|
|
|
|
|
|
|
| |
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.
|
|
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.
|