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