backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / mininet / packet_lib / arp / ARP_request.mn
1 # test-ARP-request
2 TEST_NAME=ARP-Request
3 DUMP_HOST=h1
4 DUMP_IF=h1-eth0
5 RYU_APP=test_arp
6 PCAP_MZ="-t arp request,targetip=10.0.0.1"
7 PCAP_FILTER="arp.opcode==request && arp.src.proto_ipv4==10.0.0.100 && arp.dst.proto_ipv4==10.0.0.1 && arp.src.hw_mac==fe:ee:ee:ee:ee:ef"