Comment 0 for bug 1554950

Revision history for this message
Daisuke Nakajima (dnakajima) wrote :

10.0.0.1 sent ARP request which destination IP was set as Unicast MAC address, but 10.0.0.2 didn't receave those packets.
### vm1_1.pcap
"32","2016-03-09 14:59:27.648876","02:da:ec:d1:b6:86","02:9e:74:56:79:1d","ARP","42","Who has 10.0.0.2? Tell 10.0.0.1"
"35","2016-03-09 14:59:28.648867","02:da:ec:d1:b6:86","02:9e:74:56:79:1d","ARP","42","Who has 10.0.0.2? Tell 10.0.0.1"
"38","2016-03-09 14:59:29.648840","02:da:ec:d1:b6:86","02:9e:74:56:79:1d","ARP","42","Who has 10.0.0.2? Tell 10.0.0.1"

Instead of ARP request packets above, 10.0.0.2 shows ARP reply below. I don't know why 10.0.0.2 sent them without any trigger.
### vm2_1.pcap
"25","2016-03-09 14:59:27.997158","02:9e:74:56:79:1d","02:da:ec:d1:b6:86","ARP","42","10.0.0.2 is at 02:9e:74:56:79:1d"
"28","2016-03-09 14:59:28.997091","02:9e:74:56:79:1d","02:da:ec:d1:b6:86","ARP","42","10.0.0.2 is at 02:9e:74:56:79:1d"
"31","2016-03-09 14:59:29.997098","02:9e:74:56:79:1d","02:da:ec:d1:b6:86","ARP","42","10.0.0.2 is at 02:9e:74:56:79:1d"

However, No25,28,31 packets didn't see in vm1_1.pcap.